From 6a0f6b3db590497b2effce2290ebaf76838f63bd Mon Sep 17 00:00:00 2001 From: sergeych Date: Thu, 29 Jan 2026 03:48:27 +0300 Subject: [PATCH] Re-enable ScriptTest call-ellipsis and loop label 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 5fd0088..97e859c 100644 --- a/lynglib/src/commonTest/kotlin/ScriptTest.kt +++ b/lynglib/src/commonTest/kotlin/ScriptTest.kt @@ -1980,7 +1980,6 @@ class ScriptTest { } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testCallLastBlockWithEllipsis() = runTest { eval( @@ -2013,7 +2012,6 @@ class ScriptTest { } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testMethodCallLastBlockWithEllipsis() = runTest { eval( @@ -2055,7 +2053,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun doWhileSimpleTest() = runTest { eval( @@ -2099,7 +2096,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testForLabelNreakTest() = runTest { eval(