Unignore ScriptTest string/logical/println
This commit is contained in:
parent
c5dbf6ad51
commit
eb869dc112
@ -4318,7 +4318,6 @@ class ScriptTest {
|
|||||||
assertEquals(TestJson4(TestEnum.One), x)
|
assertEquals(TestJson4(TestEnum.One), x)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testStringLast() = runTest {
|
fun testStringLast() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4328,7 +4327,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testStringMul() = runTest {
|
fun testStringMul() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4339,7 +4337,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testLogicalNot() = runTest {
|
fun testLogicalNot() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4378,7 +4375,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testHangOnPrintlnInMethods() = runTest {
|
fun testHangOnPrintlnInMethods() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user