Exclude failing tests
This commit is contained in:
committed by
Pavel Punegov
parent
e941c404c4
commit
65ceba0a35
@@ -1,5 +1,5 @@
|
||||
// TODO: muted automatically, investigate should it be ran for JS or not
|
||||
// IGNORE_BACKEND: JS
|
||||
// IGNORE_BACKEND: JS, NATIVE
|
||||
// LANGUAGE_VERSION: 1.0
|
||||
|
||||
object A {
|
||||
|
||||
+2
@@ -1,5 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
// WITH_COROUTINES
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
|
||||
import helpers.*
|
||||
import kotlin.coroutines.experimental.*
|
||||
import kotlin.coroutines.experimental.intrinsics.*
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// IGNORE_BACKEND: JS
|
||||
// IGNORE_BACKEND: JS, NATIVE
|
||||
|
||||
import kotlin.reflect.KProperty
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM, JS
|
||||
// IGNORE_BACKEND: JVM, JS, NATIVE
|
||||
|
||||
import kotlin.reflect.KProperty
|
||||
|
||||
|
||||
Reference in New Issue
Block a user