diff --git a/compiler/testData/codegen/box/assert/alwaysDisable.kt b/compiler/testData/codegen/box/assert/alwaysDisable.kt index 783c2489bde..75612319850 100644 --- a/compiler/testData/codegen/box/assert/alwaysDisable.kt +++ b/compiler/testData/codegen/box/assert/alwaysDisable.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS diff --git a/compiler/testData/codegen/box/callableReference/bound/multiCase.kt b/compiler/testData/codegen/box/callableReference/bound/multiCase.kt index cbcc04c0eb1..0d8bd474511 100644 --- a/compiler/testData/codegen/box/callableReference/bound/multiCase.kt +++ b/compiler/testData/codegen/box/callableReference/bound/multiCase.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR class A(var v: Int) { diff --git a/compiler/testData/codegen/boxInline/suspend/callableReference/ordinaryParameter.kt b/compiler/testData/codegen/boxInline/suspend/callableReference/ordinaryParameter.kt index 77f9bd89ebd..b31ba4a9a43 100644 --- a/compiler/testData/codegen/boxInline/suspend/callableReference/ordinaryParameter.kt +++ b/compiler/testData/codegen/boxInline/suspend/callableReference/ordinaryParameter.kt @@ -1,4 +1,5 @@ // !LANGUAGE: +NewInference +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS, JS_IR // NO_CHECK_LAMBDA_INLINING diff --git a/compiler/testData/codegen/boxInline/suspend/callableReference/simple.kt b/compiler/testData/codegen/boxInline/suspend/callableReference/simple.kt index f7f85e4c345..9b14fc7a0d6 100644 --- a/compiler/testData/codegen/boxInline/suspend/callableReference/simple.kt +++ b/compiler/testData/codegen/boxInline/suspend/callableReference/simple.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +ReleaseCoroutines // !API_VERSION: 1.3 +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS, JS_IR // IGNORE_BACKEND: JVM_IR // NO_CHECK_LAMBDA_INLINING diff --git a/compiler/testData/codegen/boxInline/suspend/callableReference/suspendOfOrdinary.kt b/compiler/testData/codegen/boxInline/suspend/callableReference/suspendOfOrdinary.kt index f5ac21a06a3..36e424b1323 100644 --- a/compiler/testData/codegen/boxInline/suspend/callableReference/suspendOfOrdinary.kt +++ b/compiler/testData/codegen/boxInline/suspend/callableReference/suspendOfOrdinary.kt @@ -1,4 +1,5 @@ // !LANGUAGE: +NewInference +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS, JS_IR // NO_CHECK_LAMBDA_INLINING