Re-enable ScriptTest exception cases
This commit is contained in:
parent
6c36314ed8
commit
104fd6b517
@ -2188,7 +2188,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testAccessEHData() = runTest {
|
fun testAccessEHData() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2234,7 +2233,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testThrowFromKotlin() = runTest {
|
fun testThrowFromKotlin() = runTest {
|
||||||
val c = Script.newScope()
|
val c = Script.newScope()
|
||||||
@ -3713,7 +3711,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testExceptionSerialization() = runTest {
|
fun testExceptionSerialization() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -3742,7 +3739,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testExceptionSerializationPlain() = runTest {
|
fun testExceptionSerializationPlain() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user