From 6c36314ed810382f8a3ebf9e52d4927d5a12e38e Mon Sep 17 00:00:00 2001 From: sergeych Date: Thu, 29 Jan 2026 03:52:35 +0300 Subject: [PATCH] Re-enable more ScriptTest stdlib 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 6329f88..b296278 100644 --- a/lynglib/src/commonTest/kotlin/ScriptTest.kt +++ b/lynglib/src/commonTest/kotlin/ScriptTest.kt @@ -3044,7 +3044,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testMapAsDelegate() = runTest { eval( @@ -3144,7 +3143,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testBufferCompare() = runTest { eval( @@ -3773,7 +3771,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testThisInClosure() = runTest { eval( @@ -4520,7 +4517,6 @@ class ScriptTest { assertEquals(51, r.toInt()) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testFirstInEnum() = runTest { eval(