Re-enable ScriptTest lambda and while cases
This commit is contained in:
parent
238c2177b6
commit
079bdb44a6
@ -1499,7 +1499,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testLambdaWithArgs() = runTest {
|
fun testLambdaWithArgs() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -1618,7 +1617,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testLambdaWithArgsEllipsis() = runTest {
|
fun testLambdaWithArgsEllipsis() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -1663,7 +1661,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testIsPrimeSampleBug() = runTest {
|
fun testIsPrimeSampleBug() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -1684,7 +1681,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testLambdaAsFnCallArg() = runTest {
|
fun testLambdaAsFnCallArg() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user