From 91624a30b82b43b7fe8e69183af66d5008e2a87a Mon Sep 17 00:00:00 2001 From: sergeych Date: Thu, 29 Jan 2026 04:03:08 +0300 Subject: [PATCH] Re-enable ScriptTest regex and while break cases --- lynglib/src/commonTest/kotlin/ScriptTest.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lynglib/src/commonTest/kotlin/ScriptTest.kt b/lynglib/src/commonTest/kotlin/ScriptTest.kt index cc70feb..063c91d 100644 --- a/lynglib/src/commonTest/kotlin/ScriptTest.kt +++ b/lynglib/src/commonTest/kotlin/ScriptTest.kt @@ -883,7 +883,6 @@ class ScriptTest { } } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testWhileBlockIsolation3() = runTest { eval( @@ -909,7 +908,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun whileNonLocalBreakTest() = runTest { assertEquals( @@ -2457,7 +2455,6 @@ class ScriptTest { assertEquals("$~", l[0].value) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testMatchOperator() = runTest { eval( @@ -2477,7 +2474,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testMatchingOperator2() = runTest { eval(