From 0f6df5971b8b67e5dffb53629798455f0adaf955 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Wed, 15 Jan 2020 20:28:08 +0300 Subject: [PATCH] Mute tests failing in JS_IR backend due to KT-35944 --- .../box/callableReference/bound/kCallableNameIntrinsic.kt | 1 + .../functionNameMangling/reflectionForFunctionWithMangledName.kt | 1 + .../testData/codegen/box/reflection/functions/simpleNames.kt | 1 + 3 files changed, 3 insertions(+) diff --git a/compiler/testData/codegen/box/callableReference/bound/kCallableNameIntrinsic.kt b/compiler/testData/codegen/box/callableReference/bound/kCallableNameIntrinsic.kt index 3669473e6d0..ce697905106 100644 --- a/compiler/testData/codegen/box/callableReference/bound/kCallableNameIntrinsic.kt +++ b/compiler/testData/codegen/box/callableReference/bound/kCallableNameIntrinsic.kt @@ -1,4 +1,5 @@ // IGNORE_BACKEND_FIR: JVM_IR +// IGNORE_BACKEND: JS_IR // SKIP_SOURCEMAP_REMAPPING fun box(): String { diff --git a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForFunctionWithMangledName.kt b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForFunctionWithMangledName.kt index 95385560a35..8abcc6a614a 100644 --- a/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForFunctionWithMangledName.kt +++ b/compiler/testData/codegen/box/inlineClasses/functionNameMangling/reflectionForFunctionWithMangledName.kt @@ -1,5 +1,6 @@ // !LANGUAGE: +InlineClasses // IGNORE_BACKEND_FIR: JVM_IR +// IGNORE_BACKEND: JS_IR // WITH_RUNTIME import kotlin.test.* diff --git a/compiler/testData/codegen/box/reflection/functions/simpleNames.kt b/compiler/testData/codegen/box/reflection/functions/simpleNames.kt index 3867b8946e4..4bb856fc4d9 100644 --- a/compiler/testData/codegen/box/reflection/functions/simpleNames.kt +++ b/compiler/testData/codegen/box/reflection/functions/simpleNames.kt @@ -1,4 +1,5 @@ // IGNORE_BACKEND_FIR: JVM_IR +// IGNORE_BACKEND: JS_IR // WITH_REFLECT import kotlin.test.assertEquals