Exclude failing tests

This commit is contained in:
Pavel Punegov
2017-12-18 12:48:11 +03:00
committed by Pavel Punegov
parent e941c404c4
commit 65ceba0a35
4 changed files with 5 additions and 3 deletions
@@ -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 {
@@ -1,5 +1,7 @@
// WITH_RUNTIME
// WITH_COROUTINES
// IGNORE_BACKEND: NATIVE
import helpers.*
import kotlin.coroutines.experimental.*
import kotlin.coroutines.experimental.intrinsics.*
@@ -1,4 +1,4 @@
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: JS, NATIVE
import kotlin.reflect.KProperty
@@ -1,4 +1,4 @@
// IGNORE_BACKEND: JVM, JS
// IGNORE_BACKEND: JVM, JS, NATIVE
import kotlin.reflect.KProperty