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.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 {
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user