Enable CmdVm, map literal, and jvm misc tests

This commit is contained in:
Sergey Chernov 2026-01-29 02:35:49 +03:00
parent 3250e5e556
commit 54d882ce89
4 changed files with 0 additions and 4 deletions

View File

@ -46,7 +46,6 @@ import kotlin.test.Ignore
import kotlin.test.Test import kotlin.test.Test
import kotlin.test.assertEquals import kotlin.test.assertEquals
@Ignore("TODO(bytecode-only): uses fallback")
class CmdVmTest { class CmdVmTest {
@Test @Test
fun addsIntConstants() = kotlinx.coroutines.test.runTest { fun addsIntConstants() = kotlinx.coroutines.test.runTest {

View File

@ -28,7 +28,6 @@ import kotlin.test.Test
import kotlin.test.assertEquals import kotlin.test.assertEquals
import kotlin.test.assertFailsWith import kotlin.test.assertFailsWith
@Ignore("TODO(bytecode-only): uses fallback")
class MapLiteralTest { class MapLiteralTest {
@Test @Test

View File

@ -28,7 +28,6 @@ import kotlin.test.Ignore
import kotlin.test.Test import kotlin.test.Test
import kotlin.test.assertNotEquals import kotlin.test.assertNotEquals
@Ignore("TODO(bytecode-only): uses fallback")
class OtherTests { class OtherTests {
@Test @Test
fun testImports3() = runBlocking { fun testImports3() = runBlocking {

View File

@ -10,7 +10,6 @@ import kotlin.test.Test
import kotlin.test.assertEquals import kotlin.test.assertEquals
import kotlin.test.fail import kotlin.test.fail
@Ignore("TODO(bytecode-only): uses fallback")
class ThrowSourcePosJvmTest { class ThrowSourcePosJvmTest {
private fun assertThrowLine(code: String, expectedLine: Int) { private fun assertThrowLine(code: String, expectedLine: Int) {