Re-enable ScriptTest concurrency and delegation cases
This commit is contained in:
parent
ac8277d374
commit
0e069382a2
@ -2789,7 +2789,6 @@ class ScriptTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testParallels2() = runTest {
|
fun testParallels2() = runTest {
|
||||||
withContext(Dispatchers.Default) {
|
withContext(Dispatchers.Default) {
|
||||||
@ -2837,7 +2836,6 @@ class ScriptTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testExtend() = runTest() {
|
fun testExtend() = runTest() {
|
||||||
eval(
|
eval(
|
||||||
@ -4947,7 +4945,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testLazyLocals() = runTest() {
|
fun testLazyLocals() = runTest() {
|
||||||
eval(
|
eval(
|
||||||
@ -5236,7 +5233,6 @@ class ScriptTest {
|
|||||||
assertEquals(ObjFalse, scope.eval("isInt(\"42\")"))
|
assertEquals(ObjFalse, scope.eval("isInt(\"42\")"))
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testFilterBug() = runTest {
|
fun testFilterBug() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user