From b6c31326145eb85b74232b83bc9b96706f61d04e Mon Sep 17 00:00:00 2001 From: Ilya Goncharov Date: Tue, 3 Aug 2021 16:24:02 +0300 Subject: [PATCH] [JS IR] Ignore test for legacy backend ^KT-46204 fixed --- .../suspendFunctionAsSupertypeIsCheckWithArity.kt | 1 + .../codegen/box/coroutines/suspendFunctionAsSupertype.kt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionAsSupertypeIsCheckWithArity.kt b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionAsSupertypeIsCheckWithArity.kt index d846d76d8ba..d6ff9d58ff4 100644 --- a/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionAsSupertypeIsCheckWithArity.kt +++ b/compiler/testData/codegen/box/coroutines/featureIntersection/suspendFunctionAsSupertypeIsCheckWithArity.kt @@ -1,5 +1,6 @@ // KJS_WITH_FULL_RUNTIME // TARGET_BACKEND: JS +// IGNORE_BACKEND: JS // !LANGUAGE: +SuspendFunctionAsSupertype import kotlin.coroutines.* diff --git a/compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt b/compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt index 2874e8a82a2..b9718deda5f 100644 --- a/compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt +++ b/compiler/testData/codegen/box/coroutines/suspendFunctionAsSupertype.kt @@ -1,5 +1,5 @@ // WITH_RUNTIME -// IGNORE_BACKEND: JVM +// IGNORE_BACKEND: JVM, JS // !LANGUAGE: +SuspendFunctionAsSupertype import kotlin.coroutines.*