From a048a110749986a3fbe4df90551b4bad9bd8602d Mon Sep 17 00:00:00 2001 From: Igor Chevdar Date: Thu, 18 Jul 2019 17:19:56 +0300 Subject: [PATCH] Enabled/disabled some tests for K/N --- .../featureIntersection/callableReference/bound/emptyLHS.kt | 1 - .../callableReference/function/local/equalsHashCode.kt | 2 +- .../featureIntersection/callableReference/longArgs.kt | 1 - .../noReflectAtRuntime/methodsFromAny/callableReferences.kt | 1 + .../noReflectAtRuntime/methodsFromAny/delegatedProperty.kt | 1 + .../codegen/boxInline/suspend/callableReference/simple.kt | 1 - 6 files changed, 3 insertions(+), 4 deletions(-) diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bound/emptyLHS.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bound/emptyLHS.kt index 5b68ae0d4d2..c653cbd0e72 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bound/emptyLHS.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bound/emptyLHS.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JVM_IR // WITH_RUNTIME // WITH_COROUTINES diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/local/equalsHashCode.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/local/equalsHashCode.kt index c837babed3d..006be2c00f5 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/local/equalsHashCode.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/function/local/equalsHashCode.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS, JS_IR, JVM_IR, NATIVE +// IGNORE_BACKEND: JS, JS_IR, JVM_IR // WITH_RUNTIME fun box(): String { diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt index 99bc3d3a2b8..50c380afd81 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JVM_IR // WITH_COROUTINES // WITH_RUNTIME diff --git a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.kt b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.kt index 8ac6f1e681d..b1506e32950 100644 --- a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.kt +++ b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/callableReferences.kt @@ -1,6 +1,7 @@ // IGNORE_BACKEND: JS_IR // TODO: muted automatically, investigate should it be ran for JS or not // IGNORE_BACKEND: JS +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME diff --git a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/delegatedProperty.kt b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/delegatedProperty.kt index 86f1fd56380..4a023cf5870 100644 --- a/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/delegatedProperty.kt +++ b/compiler/testData/codegen/box/reflection/noReflectAtRuntime/methodsFromAny/delegatedProperty.kt @@ -1,5 +1,6 @@ // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS +// IGNORE_BACKEND: NATIVE // WITH_RUNTIME import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/boxInline/suspend/callableReference/simple.kt b/compiler/testData/codegen/boxInline/suspend/callableReference/simple.kt index 22d5b5496e8..4267a96e9d3 100644 --- a/compiler/testData/codegen/boxInline/suspend/callableReference/simple.kt +++ b/compiler/testData/codegen/boxInline/suspend/callableReference/simple.kt @@ -1,5 +1,4 @@ // !LANGUAGE: +ReleaseCoroutines -// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JVM_IR // NO_CHECK_LAMBDA_INLINING // FILE: test.kt