Re-enable ScriptTest call-ellipsis and loop label cases

This commit is contained in:
Sergey Chernov 2026-01-29 03:48:27 +03:00
parent 079bdb44a6
commit 6a0f6b3db5

View File

@ -1980,7 +1980,6 @@ class ScriptTest {
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testCallLastBlockWithEllipsis() = runTest {
eval(
@ -2013,7 +2012,6 @@ class ScriptTest {
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testMethodCallLastBlockWithEllipsis() = runTest {
eval(
@ -2055,7 +2053,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun doWhileSimpleTest() = runTest {
eval(
@ -2099,7 +2096,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testForLabelNreakTest() = runTest {
eval(