From 108beda9ae1c6139f8e6ec4094ac376aa5dc1ee7 Mon Sep 17 00:00:00 2001 From: piegames Date: Tue, 24 Jun 2025 16:39:13 +0200 Subject: [PATCH] tests/functional2/lang: Migrate another weird regression test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A link to an issue would have come really handy … Change-Id: I44495a5e193c0bfbf9e905271025b7321daa84c6 --- tests/functional/lang/parse-okay-regression-20041027.flags | 1 - .../lang/regression-20041027/in.nix} | 0 .../lang/regression-20041027/parse-okay.out.exp} | 0 tests/functional2/lang/regression-20041027/test.toml | 3 +++ 4 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 tests/functional/lang/parse-okay-regression-20041027.flags rename tests/{functional/lang/parse-okay-regression-20041027.nix => functional2/lang/regression-20041027/in.nix} (100%) rename tests/{functional/lang/parse-okay-regression-20041027.exp => functional2/lang/regression-20041027/parse-okay.out.exp} (100%) create mode 100644 tests/functional2/lang/regression-20041027/test.toml diff --git a/tests/functional/lang/parse-okay-regression-20041027.flags b/tests/functional/lang/parse-okay-regression-20041027.flags deleted file mode 100644 index 86329a66e..000000000 --- a/tests/functional/lang/parse-okay-regression-20041027.flags +++ /dev/null @@ -1 +0,0 @@ ---extra-deprecated-features url-literals diff --git a/tests/functional/lang/parse-okay-regression-20041027.nix b/tests/functional2/lang/regression-20041027/in.nix similarity index 100% rename from tests/functional/lang/parse-okay-regression-20041027.nix rename to tests/functional2/lang/regression-20041027/in.nix diff --git a/tests/functional/lang/parse-okay-regression-20041027.exp b/tests/functional2/lang/regression-20041027/parse-okay.out.exp similarity index 100% rename from tests/functional/lang/parse-okay-regression-20041027.exp rename to tests/functional2/lang/regression-20041027/parse-okay.out.exp diff --git a/tests/functional2/lang/regression-20041027/test.toml b/tests/functional2/lang/regression-20041027/test.toml new file mode 100644 index 000000000..19842ca21 --- /dev/null +++ b/tests/functional2/lang/regression-20041027/test.toml @@ -0,0 +1,3 @@ +[[test]] +runner = "parse-okay" +flags = [ "--extra-deprecated-features", "url-literals" ]