From dd1c9fa9f0cc599eb2959ee5be0d9bbfdb8f6290 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Thu, 30 Aug 2018 19:32:01 +0300 Subject: [PATCH] Native: Ignore tests that use reflection not implemented in native --- .../box/coroutines/featureIntersection/suspendFunctionIsAs.kt | 1 + .../reflectionForLocalClassInFunctionWithMangledName.kt | 2 +- .../compileKotlinAgainstKotlin/unsignedTypesInAnnotations.kt | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionIsAs.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionIsAs.kt index 3196f991ba6..c1b021caa0c 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionIsAs.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionIsAs.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS_IR, JS // IGNORE_BACKEND: JVM_IR // WITH_RUNTIME diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForLocalClassInFunctionWithMangledName.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForLocalClassInFunctionWithMangledName.kt index acabe61bf74..a464ffdcb07 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForLocalClassInFunctionWithMangledName.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForLocalClassInFunctionWithMangledName.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.test.* diff --git a/compiler/testData/compileKotlinAgainstKotlin/unsignedTypesInAnnotations.kt b/compiler/testData/compileKotlinAgainstKotlin/unsignedTypesInAnnotations.kt index 19b89578f87..0e16ed4a9ea 100644 --- a/compiler/testData/compileKotlinAgainstKotlin/unsignedTypesInAnnotations.kt +++ b/compiler/testData/compileKotlinAgainstKotlin/unsignedTypesInAnnotations.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // WITH_UNSIGNED // FILE: A.kt