Re-enable ScriptTest call-ellipsis and loop label cases
This commit is contained in:
parent
079bdb44a6
commit
6a0f6b3db5
@ -1980,7 +1980,6 @@ class ScriptTest {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testCallLastBlockWithEllipsis() = runTest {
|
fun testCallLastBlockWithEllipsis() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2013,7 +2012,6 @@ class ScriptTest {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testMethodCallLastBlockWithEllipsis() = runTest {
|
fun testMethodCallLastBlockWithEllipsis() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2055,7 +2053,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun doWhileSimpleTest() = runTest {
|
fun doWhileSimpleTest() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2099,7 +2096,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testForLabelNreakTest() = runTest {
|
fun testForLabelNreakTest() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user