Unignore ScriptTest sprintf/forin/return
This commit is contained in:
parent
f6b6395424
commit
0331ea22f7
@ -2561,7 +2561,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testSprintf() = runTest {
|
fun testSprintf() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -5182,7 +5181,6 @@ class ScriptTest {
|
|||||||
assertEquals(ObjInt(12), result)
|
assertEquals(ObjInt(12), result)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testForInIterableUnknownTypeDisasm() = runTest {
|
fun testForInIterableUnknownTypeDisasm() = runTest {
|
||||||
val scope = Script.newScope()
|
val scope = Script.newScope()
|
||||||
@ -5205,7 +5203,6 @@ class ScriptTest {
|
|||||||
assertEquals(ObjInt(4), r2)
|
assertEquals(ObjInt(4), r2)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testReturnBreakValueBytecodeDisasm() = runTest {
|
fun testReturnBreakValueBytecodeDisasm() = runTest {
|
||||||
val scope = Script.newScope()
|
val scope = Script.newScope()
|
||||||
@ -5264,7 +5261,6 @@ class ScriptTest {
|
|||||||
assertEquals(ObjFalse, scope.eval("isInt(\"42\")"))
|
assertEquals(ObjFalse, scope.eval("isInt(\"42\")"))
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testFilterBug() = runTest {
|
fun testFilterBug() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user