From 7bab0c26ee8d35488a98ff00474e1447bb14c699 Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 23 Nov 2022 20:51:31 +0100 Subject: test(tvix/eval): verify pointer equality in list comparisons Change-Id: I617d402c8ecc7aaf607c4bdcd58a06ebddb71fac Reviewed-on: https://cl.tvl.fyi/c/depot/+/7370 Reviewed-by: tazjin Tested-by: BuildkiteCI Reviewed-by: Adam Joseph --- tvix/verify-lang-tests/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/verify-lang-tests/default.nix') diff --git a/tvix/verify-lang-tests/default.nix b/tvix/verify-lang-tests/default.nix index b526085bb97e..4de92ab6c8b9 100644 --- a/tvix/verify-lang-tests/default.nix +++ b/tvix/verify-lang-tests/default.nix @@ -54,6 +54,7 @@ let # Comparable lists are not in Nix 2.3 "eval-okay-sort.nix" = [ nix ]; "eval-okay-compare-lists.nix" = [ nix ]; + "eval-okay-value-pointer-compare.nix" = [ nix ]; # getAttrPos gains support for functionArgs-returned sets after 2.3 "eval-okay-getattrpos-functionargs.nix" = [ nix ]; # groupBy appeared (long) after 2.3 -- cgit 1.4.1