Re-enable more ScriptTest stdlib cases

This commit is contained in:
Sergey Chernov 2026-01-29 03:52:35 +03:00
parent 8cec5cf7ec
commit 6c36314ed8

View File

@ -3044,7 +3044,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testMapAsDelegate() = runTest {
eval(
@ -3144,7 +3143,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testBufferCompare() = runTest {
eval(
@ -3773,7 +3771,6 @@ class ScriptTest {
)
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testThisInClosure() = runTest {
eval(
@ -4520,7 +4517,6 @@ class ScriptTest {
assertEquals(51, r.toInt())
}
@Ignore("Bytecode: unsupported or incorrect behavior")
@Test
fun testFirstInEnum() = runTest {
eval(