From 55e06f04b2d0e9d1f11c1d905c65dd0c33c8a161 Mon Sep 17 00:00:00 2001 From: sergeych Date: Thu, 29 Jan 2026 04:00:31 +0300 Subject: [PATCH] Re-enable ScriptTest do/while and scoping 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 f9ad161..cc70feb 100644 --- a/lynglib/src/commonTest/kotlin/ScriptTest.kt +++ b/lynglib/src/commonTest/kotlin/ScriptTest.kt @@ -851,7 +851,6 @@ class ScriptTest { } } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testWhileBlockIsolation1() = runTest { eval( @@ -868,7 +867,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testWhileBlockIsolation2() = runTest { assertFails { @@ -2278,7 +2276,6 @@ class ScriptTest { assertEquals("111", r.toString()) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun doWhileValuesTest() = runTest { eval( @@ -2323,7 +2320,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun doWhileValuesLabelTest() = runTest { withTimeout(5.seconds) {