Merge pull request #1055 from JetBrains/rr/matveev

Ignore native backend in some box tests
This commit is contained in:
Mikhail Zarechenskiy
2017-04-25 11:42:51 +03:00
committed by GitHub
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