Unignore ScriptTest json/map/comments
This commit is contained in:
parent
cf3ca342f4
commit
a29acb6000
@ -4092,7 +4092,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testInlineMapLiteral() = runTest {
|
fun testInlineMapLiteral() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4106,7 +4105,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testCommentsInClassConstructor() = runTest {
|
fun testCommentsInClassConstructor() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4127,7 +4125,6 @@ class ScriptTest {
|
|||||||
@Serializable
|
@Serializable
|
||||||
data class JSTest1(val foo: String, val one: Int, val ok: Boolean)
|
data class JSTest1(val foo: String, val one: Int, val ok: Boolean)
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testToJson() = runTest {
|
fun testToJson() = runTest {
|
||||||
val x = eval("""{ "foo": "bar", "one": 1, "ok": true }""")
|
val x = eval("""{ "foo": "bar", "one": 1, "ok": true }""")
|
||||||
@ -4141,7 +4138,6 @@ class ScriptTest {
|
|||||||
assertEquals(JSTest1("bar", 1, true), x.decodeSerializable<JSTest1>())
|
assertEquals(JSTest1("bar", 1, true), x.decodeSerializable<JSTest1>())
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testJsonTime() = runTest {
|
fun testJsonTime() = runTest {
|
||||||
val now = Clock.System.now()
|
val now = Clock.System.now()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user