Re-enable more ScriptTest cases
This commit is contained in:
parent
615dc026f7
commit
eaa5713eaf
@ -2471,7 +2471,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testMatchingOperator2() = runTest {
|
fun testMatchingOperator2() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2500,7 +2499,6 @@ class ScriptTest {
|
|||||||
// )
|
// )
|
||||||
// }
|
// }
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testWhenSample1() = runTest {
|
fun testWhenSample1() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2520,7 +2518,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testWhenSample2() = runTest {
|
fun testWhenSample2() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2543,7 +2540,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testNull1() = runTest {
|
fun testNull1() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2577,7 +2573,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testSubstringRangeFailure() = runTest {
|
fun testSubstringRangeFailure() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2588,7 +2583,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun passingOpenEndedRangeAsParam() = runTest {
|
fun passingOpenEndedRangeAsParam() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2601,7 +2595,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testCollectionStructure() = runTest {
|
fun testCollectionStructure() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2628,7 +2621,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testSet() = runTest {
|
fun testSet() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2655,7 +2647,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testSet2() = runTest {
|
fun testSet2() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2666,7 +2657,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testSetAddRemoveSet() = runTest {
|
fun testSetAddRemoveSet() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user