Re-enable ScriptTest apply/sum cases
This commit is contained in:
parent
6a0f6b3db5
commit
8cec5cf7ec
@ -2698,7 +2698,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testApply() = runTest {
|
fun testApply() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -2713,7 +2712,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testApplyThis() = runTest {
|
fun testApplyThis() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -3707,7 +3705,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testOverridenListToString() = runTest {
|
fun testOverridenListToString() = runTest {
|
||||||
eval(
|
eval(
|
||||||
@ -3818,7 +3815,6 @@ class ScriptTest {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("Bytecode: unsupported or incorrect behavior")
|
|
||||||
@Test
|
@Test
|
||||||
fun testSum() = runTest {
|
fun testSum() = runTest {
|
||||||
eval(
|
eval(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user