Ignore native backend in some box tests

This commit is contained in:
Ilya Matveev
2017-04-24 17:43:14 +07:00
parent 5315f4d9da
commit 629be10a53
7 changed files with 8 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
//WITH_RUNTIME
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: NATIVE
object A {
@JvmStatic fun main(args: Array<String>) {
@@ -1,3 +1,5 @@
// IGNORE_BACKEND: NATIVE
class Generic<P : Any>(val p: P)
class Host {
@@ -2,6 +2,7 @@
// WITH_REFLECT
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: NATIVE
import java.util.Arrays
import kotlin.reflect.KClass
@@ -2,6 +2,7 @@
// WITH_REFLECT
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: NATIVE
import java.util.Arrays
import kotlin.reflect.KFunction0
@@ -2,6 +2,7 @@
// WITH_REFLECT
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: NATIVE
import java.util.Arrays
import kotlin.reflect.KClass
@@ -2,6 +2,7 @@
// WITH_REFLECT
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: NATIVE
import java.util.Arrays
import kotlin.reflect.KClass
@@ -1,4 +1,5 @@
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: NATIVE
// No kotlin-reflect.jar in this test
// WITH_RUNTIME