From a655f9da58fc293829d12fa877638274d9011afa Mon Sep 17 00:00:00 2001 From: Igor Yakovlev Date: Wed, 12 Jan 2022 13:31:32 +0100 Subject: [PATCH] [WASM] Remove ignore from passing tests --- .../ir/serializationRegressions/deepGenericDelegatedProperty.kt | 2 -- .../box/ir/serializationRegressions/dispatchReceiverValue.kt | 2 -- .../box/multiplatform/defaultArguments/dispatchReceiverValue.kt | 2 -- 3 files changed, 6 deletions(-) diff --git a/compiler/testData/codegen/box/ir/serializationRegressions/deepGenericDelegatedProperty.kt b/compiler/testData/codegen/box/ir/serializationRegressions/deepGenericDelegatedProperty.kt index 170849f7b29..c87f16cc7a4 100644 --- a/compiler/testData/codegen/box/ir/serializationRegressions/deepGenericDelegatedProperty.kt +++ b/compiler/testData/codegen/box/ir/serializationRegressions/deepGenericDelegatedProperty.kt @@ -1,6 +1,4 @@ // !LANGUAGE: -ForbidUsingExtensionPropertyTypeParameterInDelegate -// IGNORE_BACKEND: WASM -// WASM_MUTE_REASON: IGNORED_IN_NATIVE // IGNORE_BACKEND: NATIVE // SKIP_MANGLE_VERIFICATION //For KT-6020 diff --git a/compiler/testData/codegen/box/ir/serializationRegressions/dispatchReceiverValue.kt b/compiler/testData/codegen/box/ir/serializationRegressions/dispatchReceiverValue.kt index 78129ae1b6e..69f8dac1384 100644 --- a/compiler/testData/codegen/box/ir/serializationRegressions/dispatchReceiverValue.kt +++ b/compiler/testData/codegen/box/ir/serializationRegressions/dispatchReceiverValue.kt @@ -1,5 +1,3 @@ -// IGNORE_BACKEND: WASM -// WASM_MUTE_REASON: IGNORED_IN_JS // !LANGUAGE: +MultiPlatformProjects // IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS_IR_ES6 diff --git a/compiler/testData/codegen/box/multiplatform/defaultArguments/dispatchReceiverValue.kt b/compiler/testData/codegen/box/multiplatform/defaultArguments/dispatchReceiverValue.kt index c0a2b6e6912..2d442fb7737 100644 --- a/compiler/testData/codegen/box/multiplatform/defaultArguments/dispatchReceiverValue.kt +++ b/compiler/testData/codegen/box/multiplatform/defaultArguments/dispatchReceiverValue.kt @@ -1,6 +1,4 @@ -// IGNORE_BACKEND: WASM // IGNORE_BACKEND: JS_IR -// WASM_MUTE_REASON: EXPECT_DEFAULT_PARAMETERS // IGNORE_BACKEND_FIR: JVM_IR // FIR status: default argument mapping in MPP isn't designed yet // !LANGUAGE: +MultiPlatformProjects