Re-enable range-related ScriptTest cases

This commit is contained in:
Sergey Chernov 2026-01-29 03:45:04 +03:00
parent 212a3a5b3f
commit 238c2177b6

View File

@ -1409,7 +1409,6 @@ class ScriptTest {
) )
} }
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test @Test
fun testCharacterRange() = runTest { fun testCharacterRange() = runTest {
eval( eval(
@ -1439,7 +1438,6 @@ class ScriptTest {
) )
} }
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test @Test
fun testForRange() = runTest { fun testForRange() = runTest {
eval( eval(
@ -3614,7 +3612,6 @@ class ScriptTest {
) )
} }
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test @Test
fun testJoinToString() = runTest { fun testJoinToString() = runTest {
eval( eval(
@ -5110,7 +5107,6 @@ class ScriptTest {
) )
} }
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test @Test
fun testClamp() = runTest { fun testClamp() = runTest {
eval( eval(