Re-enable additional ScriptTest cases
This commit is contained in:
parent
68122df6d7
commit
4c966eb63e
@ -1755,7 +1755,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testShuttle() = runTest {
|
fun testShuttle() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -1768,7 +1767,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testSimpleStruct() = runTest {
|
fun testSimpleStruct() = runTest {
|
||||||
val c = Scope()
|
val c = Scope()
|
||||||
@ -1790,7 +1788,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testNonAssignalbeFieldInStruct() = runTest {
|
fun testNonAssignalbeFieldInStruct() = runTest {
|
||||||
val c = Scope()
|
val c = Scope()
|
||||||
@ -1808,7 +1805,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testStructBodyVal() = runTest {
|
fun testStructBodyVal() = runTest {
|
||||||
val c = Scope()
|
val c = Scope()
|
||||||
@ -1831,7 +1827,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testStructBodyFun() = runTest {
|
fun testStructBodyFun() = runTest {
|
||||||
val c = Scope()
|
val c = Scope()
|
||||||
@ -1852,7 +1847,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testPrivateConstructorParams() = runTest {
|
fun testPrivateConstructorParams() = runTest {
|
||||||
val c = Scope()
|
val c = Scope()
|
||||||
@ -1866,7 +1860,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testLBraceMethodCall() = runTest {
|
fun testLBraceMethodCall() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -1882,7 +1875,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testLBraceFnCall() = runTest {
|
fun testLBraceFnCall() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -1895,7 +1887,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testClasstoString() = runTest {
|
fun testClasstoString() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -1912,7 +1903,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testClassDefaultCompare() = runTest {
|
fun testClassDefaultCompare() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user