Reenable ScriptTest list, loop, and range cases

This commit is contained in:
Sergey Chernov 2026-01-30 13:21:21 +03:00
parent a266df6035
commit 9319add9c0

View File

@ -1186,7 +1186,6 @@ class ScriptTest {
} }
@Ignore("incremental enable")
@Test @Test
fun testListLiteralSpread() = runTest { fun testListLiteralSpread() = runTest {
eval( eval(
@ -1213,7 +1212,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testArrayCompare() = runTest { fun testArrayCompare() = runTest {
eval( eval(
@ -1228,7 +1226,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun forLoop1() = runTest { fun forLoop1() = runTest {
eval( eval(
@ -1256,7 +1253,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun forLoop2() = runTest { fun forLoop2() = runTest {
println( println(
@ -1276,7 +1272,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testIntClosedRangeInclusive() = runTest { fun testIntClosedRangeInclusive() = runTest {
eval( eval(
@ -1311,7 +1306,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testIntClosedRangeExclusive() = runTest { fun testIntClosedRangeExclusive() = runTest {
eval( eval(
@ -1348,7 +1342,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testIntClosedRangeInExclusive() = runTest { fun testIntClosedRangeInExclusive() = runTest {
eval( eval(
@ -1359,7 +1352,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testOpenStartRanges() = runTest { fun testOpenStartRanges() = runTest {
eval( eval(
@ -1385,7 +1377,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testOpenEndRanges() = runTest { fun testOpenEndRanges() = runTest {
eval( eval(
@ -1398,7 +1389,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testOpenEndRanges2() = runTest { fun testOpenEndRanges2() = runTest {
eval( eval(