Unignore ScriptTest args/locals
This commit is contained in:
parent
55470795f0
commit
2622fde41b
@ -5023,7 +5023,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testContrcuctorMagicIdBug() = runTest() {
|
fun testContrcuctorMagicIdBug() = runTest() {
|
||||||
eval(
|
eval(
|
||||||
@ -5044,7 +5043,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testLambdaLocals() = runTest() {
|
fun testLambdaLocals() = runTest() {
|
||||||
eval(
|
eval(
|
||||||
@ -5060,7 +5058,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testTypedArgsWithInitializers() = runTest {
|
fun testTypedArgsWithInitializers() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -5077,7 +5074,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testArgsPriorityWithSplash() = runTest {
|
fun testArgsPriorityWithSplash() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user