Re-enable more ScriptTest stdlib cases
This commit is contained in:
parent
8cec5cf7ec
commit
6c36314ed8
@ -3044,7 +3044,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testMapAsDelegate() = runTest {
|
fun testMapAsDelegate() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -3144,7 +3143,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testBufferCompare() = runTest {
|
fun testBufferCompare() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -3773,7 +3771,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testThisInClosure() = runTest {
|
fun testThisInClosure() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -4520,7 +4517,6 @@ class ScriptTest {
|
|||||||
assertEquals(51, r.toInt())
|
assertEquals(51, r.toInt())
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testFirstInEnum() = runTest {
|
fun testFirstInEnum() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user