From 82b59c504483771a9400946494beee6bf32ef586 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Wed, 29 Aug 2018 19:51:43 +0300 Subject: [PATCH] Native: Ignore tests that use jvm or full reflect --- compiler/testData/codegen/box/coroutines/reflect/callSuspend.kt | 1 + .../testData/codegen/box/coroutines/reflect/callSuspendBy.kt | 1 + compiler/testData/codegen/box/coroutines/reflect/isSuspend12.kt | 1 + .../genericSignatureOfFunctionWithMangledName.kt | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/coroutines/reflect/callSuspend.kt b/compiler/testData/codegen/box/coroutines/reflect/callSuspend.kt index d601edcc481..17e79a54170 100644 --- a/compiler/testData/codegen/box/coroutines/reflect/callSuspend.kt +++ b/compiler/testData/codegen/box/coroutines/reflect/callSuspend.kt @@ -1,6 +1,7 @@ // !LANGUAGE: +ReleaseCoroutines // WITH_COROUTINES // WITH_REFLECT +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS // IGNORE_BACKEND: JVM_IR diff --git a/compiler/testData/codegen/box/coroutines/reflect/callSuspendBy.kt b/compiler/testData/codegen/box/coroutines/reflect/callSuspendBy.kt index 4d8c0cab99f..82633ce1fc3 100644 --- a/compiler/testData/codegen/box/coroutines/reflect/callSuspendBy.kt +++ b/compiler/testData/codegen/box/coroutines/reflect/callSuspendBy.kt @@ -1,6 +1,7 @@ // !LANGUAGE: +ReleaseCoroutines // WITH_COROUTINES // WITH_REFLECT +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS // IGNORE_BACKEND: JVM_IR diff --git a/compiler/testData/codegen/box/coroutines/reflect/isSuspend12.kt b/compiler/testData/codegen/box/coroutines/reflect/isSuspend12.kt index eae886cfd8c..c7a56d8c488 100644 --- a/compiler/testData/codegen/box/coroutines/reflect/isSuspend12.kt +++ b/compiler/testData/codegen/box/coroutines/reflect/isSuspend12.kt @@ -2,6 +2,7 @@ // WITH_COROUTINES // WITH_REFLECT +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericSignatureOfFunctionWithMangledName.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericSignatureOfFunctionWithMangledName.kt index c2b584c67c1..1a2d4c48b36 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericSignatureOfFunctionWithMangledName.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/genericSignatureOfFunctionWithMangledName.kt @@ -1,5 +1,5 @@ // !LANGUAGE: +InlineClasses -// IGNORE_BACKEND: JVM_IR, JS, JS_IR +// IGNORE_BACKEND: JVM_IR, JS, JS_IR, NATIVE // WITH_REFLECT import kotlin.reflect.KFunction