Unignore ScriptTest exceptions/map/method
This commit is contained in:
parent
eb6facd58d
commit
55470795f0
@ -4785,7 +4785,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testUserExceptionClass() = runTest {
|
fun testUserExceptionClass() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4811,7 +4810,7 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
@Ignore("incremental enable: ctor params in superclass call not resolved yet")
|
||||||
@Test
|
@Test
|
||||||
fun testExceptionToString() = runTest {
|
fun testExceptionToString() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4828,7 +4827,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testAssertThrowsUserException() = runTest {
|
fun testAssertThrowsUserException() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4851,7 +4849,7 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
@Ignore("incremental enable: raiseAsExecutionError missing source name in trace")
|
||||||
@Test
|
@Test
|
||||||
fun testRaiseAsError() = runTest {
|
fun testRaiseAsError() = runTest {
|
||||||
var x = evalNamed(
|
var x = evalNamed(
|
||||||
@ -4887,7 +4885,7 @@ class ScriptTest {
|
|||||||
assertContains(x1.message!!, "tc2")
|
assertContains(x1.message!!, "tc2")
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
@Ignore("incremental enable: filtered stack trace missing source frame")
|
||||||
@Test
|
@Test
|
||||||
fun testFilterStackTrace() = runTest {
|
fun testFilterStackTrace() = runTest {
|
||||||
var x = try {
|
var x = try {
|
||||||
@ -4913,7 +4911,7 @@ class ScriptTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
@Ignore("incremental enable: exception helper missing source info")
|
||||||
@Test
|
@Test
|
||||||
fun testLyngToKotlinExceptionHelpers() = runTest {
|
fun testLyngToKotlinExceptionHelpers() = runTest {
|
||||||
var x = evalNamed(
|
var x = evalNamed(
|
||||||
@ -4930,7 +4928,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testMapIteralAmbiguity() = runTest {
|
fun testMapIteralAmbiguity() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -5009,7 +5006,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testMethodLocals() = runTest() {
|
fun testMethodLocals() = runTest() {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user