Unignore ScriptTest list/sort/binarySearch

This commit is contained in:
Sergey Chernov 2026-01-30 19:55:34 +03:00
parent 84554ab7c6
commit 29aa490748

View File

@ -3706,7 +3706,7 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable") @Ignore("incremental enable: stackTrace member not resolved in bytecode path")
@Test @Test
fun testExceptionSerialization() = runTest { fun testExceptionSerialization() = runTest {
eval( eval(
@ -3764,7 +3764,7 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable") @Ignore("incremental enable: closure capture in acc?.let { acc + f(x) } mis-evaluates")
@Test @Test
fun testThisInClosure() = runTest { fun testThisInClosure() = runTest {
eval( eval(
@ -3788,7 +3788,7 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable") @Ignore("incremental enable: flow/closure capture in flow builder not working yet")
@Test @Test
fun testThisInFlowClosure() = runTest { fun testThisInFlowClosure() = runTest {
eval( eval(
@ -3807,7 +3807,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testSum() = runTest { fun testSum() = runTest {
eval( eval(
@ -3822,7 +3821,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testSort() = runTest { fun testSort() = runTest {
eval( eval(
@ -3836,7 +3834,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testListSortInPlace() = runTest { fun testListSortInPlace() = runTest {
eval( eval(
@ -3856,7 +3853,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun binarySearchTest() = runTest { fun binarySearchTest() = runTest {
eval( eval(