From 5955faecec8f5cbc09f4da25b9f965fbb8a6d8c8 Mon Sep 17 00:00:00 2001 From: Ilya Goncharov Date: Tue, 6 Apr 2021 13:14:00 +0300 Subject: [PATCH] [IR] Ignore WASM and FIR for tests ^KT-45866 fixed --- .../box/multiplatform/defaultArguments/withTypeParameter.kt | 3 +++ .../test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/withTypeParameter.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/withTypeParameter.kt index 4c4444cb2f9..1a1497ea2b8 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/withTypeParameter.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/withTypeParameter.kt @@ -1,4 +1,7 @@ // !LANGUAGE: +MultiPlatformProjects +// DONT_TARGET_EXACT_BACKEND: WASM +// IGNORE_BACKEND_FIR: JVM_IR +// WITH_RUNTIME // MODULE: lib // FILE: common.kt diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java index e0111b332da..2fd707cdb8a 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java @@ -9977,11 +9977,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest public void testTypeAlias() throws Exception { runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/typeAlias.kt"); } - - @TestMetadata("withTypeParameter.kt") - public void testWithTypeParameter() throws Exception { - runTest("compiler/testData/codegen/box/multiplatform/defaultArguments/withTypeParameter.kt"); - } } @TestMetadata("compiler/testData/codegen/box/multiplatform/exhaustiveness")