From eba84b51d65226354eeba3b061f4d7697da73c1a Mon Sep 17 00:00:00 2001 From: piegames Date: Sat, 30 Aug 2025 16:39:50 +0200 Subject: [PATCH] tests/functional2/lang: Migrate builtins.fromTOML Change-Id: I80d4058f3b74e9815425499e21afce5fc5dc6375 --- .../eval-fail-overflow.err.exp | 0 .../eval-fail-timestamps.err.exp} | 0 .../eval-fail-underflow.err.exp | 0 .../lang/builtins.fromTOML/eval-okay.out.exp} | 0 .../{fromTOML-overflowing => builtins.fromTOML}/in-overflow.nix | 0 .../in.nix => builtins.fromTOML/in-timestamps.nix} | 0 .../{fromTOML-overflowing => builtins.fromTOML}/in-underflow.nix | 0 .../lang/builtins.fromTOML/in.nix} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename tests/functional2/lang/{fromTOML-overflowing => builtins.fromTOML}/eval-fail-overflow.err.exp (100%) rename tests/functional2/lang/{fromTOML-timestamps/eval-fail.err.exp => builtins.fromTOML/eval-fail-timestamps.err.exp} (100%) rename tests/functional2/lang/{fromTOML-overflowing => builtins.fromTOML}/eval-fail-underflow.err.exp (100%) rename tests/{functional/lang/eval-okay-fromTOML.exp => functional2/lang/builtins.fromTOML/eval-okay.out.exp} (100%) rename tests/functional2/lang/{fromTOML-overflowing => builtins.fromTOML}/in-overflow.nix (100%) rename tests/functional2/lang/{fromTOML-timestamps/in.nix => builtins.fromTOML/in-timestamps.nix} (100%) rename tests/functional2/lang/{fromTOML-overflowing => builtins.fromTOML}/in-underflow.nix (100%) rename tests/{functional/lang/eval-okay-fromTOML.nix => functional2/lang/builtins.fromTOML/in.nix} (100%) diff --git a/tests/functional2/lang/fromTOML-overflowing/eval-fail-overflow.err.exp b/tests/functional2/lang/builtins.fromTOML/eval-fail-overflow.err.exp similarity index 100% rename from tests/functional2/lang/fromTOML-overflowing/eval-fail-overflow.err.exp rename to tests/functional2/lang/builtins.fromTOML/eval-fail-overflow.err.exp diff --git a/tests/functional2/lang/fromTOML-timestamps/eval-fail.err.exp b/tests/functional2/lang/builtins.fromTOML/eval-fail-timestamps.err.exp similarity index 100% rename from tests/functional2/lang/fromTOML-timestamps/eval-fail.err.exp rename to tests/functional2/lang/builtins.fromTOML/eval-fail-timestamps.err.exp diff --git a/tests/functional2/lang/fromTOML-overflowing/eval-fail-underflow.err.exp b/tests/functional2/lang/builtins.fromTOML/eval-fail-underflow.err.exp similarity index 100% rename from tests/functional2/lang/fromTOML-overflowing/eval-fail-underflow.err.exp rename to tests/functional2/lang/builtins.fromTOML/eval-fail-underflow.err.exp diff --git a/tests/functional/lang/eval-okay-fromTOML.exp b/tests/functional2/lang/builtins.fromTOML/eval-okay.out.exp similarity index 100% rename from tests/functional/lang/eval-okay-fromTOML.exp rename to tests/functional2/lang/builtins.fromTOML/eval-okay.out.exp diff --git a/tests/functional2/lang/fromTOML-overflowing/in-overflow.nix b/tests/functional2/lang/builtins.fromTOML/in-overflow.nix similarity index 100% rename from tests/functional2/lang/fromTOML-overflowing/in-overflow.nix rename to tests/functional2/lang/builtins.fromTOML/in-overflow.nix diff --git a/tests/functional2/lang/fromTOML-timestamps/in.nix b/tests/functional2/lang/builtins.fromTOML/in-timestamps.nix similarity index 100% rename from tests/functional2/lang/fromTOML-timestamps/in.nix rename to tests/functional2/lang/builtins.fromTOML/in-timestamps.nix diff --git a/tests/functional2/lang/fromTOML-overflowing/in-underflow.nix b/tests/functional2/lang/builtins.fromTOML/in-underflow.nix similarity index 100% rename from tests/functional2/lang/fromTOML-overflowing/in-underflow.nix rename to tests/functional2/lang/builtins.fromTOML/in-underflow.nix diff --git a/tests/functional/lang/eval-okay-fromTOML.nix b/tests/functional2/lang/builtins.fromTOML/in.nix similarity index 100% rename from tests/functional/lang/eval-okay-fromTOML.nix rename to tests/functional2/lang/builtins.fromTOML/in.nix