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