From 1c5ebacf0ffcaf303a5227d4f8a1b4bf3c703242 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Tue, 14 Aug 2018 16:07:50 +0300 Subject: [PATCH] Disable 1.3 version coroutines in Native and incorrect genericProperty test --- .../codegen/box/callableReference/property/genericProperty.kt | 1 + .../featureIntersection/callableReference/bound/emptyLHS.kt | 1 + .../coroutines/featureIntersection/callableReference/longArgs.kt | 1 + 3 files changed, 3 insertions(+) diff --git a/compiler/testData/codegen/box/callableReference/property/genericProperty.kt b/compiler/testData/codegen/box/callableReference/property/genericProperty.kt index 79ffb5f66fb..abe6586810a 100644 --- a/compiler/testData/codegen/box/callableReference/property/genericProperty.kt +++ b/compiler/testData/codegen/box/callableReference/property/genericProperty.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR //For KT-6020 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 1ee2060e0ba..249dd1f7d41 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bound/emptyLHS.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/bound/emptyLHS.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +ReleaseCoroutines // !API_VERSION: 1.3 +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS, JS_IR // IGNORE_BACKEND: JVM_IR diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt index ce1b164a743..db6f3044b9d 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/callableReference/longArgs.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +ReleaseCoroutines // !API_VERSION: 1.3 +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS // IGNORE_BACKEND: JVM_IR // IGNORE_BACKEND: JS_IR