Unignore ScriptTest regex/extension/source/range
This commit is contained in:
parent
29aa490748
commit
431faa9262
@ -3865,7 +3865,7 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
@Ignore("incremental enable: extension resolution for toList in chained call")
|
||||||
@Test
|
@Test
|
||||||
fun binarySearchTest2() = runTest {
|
fun binarySearchTest2() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -3909,7 +3909,6 @@ class ScriptTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testRegex1() = runTest {
|
fun testRegex1() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -3926,7 +3925,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun extensionsMustBeLocalPerScope() = runTest {
|
fun extensionsMustBeLocalPerScope() = runTest {
|
||||||
val scope1 = Script.newScope()
|
val scope1 = Script.newScope()
|
||||||
@ -3952,7 +3950,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testThrowReportsSource() = runTest {
|
fun testThrowReportsSource() = runTest {
|
||||||
try {
|
try {
|
||||||
@ -3970,7 +3967,6 @@ class ScriptTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testRangeIsIterable() = runTest {
|
fun testRangeIsIterable() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user