From 104fd6b517a81bf9190dd4e0c2fc0e94249f5379 Mon Sep 17 00:00:00 2001 From: sergeych Date: Thu, 29 Jan 2026 03:54:35 +0300 Subject: [PATCH] Re-enable ScriptTest exception 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 b296278..187ef00 100644 --- a/lynglib/src/commonTest/kotlin/ScriptTest.kt +++ b/lynglib/src/commonTest/kotlin/ScriptTest.kt @@ -2188,7 +2188,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testAccessEHData() = runTest { eval( @@ -2234,7 +2233,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testThrowFromKotlin() = runTest { val c = Script.newScope() @@ -3713,7 +3711,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testExceptionSerialization() = runTest { eval( @@ -3742,7 +3739,6 @@ class ScriptTest { ) } - @Ignore("Bytecode: unsupported or incorrect behavior") @Test fun testExceptionSerializationPlain() = runTest { eval(