Re-enable ScriptTest misc utility cases
This commit is contained in:
parent
104fd6b517
commit
7f7cf0d904
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user