Unignore ScriptTest iterable/minmax/inline

This commit is contained in:
Sergey Chernov 2026-01-30 19:58:49 +03:00
parent 431faa9262
commit cf3ca342f4

View File

@ -3977,7 +3977,6 @@ class ScriptTest {
) )
} }
@Ignore("incremental enable")
@Test @Test
fun testCallAndResultOrder() = runTest { fun testCallAndResultOrder() = runTest {
eval( eval(
@ -4001,7 +4000,6 @@ class ScriptTest {
} }
@Ignore("incremental enable")
@Test @Test
fun testIterableMinMax() = runTest { fun testIterableMinMax() = runTest {
eval( eval(
@ -4014,7 +4012,6 @@ class ScriptTest {
} }
@Ignore("incremental enable")
@Test @Test
fun testParserOverflow() = runTest { fun testParserOverflow() = runTest {
try { try {
@ -4082,7 +4079,6 @@ class ScriptTest {
// """.trimIndent()) // """.trimIndent())
// } // }
@Ignore("incremental enable")
@Test @Test
fun testInlineArrayLiteral() = runTest { fun testInlineArrayLiteral() = runTest {
eval( eval(