Re-enable ScriptTest misc utility cases

This commit is contained in:
Sergey Chernov 2026-01-29 03:56:54 +03:00
parent 104fd6b517
commit 7f7cf0d904

View File

@ -4001,7 +4001,6 @@ class ScriptTest {
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testIterableMinMax() = runTest {
eval(
@ -4377,7 +4376,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testHangOnPrintlnInMethods() = runTest {
eval(
@ -4809,7 +4807,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testExceptionToString() = runTest {
eval(
@ -4848,7 +4845,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testRaiseAsError() = runTest {
var x = evalNamed(