From 29aa4907485a2cbfd869baf580bb04ad2defbea1 Mon Sep 17 00:00:00 2001 From: sergeych Date: Fri, 30 Jan 2026 19:55:34 +0300 Subject: [PATCH] Unignore ScriptTest list/sort/binarySearch --- lynglib/src/commonTest/kotlin/ScriptTest.kt | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/lynglib/src/commonTest/kotlin/ScriptTest.kt b/lynglib/src/commonTest/kotlin/ScriptTest.kt index d095a4b..91edfa4 100644 --- a/lynglib/src/commonTest/kotlin/ScriptTest.kt +++ b/lynglib/src/commonTest/kotlin/ScriptTest.kt @@ -3706,7 +3706,7 @@ class ScriptTest { ) } - @Ignore("incremental enable") + @Ignore("incremental enable: stackTrace member not resolved in bytecode path") @Test fun testExceptionSerialization() = runTest { eval( @@ -3764,7 +3764,7 @@ class ScriptTest { ) } - @Ignore("incremental enable") + @Ignore("incremental enable: closure capture in acc?.let { acc + f(x) } mis-evaluates") @Test fun testThisInClosure() = runTest { eval( @@ -3788,7 +3788,7 @@ class ScriptTest { ) } - @Ignore("incremental enable") + @Ignore("incremental enable: flow/closure capture in flow builder not working yet") @Test fun testThisInFlowClosure() = runTest { eval( @@ -3807,7 +3807,6 @@ class ScriptTest { ) } - @Ignore("incremental enable") @Test fun testSum() = runTest { eval( @@ -3822,7 +3821,6 @@ class ScriptTest { ) } - @Ignore("incremental enable") @Test fun testSort() = runTest { eval( @@ -3836,7 +3834,6 @@ class ScriptTest { ) } - @Ignore("incremental enable") @Test fun testListSortInPlace() = runTest { eval( @@ -3856,7 +3853,6 @@ class ScriptTest { ) } - @Ignore("incremental enable") @Test fun binarySearchTest() = runTest { eval(