From ab79c3e0a06f0715db5d5271fe153d803a4296da Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Tue, 17 Dec 2019 15:52:44 +0300 Subject: [PATCH] Properly mute (and unmute) tests for unrelated backends --- .../codegen/box/multiplatform/multiModule/expectActualLink.kt | 3 +-- .../box/multiplatform/multiModule/expectActualMemberLink.kt | 3 +-- .../box/multiplatform/multiModule/expectActualTypealiasLink.kt | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/compiler/testData/codegen/box/multiplatform/multiModule/expectActualLink.kt b/compiler/testData/codegen/box/multiplatform/multiModule/expectActualLink.kt index 61facc1face..76b0c58085e 100644 --- a/compiler/testData/codegen/box/multiplatform/multiModule/expectActualLink.kt +++ b/compiler/testData/codegen/box/multiplatform/multiModule/expectActualLink.kt @@ -2,8 +2,7 @@ // KJS_WITH_FULL_RUNTIME // KLIB_BASED_MPP // IGNORE_BACKEND: JS -// IGNORE_BACKEND: JVM -// IGNORE_BACKEND: JVM_IR +// IGNORE_BACKEND_FIR: JVM_IR // MODULE: A // FILE: a.kt diff --git a/compiler/testData/codegen/box/multiplatform/multiModule/expectActualMemberLink.kt b/compiler/testData/codegen/box/multiplatform/multiModule/expectActualMemberLink.kt index 8da012cce1b..5dfae1ec017 100644 --- a/compiler/testData/codegen/box/multiplatform/multiModule/expectActualMemberLink.kt +++ b/compiler/testData/codegen/box/multiplatform/multiModule/expectActualMemberLink.kt @@ -2,8 +2,7 @@ // KJS_WITH_FULL_RUNTIME // KLIB_BASED_MPP // IGNORE_BACKEND: JS -// IGNORE_BACKEND: JVM -// IGNORE_BACKEND: JVM_IR +// IGNORE_BACKEND_FIR: JVM_IR // MODULE: A // FILE: a.kt diff --git a/compiler/testData/codegen/box/multiplatform/multiModule/expectActualTypealiasLink.kt b/compiler/testData/codegen/box/multiplatform/multiModule/expectActualTypealiasLink.kt index 9eedfabdd3b..56b1a36848e 100644 --- a/compiler/testData/codegen/box/multiplatform/multiModule/expectActualTypealiasLink.kt +++ b/compiler/testData/codegen/box/multiplatform/multiModule/expectActualTypealiasLink.kt @@ -2,8 +2,7 @@ // KJS_WITH_FULL_RUNTIME // KLIB_BASED_MPP // IGNORE_BACKEND: JS -// IGNORE_BACKEND: JVM -// IGNORE_BACKEND: JVM_IR +// IGNORE_BACKEND_FIR: JVM_IR // MODULE: A // FILE: a.kt