Unignore ScriptTest namedargs/exceptions/todo
This commit is contained in:
parent
7c60f02868
commit
eb6facd58d
@ -4586,7 +4586,7 @@ class ScriptTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
@Ignore("incremental enable: destructuring assignments not implemented in bytecode compiler")
|
||||||
@Test
|
@Test
|
||||||
fun testDestructuringAssignment() = runTest {
|
fun testDestructuringAssignment() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4668,7 +4668,6 @@ class ScriptTest {
|
|||||||
assertContains(x.message!!, "throw \"success\"")
|
assertContains(x.message!!, "throw \"success\"")
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testClassAndFunAutoNamedArgs() = runTest {
|
fun testClassAndFunAutoNamedArgs() = runTest {
|
||||||
// Shorthand for named arguments: name: is equivalent to name: name.
|
// Shorthand for named arguments: name: is equivalent to name: name.
|
||||||
@ -4722,7 +4721,7 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
@Ignore("incremental enable: expression-body methods not resolved yet")
|
||||||
@Test
|
@Test
|
||||||
fun testFunMiniDeclaration() = runTest {
|
fun testFunMiniDeclaration() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4738,7 +4737,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testUserClassExceptions() = runTest {
|
fun testUserClassExceptions() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4760,7 +4758,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testTodo() = runTest {
|
fun testTodo() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4774,7 +4771,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("incremental enable")
|
|
||||||
@Test
|
@Test
|
||||||
fun testOptOnNullAssignment() = runTest {
|
fun testOptOnNullAssignment() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user