diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/asyncIterator.kt b/backend.native/tests/external/codegen/blackbox/coroutines/asyncIterator.kt index 027eeb08845..78c722daa9e 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/asyncIterator.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/asyncIterator.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/await.kt b/backend.native/tests/external/codegen/blackbox/coroutines/await.kt index 093436eb720..ab1c672a88c 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/await.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/await.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES // FILE: promise.kt diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/beginWithException.kt b/backend.native/tests/external/codegen/blackbox/coroutines/beginWithException.kt index bcc6ec8b478..4eeca56fce9 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/beginWithException.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/beginWithException.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/beginWithExceptionNoHandleException.kt b/backend.native/tests/external/codegen/blackbox/coroutines/beginWithExceptionNoHandleException.kt index fc1142ec9a5..d77c21b211b 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/beginWithExceptionNoHandleException.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/beginWithExceptionNoHandleException.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/coercionToUnit.kt b/backend.native/tests/external/codegen/blackbox/coroutines/coercionToUnit.kt index ac01525766c..23172281486 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/coercionToUnit.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/coercionToUnit.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/breakFinally.kt b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/breakFinally.kt index d49e8c0179c..34c8f2a26f6 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/breakFinally.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/breakFinally.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/breakStatement.kt b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/breakStatement.kt index 8aff6f5a2ff..4e3d46df24b 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/breakStatement.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/breakStatement.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/doWhileStatement.kt b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/doWhileStatement.kt index 932fc621dd7..7bb4d29301b 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/doWhileStatement.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/doWhileStatement.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/forContinue.kt b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/forContinue.kt index e1ff99af922..1e88f614ae9 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/forContinue.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/forContinue.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/forStatement.kt b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/forStatement.kt index 5de02f0b5f4..341e7d38d68 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/forStatement.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/forStatement.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/ifStatement.kt b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/ifStatement.kt index e7816fb694f..442551bae55 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/ifStatement.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/ifStatement.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/returnFromFinally.kt b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/returnFromFinally.kt index 2453c6947b1..99fa7a2a56f 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/returnFromFinally.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/returnFromFinally.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/switchLikeWhen.kt b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/switchLikeWhen.kt index cf386e60c97..ec574ca95d1 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/switchLikeWhen.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/switchLikeWhen.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/throwFromCatch.kt b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/throwFromCatch.kt index ce70aa13d49..1b8907f3c34 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/throwFromCatch.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/throwFromCatch.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/throwInTryWithHandleResult.kt b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/throwInTryWithHandleResult.kt index 6fd8bd06afd..77c3ae99d7f 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/throwInTryWithHandleResult.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/throwInTryWithHandleResult.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/whileStatement.kt b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/whileStatement.kt index bfd9670c2c8..9b0961584f5 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/whileStatement.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/controlFlow/whileStatement.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/controllerAccessFromInnerLambda.kt b/backend.native/tests/external/codegen/blackbox/coroutines/controllerAccessFromInnerLambda.kt index d2ce1e4b381..b8e693cb514 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/controllerAccessFromInnerLambda.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/controllerAccessFromInnerLambda.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/defaultParametersInSuspend.kt b/backend.native/tests/external/codegen/blackbox/coroutines/defaultParametersInSuspend.kt index c6feea4f052..6c0bd9a7948 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/defaultParametersInSuspend.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/defaultParametersInSuspend.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/dispatchResume.kt b/backend.native/tests/external/codegen/blackbox/coroutines/dispatchResume.kt index c09f21dec45..b06739a1332 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/dispatchResume.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/dispatchResume.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/emptyClosure.kt b/backend.native/tests/external/codegen/blackbox/coroutines/emptyClosure.kt index 9a648c512c0..c3b46152530 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/emptyClosure.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/emptyClosure.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/falseUnitCoercion.kt b/backend.native/tests/external/codegen/blackbox/coroutines/falseUnitCoercion.kt index a2a1d712017..067fedbe3f7 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/falseUnitCoercion.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/falseUnitCoercion.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/generate.kt b/backend.native/tests/external/codegen/blackbox/coroutines/generate.kt index 47c94806875..6400a6da448 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/generate.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/generate.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES // FULL_JDK diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/handleException.kt b/backend.native/tests/external/codegen/blackbox/coroutines/handleException.kt index 56935d5bbeb..39983fc273d 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/handleException.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/handleException.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/handleResultCallEmptyBody.kt b/backend.native/tests/external/codegen/blackbox/coroutines/handleResultCallEmptyBody.kt index 2efaebac409..a21d8b49df3 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/handleResultCallEmptyBody.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/handleResultCallEmptyBody.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/handleResultNonUnitExpression.kt b/backend.native/tests/external/codegen/blackbox/coroutines/handleResultNonUnitExpression.kt index 0943e13080a..28567492201 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/handleResultNonUnitExpression.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/handleResultNonUnitExpression.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/handleResultSuspended.kt b/backend.native/tests/external/codegen/blackbox/coroutines/handleResultSuspended.kt index c97385948e3..0ec84abd0d9 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/handleResultSuspended.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/handleResultSuspended.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/illegalState.kt b/backend.native/tests/external/codegen/blackbox/coroutines/illegalState.kt index 88cb58acb02..d39b4cd19bd 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/illegalState.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/illegalState.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES // TARGET_BACKEND: JVM diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/inlineSuspendFunction.kt b/backend.native/tests/external/codegen/blackbox/coroutines/inlineSuspendFunction.kt index ec2de0105a3..e463eddc17c 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/inlineSuspendFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/inlineSuspendFunction.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/inlinedTryCatchFinally.kt b/backend.native/tests/external/codegen/blackbox/coroutines/inlinedTryCatchFinally.kt index 43029d735ec..dc4cd79e5d5 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/inlinedTryCatchFinally.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/inlinedTryCatchFinally.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/innerSuspensionCalls.kt b/backend.native/tests/external/codegen/blackbox/coroutines/innerSuspensionCalls.kt index 19de56f9200..056a648b33d 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/innerSuspensionCalls.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/innerSuspensionCalls.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/instanceOfContinuation.kt b/backend.native/tests/external/codegen/blackbox/coroutines/instanceOfContinuation.kt index dab09664ad8..95f0ad868bb 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/instanceOfContinuation.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/instanceOfContinuation.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/complicatedMerge.kt b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/complicatedMerge.kt index 86a5c981bac..beb947557a6 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/complicatedMerge.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/complicatedMerge.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/i2bResult.kt b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/i2bResult.kt index 32eaf28ec3f..e4bc8166e28 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/i2bResult.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/i2bResult.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/loadFromBooleanArray.kt b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/loadFromBooleanArray.kt index 48bc273b3ea..308e67aff68 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/loadFromBooleanArray.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/loadFromBooleanArray.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/loadFromByteArray.kt b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/loadFromByteArray.kt index d9e615db484..45b00686754 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/loadFromByteArray.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/loadFromByteArray.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/noVariableInTable.kt b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/noVariableInTable.kt index 5ba69a2ee1c..65d8ea0dd78 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/noVariableInTable.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/noVariableInTable.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/sameIconst1ManyVars.kt b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/sameIconst1ManyVars.kt index 87a8b21cbf7..6954ecb3e23 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/sameIconst1ManyVars.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/sameIconst1ManyVars.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInArrayStore.kt b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInArrayStore.kt index 96eda9cfad5..23b79f546fc 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInArrayStore.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInArrayStore.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES // TARGET_BACKEND: JVM diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInMethodCall.kt b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInMethodCall.kt index 2de332b53a2..b7cf031ea5b 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInMethodCall.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInMethodCall.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInPutfield.kt b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInPutfield.kt index 47aeadcf71d..ed8cfd06fd7 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInPutfield.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInPutfield.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES // TARGET_BACKEND: JVM diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInVarStore.kt b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInVarStore.kt index 4568620869f..f56562c5899 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInVarStore.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/intLikeVarSpilling/usedInVarStore.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/iterateOverArray.kt b/backend.native/tests/external/codegen/blackbox/coroutines/iterateOverArray.kt index a9bb1b5c742..669b2439c8a 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/iterateOverArray.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/iterateOverArray.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/kt12958.kt b/backend.native/tests/external/codegen/blackbox/coroutines/kt12958.kt index 0ec9c8f8330..1bff6425962 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/kt12958.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/kt12958.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES // WITH_CONTINUATION diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/lastExpressionIsLoop.kt b/backend.native/tests/external/codegen/blackbox/coroutines/lastExpressionIsLoop.kt index 965ec182d8a..a04fc550b76 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/lastExpressionIsLoop.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/lastExpressionIsLoop.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/lastStatementInc.kt b/backend.native/tests/external/codegen/blackbox/coroutines/lastStatementInc.kt index b24c04d1cb3..e667992053c 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/lastStatementInc.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/lastStatementInc.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/lastStementAssignment.kt b/backend.native/tests/external/codegen/blackbox/coroutines/lastStementAssignment.kt index f04c11cede8..35e3701d11d 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/lastStementAssignment.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/lastStementAssignment.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/lastUnitExpression.kt b/backend.native/tests/external/codegen/blackbox/coroutines/lastUnitExpression.kt index 79e7352fe06..c014a96291f 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/lastUnitExpression.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/lastUnitExpression.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/multiModule/inlineFunctionWithOptionalParam.kt b/backend.native/tests/external/codegen/blackbox/coroutines/multiModule/inlineFunctionWithOptionalParam.kt index fe81fa42641..bbeed06df55 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/multiModule/inlineFunctionWithOptionalParam.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/multiModule/inlineFunctionWithOptionalParam.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // MODULE: lib // FILE: lib.kt inline fun foo(x: String = "OK"): String { diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/multiModule/simple.kt b/backend.native/tests/external/codegen/blackbox/coroutines/multiModule/simple.kt index 3f7c8a605bc..19103919e41 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/multiModule/simple.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/multiModule/simple.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES // MODULE: controller diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCalls.kt b/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCalls.kt index 892ea72c0bd..72e70d5a82c 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCalls.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCalls.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda1.kt b/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda1.kt index 3926e11eb52..4501e57b16c 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda1.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda1.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda2.kt b/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda2.kt index fdf83f31294..0936c277bf4 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda2.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda2.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda3.kt b/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda3.kt index 5dac65520ee..77cc23d070a 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda3.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/multipleInvokeCallsInsideInlineLambda3.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/nestedTryCatch.kt b/backend.native/tests/external/codegen/blackbox/coroutines/nestedTryCatch.kt index 2e7b27f929e..ac74aa0ac8f 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/nestedTryCatch.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/nestedTryCatch.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/noSuspensionPoints.kt b/backend.native/tests/external/codegen/blackbox/coroutines/noSuspensionPoints.kt index 5a8a13d4fe6..e797ae72f3b 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/noSuspensionPoints.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/noSuspensionPoints.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/nonLocalReturnFromInlineLambda.kt b/backend.native/tests/external/codegen/blackbox/coroutines/nonLocalReturnFromInlineLambda.kt index ac8d1592ed7..e5f996f452e 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/nonLocalReturnFromInlineLambda.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/nonLocalReturnFromInlineLambda.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/nonLocalReturnFromInlineLambdaDeep.kt b/backend.native/tests/external/codegen/blackbox/coroutines/nonLocalReturnFromInlineLambdaDeep.kt index 9c0de6fadad..4675a4a7ae5 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/nonLocalReturnFromInlineLambdaDeep.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/nonLocalReturnFromInlineLambdaDeep.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/returnByLabel.kt b/backend.native/tests/external/codegen/blackbox/coroutines/returnByLabel.kt index 583aa33bbc8..65b67cf744e 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/returnByLabel.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/returnByLabel.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/simple.kt b/backend.native/tests/external/codegen/blackbox/coroutines/simple.kt index d640d67f0ba..43d92356414 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/simple.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/simple.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/simpleException.kt b/backend.native/tests/external/codegen/blackbox/coroutines/simpleException.kt index 06999f19879..5d4e4bb2d99 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/simpleException.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/simpleException.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/simpleWithHandleResult.kt b/backend.native/tests/external/codegen/blackbox/coroutines/simpleWithHandleResult.kt index d6f61c1fee3..a27288b8e27 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/simpleWithHandleResult.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/simpleWithHandleResult.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/exception.kt b/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/exception.kt index 04294aa9e4b..bc14b4fa525 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/exception.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/exception.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/inlineSuspendFunction.kt b/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/inlineSuspendFunction.kt index 6708e8a2714..16709de8482 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/inlineSuspendFunction.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/inlineSuspendFunction.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES // WITH_REFLECT diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/simple.kt b/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/simple.kt index 31e1bc7f640..5f89cfbe3e6 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/simple.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/simple.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/suspendInCycle.kt b/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/suspendInCycle.kt index 7810fea43ec..44a74e2aaa6 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/suspendInCycle.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/stackUnwinding/suspendInCycle.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/statementLikeLastExpression.kt b/backend.native/tests/external/codegen/blackbox/coroutines/statementLikeLastExpression.kt index 197969c80f2..5bf29ff97da 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/statementLikeLastExpression.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/statementLikeLastExpression.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/suspendDelegation.kt b/backend.native/tests/external/codegen/blackbox/coroutines/suspendDelegation.kt index 7e0b04a51fc..c5cb06fab9f 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/suspendDelegation.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/suspendDelegation.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/suspendFromInlineLambda.kt b/backend.native/tests/external/codegen/blackbox/coroutines/suspendFromInlineLambda.kt index f77e3ac11b4..93f803f38c1 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/suspendFromInlineLambda.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/suspendFromInlineLambda.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/suspendFunctionTypeCall/manyParameters.kt b/backend.native/tests/external/codegen/blackbox/coroutines/suspendFunctionTypeCall/manyParameters.kt index de436c53998..c3ab428554e 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/suspendFunctionTypeCall/manyParameters.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/suspendFunctionTypeCall/manyParameters.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/suspendFunctionTypeCall/simple.kt b/backend.native/tests/external/codegen/blackbox/coroutines/suspendFunctionTypeCall/simple.kt index 10c2b655e73..c78bb86c298 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/suspendFunctionTypeCall/simple.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/suspendFunctionTypeCall/simple.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/suspendInCycle.kt b/backend.native/tests/external/codegen/blackbox/coroutines/suspendInCycle.kt index d59e9c44fcf..ed3e36628de 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/suspendInCycle.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/suspendInCycle.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/suspendInTheMiddleOfObjectConstruction.kt b/backend.native/tests/external/codegen/blackbox/coroutines/suspendInTheMiddleOfObjectConstruction.kt index 95114878c23..94023fc77d8 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/suspendInTheMiddleOfObjectConstruction.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/suspendInTheMiddleOfObjectConstruction.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/tryCatchFinallyWithHandleResult.kt b/backend.native/tests/external/codegen/blackbox/coroutines/tryCatchFinallyWithHandleResult.kt index c94ec80e3ba..4bd81b84a3f 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/tryCatchFinallyWithHandleResult.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/tryCatchFinallyWithHandleResult.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/tryCatchWithHandleResult.kt b/backend.native/tests/external/codegen/blackbox/coroutines/tryCatchWithHandleResult.kt index 8be35219df5..7d6052fd7fb 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/tryCatchWithHandleResult.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/tryCatchWithHandleResult.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/tryFinallyInsideInlineLambda.kt b/backend.native/tests/external/codegen/blackbox/coroutines/tryFinallyInsideInlineLambda.kt index 202481ee123..4f71fef2f23 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/tryFinallyInsideInlineLambda.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/tryFinallyInsideInlineLambda.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/tryFinallyWithHandleResult.kt b/backend.native/tests/external/codegen/blackbox/coroutines/tryFinallyWithHandleResult.kt index c539516da92..3fc2bff4818 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/tryFinallyWithHandleResult.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/tryFinallyWithHandleResult.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/coroutineNonLocalReturn.kt b/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/coroutineNonLocalReturn.kt index 0f462b8a2fe..91109a85250 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/coroutineNonLocalReturn.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/coroutineNonLocalReturn.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/coroutineReturn.kt b/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/coroutineReturn.kt index b237e7cf158..e1bb10594da 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/coroutineReturn.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/coroutineReturn.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/suspendNonLocalReturn.kt b/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/suspendNonLocalReturn.kt index 965a1f6db93..bb1c6862d96 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/suspendNonLocalReturn.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/suspendNonLocalReturn.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES // IGNORE_BACKEND: JS, NATIVE diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/suspendReturn.kt b/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/suspendReturn.kt index 589be86c2eb..80140ad62f3 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/suspendReturn.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/unitTypeReturn/suspendReturn.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/varValueConflictsWithTable.kt b/backend.native/tests/external/codegen/blackbox/coroutines/varValueConflictsWithTable.kt index a0c7415d6aa..56fdb2dfda4 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/varValueConflictsWithTable.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/varValueConflictsWithTable.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.* diff --git a/backend.native/tests/external/codegen/blackbox/coroutines/varValueConflictsWithTableSameSort.kt b/backend.native/tests/external/codegen/blackbox/coroutines/varValueConflictsWithTableSameSort.kt index d0eb7032a76..9b188cc6cdf 100644 --- a/backend.native/tests/external/codegen/blackbox/coroutines/varValueConflictsWithTableSameSort.kt +++ b/backend.native/tests/external/codegen/blackbox/coroutines/varValueConflictsWithTableSameSort.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.*