Re-enable ScriptTest when sample and for-in bytecode checks
This commit is contained in:
parent
e143f31f3d
commit
ac8277d374
@ -2518,7 +2518,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testWhenSample2() = runTest {
|
fun testWhenSample2() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -5115,7 +5114,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testForInIterableDisasm() = runTest {
|
fun testForInIterableDisasm() = runTest {
|
||||||
val scope = Script.newScope()
|
val scope = Script.newScope()
|
||||||
@ -5143,7 +5141,6 @@ class ScriptTest {
|
|||||||
println("[DEBUG_LOG] type(\"153\")=${r2.inspect(scope)}")
|
println("[DEBUG_LOG] type(\"153\")=${r2.inspect(scope)}")
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testForInIterableBytecode() = runTest {
|
fun testForInIterableBytecode() = runTest {
|
||||||
val result = eval(
|
val result = eval(
|
||||||
@ -5159,7 +5156,6 @@ class ScriptTest {
|
|||||||
assertEquals(ObjInt(12), result)
|
assertEquals(ObjInt(12), result)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testForInIterableUnknownTypeDisasm() = runTest {
|
fun testForInIterableUnknownTypeDisasm() = runTest {
|
||||||
val scope = Script.newScope()
|
val scope = Script.newScope()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user