From eb6facd58df9c2153f9c396253f5e81d1d1b03bf Mon Sep 17 00:00:00 2001 From: sergeych Date: Fri, 30 Jan 2026 20:09:33 +0300 Subject: [PATCH] Unignore ScriptTest namedargs/exceptions/todo --- lynglib/src/commonTest/kotlin/ScriptTest.kt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lynglib/src/commonTest/kotlin/ScriptTest.kt b/lynglib/src/commonTest/kotlin/ScriptTest.kt index 3fa77f7..0d95a24 100644 --- a/lynglib/src/commonTest/kotlin/ScriptTest.kt +++ b/lynglib/src/commonTest/kotlin/ScriptTest.kt @@ -4586,7 +4586,7 @@ class ScriptTest { } - @Ignore("incremental enable") + @Ignore("incremental enable: destructuring assignments not implemented in bytecode compiler") @Test fun testDestructuringAssignment() = runTest { eval( @@ -4668,7 +4668,6 @@ class ScriptTest { assertContains(x.message!!, "throw \"success\"") } - @Ignore("incremental enable") @Test fun testClassAndFunAutoNamedArgs() = runTest { // Shorthand for named arguments: name: is equivalent to name: name. @@ -4722,7 +4721,7 @@ class ScriptTest { ) } - @Ignore("incremental enable") + @Ignore("incremental enable: expression-body methods not resolved yet") @Test fun testFunMiniDeclaration() = runTest { eval( @@ -4738,7 +4737,6 @@ class ScriptTest { ) } - @Ignore("incremental enable") @Test fun testUserClassExceptions() = runTest { eval( @@ -4760,7 +4758,6 @@ class ScriptTest { ) } - @Ignore("incremental enable") @Test fun testTodo() = runTest { eval( @@ -4774,7 +4771,6 @@ class ScriptTest { ) } - @Ignore("incremental enable") @Test fun testOptOnNullAssignment() = runTest { eval(