Re-enable ScriptTest search and stacktrace cases
This commit is contained in:
parent
7f7cf0d904
commit
a8f9ddb60c
@ -3866,7 +3866,6 @@ class ScriptTest {
|
||||
)
|
||||
}
|
||||
|
||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
||||
@Test
|
||||
fun binarySearchTest2() = runTest {
|
||||
eval(
|
||||
@ -4733,7 +4732,6 @@ class ScriptTest {
|
||||
)
|
||||
}
|
||||
|
||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
||||
@Test
|
||||
fun testUserClassExceptions() = runTest {
|
||||
eval(
|
||||
@ -4880,7 +4878,6 @@ class ScriptTest {
|
||||
assertContains(x1.message!!, "tc2")
|
||||
}
|
||||
|
||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
||||
@Test
|
||||
fun testFilterStackTrace() = runTest {
|
||||
var x = try {
|
||||
@ -4906,7 +4903,6 @@ class ScriptTest {
|
||||
}
|
||||
|
||||
|
||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
||||
@Test
|
||||
fun testLyngToKotlinExceptionHelpers() = runTest {
|
||||
var x = evalNamed(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user