Merge pull request #1055 from JetBrains/rr/matveev
Ignore native backend in some box tests
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
//WITH_RUNTIME
|
//WITH_RUNTIME
|
||||||
// IGNORE_BACKEND: JS
|
// IGNORE_BACKEND: JS
|
||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
|
|
||||||
object A {
|
object A {
|
||||||
@JvmStatic fun main(args: Array<String>) {
|
@JvmStatic fun main(args: Array<String>) {
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
|
|
||||||
class Generic<P : Any>(val p: P)
|
class Generic<P : Any>(val p: P)
|
||||||
|
|
||||||
class Host {
|
class Host {
|
||||||
|
|||||||
+1
@@ -2,6 +2,7 @@
|
|||||||
// WITH_REFLECT
|
// WITH_REFLECT
|
||||||
|
|
||||||
// IGNORE_BACKEND: JS
|
// IGNORE_BACKEND: JS
|
||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
|
|
||||||
import java.util.Arrays
|
import java.util.Arrays
|
||||||
import kotlin.reflect.KClass
|
import kotlin.reflect.KClass
|
||||||
|
|||||||
+1
@@ -2,6 +2,7 @@
|
|||||||
// WITH_REFLECT
|
// WITH_REFLECT
|
||||||
|
|
||||||
// IGNORE_BACKEND: JS
|
// IGNORE_BACKEND: JS
|
||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
|
|
||||||
import java.util.Arrays
|
import java.util.Arrays
|
||||||
import kotlin.reflect.KFunction0
|
import kotlin.reflect.KFunction0
|
||||||
|
|||||||
+1
@@ -2,6 +2,7 @@
|
|||||||
// WITH_REFLECT
|
// WITH_REFLECT
|
||||||
|
|
||||||
// IGNORE_BACKEND: JS
|
// IGNORE_BACKEND: JS
|
||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
|
|
||||||
import java.util.Arrays
|
import java.util.Arrays
|
||||||
import kotlin.reflect.KClass
|
import kotlin.reflect.KClass
|
||||||
|
|||||||
+1
@@ -2,6 +2,7 @@
|
|||||||
// WITH_REFLECT
|
// WITH_REFLECT
|
||||||
|
|
||||||
// IGNORE_BACKEND: JS
|
// IGNORE_BACKEND: JS
|
||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
|
|
||||||
import java.util.Arrays
|
import java.util.Arrays
|
||||||
import kotlin.reflect.KClass
|
import kotlin.reflect.KClass
|
||||||
|
|||||||
+1
@@ -1,4 +1,5 @@
|
|||||||
// IGNORE_BACKEND: JS
|
// IGNORE_BACKEND: JS
|
||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
|
|
||||||
// No kotlin-reflect.jar in this test
|
// No kotlin-reflect.jar in this test
|
||||||
// WITH_RUNTIME
|
// WITH_RUNTIME
|
||||||
|
|||||||
Reference in New Issue
Block a user