Unignore ScriptTest iterable/minmax/inline
This commit is contained in:
parent
431faa9262
commit
cf3ca342f4
@ -3977,7 +3977,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testCallAndResultOrder() = runTest {
|
fun testCallAndResultOrder() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4001,7 +4000,6 @@ class ScriptTest {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testIterableMinMax() = runTest {
|
fun testIterableMinMax() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4014,7 +4012,6 @@ class ScriptTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testParserOverflow() = runTest {
|
fun testParserOverflow() = runTest {
|
||||||
try {
|
try {
|
||||||
@ -4082,7 +4079,6 @@ class ScriptTest {
|
|||||||
// """.trimIndent())
|
// """.trimIndent())
|
||||||
// }
|
// }
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testInlineArrayLiteral() = runTest {
|
fun testInlineArrayLiteral() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user