Re-enable ScriptTest lambda and while cases

This commit is contained in:
Sergey Chernov 2026-01-29 03:46:55 +03:00
parent 238c2177b6
commit 079bdb44a6

View File

@ -1499,7 +1499,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testLambdaWithArgs() = runTest {
eval(
@ -1618,7 +1617,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testLambdaWithArgsEllipsis() = runTest {
eval(
@ -1663,7 +1661,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testIsPrimeSampleBug() = runTest {
eval(
@ -1684,7 +1681,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testLambdaAsFnCallArg() = runTest {
eval(