From daefbb8a4469eba6137a8729311c11348476b25f Mon Sep 17 00:00:00 2001 From: piegames Date: Mon, 17 Nov 2025 20:17:16 +0100 Subject: [PATCH] tests/functional2/lang: Migrate more builtins Change-Id: Ib981a5c544748475cf98a8daae0609a52c9c6eb9 --- .../functional/lang/eval-okay-closure.exp.xml | 343 ------------------ .../lang/builtins.add/eval-okay.out.exp} | 0 .../lang/builtins.add/in.nix} | 0 .../eval-okay.out.exp} | 0 .../lang/builtins.genericClosure/in.nix} | 0 .../builtins.removeAttrs/eval-okay-2.out.exp} | 0 .../lang/builtins.removeAttrs/in-2.nix} | 0 .../lang/builtins/eval-okay.out.exp} | 0 .../lang/builtins/in.nix} | 0 9 files changed, 343 deletions(-) delete mode 100644 tests/functional/lang/eval-okay-closure.exp.xml rename tests/{functional/lang/eval-okay-builtins-add.exp => functional2/lang/builtins.add/eval-okay.out.exp} (100%) rename tests/{functional/lang/eval-okay-builtins-add.nix => functional2/lang/builtins.add/in.nix} (100%) rename tests/{functional/lang/eval-okay-closure.exp => functional2/lang/builtins.genericClosure/eval-okay.out.exp} (100%) rename tests/{functional/lang/eval-okay-closure.nix => functional2/lang/builtins.genericClosure/in.nix} (100%) rename tests/{functional/lang/eval-okay-remove.exp => functional2/lang/builtins.removeAttrs/eval-okay-2.out.exp} (100%) rename tests/{functional/lang/eval-okay-remove.nix => functional2/lang/builtins.removeAttrs/in-2.nix} (100%) rename tests/{functional/lang/eval-okay-builtins.exp => functional2/lang/builtins/eval-okay.out.exp} (100%) rename tests/{functional/lang/eval-okay-builtins.nix => functional2/lang/builtins/in.nix} (100%) diff --git a/tests/functional/lang/eval-okay-closure.exp.xml b/tests/functional/lang/eval-okay-closure.exp.xml deleted file mode 100644 index dffc03a99..000000000 --- a/tests/functional/lang/eval-okay-closure.exp.xml +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/functional/lang/eval-okay-builtins-add.exp b/tests/functional2/lang/builtins.add/eval-okay.out.exp similarity index 100% rename from tests/functional/lang/eval-okay-builtins-add.exp rename to tests/functional2/lang/builtins.add/eval-okay.out.exp diff --git a/tests/functional/lang/eval-okay-builtins-add.nix b/tests/functional2/lang/builtins.add/in.nix similarity index 100% rename from tests/functional/lang/eval-okay-builtins-add.nix rename to tests/functional2/lang/builtins.add/in.nix diff --git a/tests/functional/lang/eval-okay-closure.exp b/tests/functional2/lang/builtins.genericClosure/eval-okay.out.exp similarity index 100% rename from tests/functional/lang/eval-okay-closure.exp rename to tests/functional2/lang/builtins.genericClosure/eval-okay.out.exp diff --git a/tests/functional/lang/eval-okay-closure.nix b/tests/functional2/lang/builtins.genericClosure/in.nix similarity index 100% rename from tests/functional/lang/eval-okay-closure.nix rename to tests/functional2/lang/builtins.genericClosure/in.nix diff --git a/tests/functional/lang/eval-okay-remove.exp b/tests/functional2/lang/builtins.removeAttrs/eval-okay-2.out.exp similarity index 100% rename from tests/functional/lang/eval-okay-remove.exp rename to tests/functional2/lang/builtins.removeAttrs/eval-okay-2.out.exp diff --git a/tests/functional/lang/eval-okay-remove.nix b/tests/functional2/lang/builtins.removeAttrs/in-2.nix similarity index 100% rename from tests/functional/lang/eval-okay-remove.nix rename to tests/functional2/lang/builtins.removeAttrs/in-2.nix diff --git a/tests/functional/lang/eval-okay-builtins.exp b/tests/functional2/lang/builtins/eval-okay.out.exp similarity index 100% rename from tests/functional/lang/eval-okay-builtins.exp rename to tests/functional2/lang/builtins/eval-okay.out.exp diff --git a/tests/functional/lang/eval-okay-builtins.nix b/tests/functional2/lang/builtins/in.nix similarity index 100% rename from tests/functional/lang/eval-okay-builtins.nix rename to tests/functional2/lang/builtins/in.nix