Re-enable ScriptTest exception cases

This commit is contained in:
Sergey Chernov 2026-01-29 03:54:35 +03:00
parent 6c36314ed8
commit 104fd6b517

View File

@ -2188,7 +2188,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testAccessEHData() = runTest {
eval(
@ -2234,7 +2233,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testThrowFromKotlin() = runTest {
val c = Script.newScope()
@ -3713,7 +3711,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testExceptionSerialization() = runTest {
eval(
@ -3742,7 +3739,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testExceptionSerializationPlain() = runTest {
eval(