diff --git a/backend.native/tests/external/codegen/box/constants/kt9532_lv10.kt b/backend.native/tests/external/codegen/box/constants/kt9532_lv10.kt index 828d90fa11a..e33ebe3e95b 100644 --- a/backend.native/tests/external/codegen/box/constants/kt9532_lv10.kt +++ b/backend.native/tests/external/codegen/box/constants/kt9532_lv10.kt @@ -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 { diff --git a/backend.native/tests/external/codegen/box/coroutines/suspendInTheMiddleOfObjectConstructionEvaluationOrder.kt b/backend.native/tests/external/codegen/box/coroutines/suspendInTheMiddleOfObjectConstructionEvaluationOrder.kt index 8e0f4ef2605..026ef54eb65 100644 --- a/backend.native/tests/external/codegen/box/coroutines/suspendInTheMiddleOfObjectConstructionEvaluationOrder.kt +++ b/backend.native/tests/external/codegen/box/coroutines/suspendInTheMiddleOfObjectConstructionEvaluationOrder.kt @@ -1,5 +1,7 @@ // WITH_RUNTIME // WITH_COROUTINES +// IGNORE_BACKEND: NATIVE + import helpers.* import kotlin.coroutines.experimental.* import kotlin.coroutines.experimental.intrinsics.* diff --git a/backend.native/tests/external/codegen/box/delegatedProperty/genericDelegateUncheckedCast1.kt b/backend.native/tests/external/codegen/box/delegatedProperty/genericDelegateUncheckedCast1.kt index e122e11cd6e..8c9fb39c472 100644 --- a/backend.native/tests/external/codegen/box/delegatedProperty/genericDelegateUncheckedCast1.kt +++ b/backend.native/tests/external/codegen/box/delegatedProperty/genericDelegateUncheckedCast1.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE import kotlin.reflect.KProperty diff --git a/backend.native/tests/external/codegen/box/delegatedProperty/genericDelegateUncheckedCast2.kt b/backend.native/tests/external/codegen/box/delegatedProperty/genericDelegateUncheckedCast2.kt index 14e4970fa59..117dbfdba04 100644 --- a/backend.native/tests/external/codegen/box/delegatedProperty/genericDelegateUncheckedCast2.kt +++ b/backend.native/tests/external/codegen/box/delegatedProperty/genericDelegateUncheckedCast2.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JVM, JS +// IGNORE_BACKEND: JVM, JS, NATIVE import kotlin.reflect.KProperty