From 50a388aec161cf669de16c370686c28f6fea2cbc Mon Sep 17 00:00:00 2001 From: Victor Petukhov Date: Fri, 25 Dec 2020 11:20:58 +0300 Subject: [PATCH] Mute wasm tests around builder inference and callable references --- .../builderInference/specialCallsWithCallableReferences.kt | 1 + ...alCallsWithCallableReferencesDontCareTypeInBlockExpression.kt | 1 + .../specialCallsWithCallableReferencesErrorType.kt | 1 + .../specialCallsWithCallableReferencesNonStrictOnlyInputTypes.kt | 1 + .../box/inference/builderInference/specialCallsWithLambdas.kt | 1 + .../codegen/box/inference/specialCallsWithCallableReferences.kt | 1 + 6 files changed, 6 insertions(+) diff --git a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferences.kt b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferences.kt index 343601db436..d507d499d1a 100644 --- a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferences.kt +++ b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferences.kt @@ -1,4 +1,5 @@ // WITH_RUNTIME +// DONT_TARGET_EXACT_BACKEND: WASM import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesDontCareTypeInBlockExpression.kt b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesDontCareTypeInBlockExpression.kt index dea02002d19..db17e668315 100644 --- a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesDontCareTypeInBlockExpression.kt +++ b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesDontCareTypeInBlockExpression.kt @@ -1,4 +1,5 @@ // WITH_RUNTIME +// DONT_TARGET_EXACT_BACKEND: WASM import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesErrorType.kt b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesErrorType.kt index 343601db436..d507d499d1a 100644 --- a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesErrorType.kt +++ b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesErrorType.kt @@ -1,4 +1,5 @@ // WITH_RUNTIME +// DONT_TARGET_EXACT_BACKEND: WASM import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.kt b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.kt index 5c4b69759fa..17acd4c16a4 100644 --- a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.kt +++ b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithCallableReferencesNonStrictOnlyInputTypes.kt @@ -1,4 +1,5 @@ // WITH_RUNTIME +// DONT_TARGET_EXACT_BACKEND: WASM import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithLambdas.kt b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithLambdas.kt index 831e28658cc..5b4ac730f0a 100644 --- a/compiler/testData/codegen/box/inference/builderInference/specialCallsWithLambdas.kt +++ b/compiler/testData/codegen/box/inference/builderInference/specialCallsWithLambdas.kt @@ -1,5 +1,6 @@ // WITH_RUNTIME // IGNORE_BACKEND_FIR: JVM_IR +// DONT_TARGET_EXACT_BACKEND: WASM import kotlin.experimental.ExperimentalTypeInference diff --git a/compiler/testData/codegen/box/inference/specialCallsWithCallableReferences.kt b/compiler/testData/codegen/box/inference/specialCallsWithCallableReferences.kt index 56b57fa7ce8..6f23813e1da 100644 --- a/compiler/testData/codegen/box/inference/specialCallsWithCallableReferences.kt +++ b/compiler/testData/codegen/box/inference/specialCallsWithCallableReferences.kt @@ -1,5 +1,6 @@ // WITH_RUNTIME // SKIP_TXT +// DONT_TARGET_EXACT_BACKEND: WASM import kotlin.experimental.ExperimentalTypeInference