Enable CmdVm, map literal, and jvm misc tests
This commit is contained in:
parent
3250e5e556
commit
54d882ce89
@ -46,7 +46,6 @@ import kotlin.test.Ignore
|
||||
import kotlin.test.Test
|
||||
import kotlin.test.assertEquals
|
||||
|
||||
@Ignore("TODO(bytecode-only): uses fallback")
|
||||
class CmdVmTest {
|
||||
@Test
|
||||
fun addsIntConstants() = kotlinx.coroutines.test.runTest {
|
||||
|
||||
@ -28,7 +28,6 @@ import kotlin.test.Test
|
||||
import kotlin.test.assertEquals
|
||||
import kotlin.test.assertFailsWith
|
||||
|
||||
@Ignore("TODO(bytecode-only): uses fallback")
|
||||
class MapLiteralTest {
|
||||
|
||||
@Test
|
||||
|
||||
@ -28,7 +28,6 @@ import kotlin.test.Ignore
|
||||
import kotlin.test.Test
|
||||
import kotlin.test.assertNotEquals
|
||||
|
||||
@Ignore("TODO(bytecode-only): uses fallback")
|
||||
class OtherTests {
|
||||
@Test
|
||||
fun testImports3() = runBlocking {
|
||||
|
||||
@ -10,7 +10,6 @@ import kotlin.test.Test
|
||||
import kotlin.test.assertEquals
|
||||
import kotlin.test.fail
|
||||
|
||||
@Ignore("TODO(bytecode-only): uses fallback")
|
||||
class ThrowSourcePosJvmTest {
|
||||
|
||||
private fun assertThrowLine(code: String, expectedLine: Int) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user