Mute tests with '::class' in native backend

This commit is contained in:
Ilya Matveev
2017-03-09 16:37:21 +03:00
committed by ilmat192
parent 8a3fa2e4e5
commit 29e5ad5abe
8 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: JS, NATIVE
// WITH_RUNTIME
// This is a big, ugly, semi-auto generated test.
@@ -1,5 +1,5 @@
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: JS, NATIVE
// WITH_RUNTIME
// This is a big, ugly, semi-auto generated test.
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: NATIVE
// KT-16291 Smart cast doesn't work when getting class of instance
class Foo(val s: String) {
+1 -1
View File
@@ -1,5 +1,5 @@
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
// IGNORE_BACKEND: JS, NATIVE
// WITH_RUNTIME
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: NATIVE
// WITH_REFLECT
import kotlin.test.assertEquals
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: NATIVE
// WITH_REFLECT
class A
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: NATIVE
// WITH_REFLECT
import kotlin.reflect.KClass
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: NATIVE
// WITH_RUNTIME