about summary refs log tree commit diff
path: root/tvix/verify-lang-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/verify-lang-tests')
-rw-r--r--tvix/verify-lang-tests/default.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/tvix/verify-lang-tests/default.nix b/tvix/verify-lang-tests/default.nix
index 41282488d4..2f013d6cb4 100644
--- a/tvix/verify-lang-tests/default.nix
+++ b/tvix/verify-lang-tests/default.nix
@@ -44,7 +44,15 @@ let
     # C++ Nix can't do TCO
     "nix_tests/eval-okay-tail-call-1.nix" = true;
     # Ordering change after 2.3
-    "nix_tests/eval-okay-xml.nix" = [ nix_latest ];
+    "nix_tests/eval-okay-xml.nix" = [ nix ];
+    # Missing builtins in Nix 2.3
+    "nix_tests/eval-okay-floor-ceil.nix" = [ nix ];
+    "nix_tests/eval-okay-groupBy.nix" = [ nix ];
+    "nix_tests/eval-okay-zipAttrsWith.nix" = [ nix ];
+    # Comparable lists are not in Nix 2.3
+    "nix_tests/eval-okay-sort.nix" = [ nix ];
+    # getAttrPos gains support for functionArgs-returned sets after 2.3
+    "nix_tests/eval-okay-getattrpos-functionargs.nix" = [ nix ];
   };
 
   runCppNixLangTests = cpp-nix: