From 8cec5cf7ec252a8e3602ea3e5ed2fdb9bd037e11 Mon Sep 17 00:00:00 2001 From: sergeych Date: Thu, 29 Jan 2026 03:50:40 +0300 Subject: [PATCH] Re-enable ScriptTest apply/sum 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 97e859c..6329f88 100644 --- a/lynglib/src/commonTest/kotlin/ScriptTest.kt +++ b/lynglib/src/commonTest/kotlin/ScriptTest.kt @@ -2698,7 +2698,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testApply() = runTest { eval( @@ -2713,7 +2712,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testApplyThis() = runTest { eval( @@ -3707,7 +3705,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testOverridenListToString() = runTest { eval( @@ -3818,7 +3815,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testSum() = runTest { eval(