From 76806eba8adeee974cb9448bc1a24690301d52c8 Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Tue, 26 Apr 2022 02:10:14 +0200 Subject: [PATCH] [Wasm] Mute failing tests in boxInline --- .../boxInline/anonymousObject/anonymousObjectInDefault.kt | 1 + .../codegen/boxInline/anonymousObject/capturedLocalFun.kt | 1 + .../codegen/boxInline/anonymousObject/capturedLocalFunRef.kt | 1 + compiler/testData/codegen/boxInline/anonymousObject/kt6007.kt | 1 + compiler/testData/codegen/boxInline/anonymousObject/kt8133.kt | 1 + compiler/testData/codegen/boxInline/anonymousObject/typeInfo.kt | 1 + .../boxInline/argumentOrder/varargAndDefaultParameters.kt | 1 + compiler/testData/codegen/boxInline/complex/kt44429.kt | 1 + compiler/testData/codegen/boxInline/enum/kt10569.kt | 1 + compiler/testData/codegen/boxInline/enum/kt18254.kt | 1 + compiler/testData/codegen/boxInline/enum/valueOf.kt | 1 + compiler/testData/codegen/boxInline/enum/valueOfCapturedType.kt | 1 + compiler/testData/codegen/boxInline/enum/valueOfChain.kt | 1 + .../testData/codegen/boxInline/enum/valueOfChainCapturedType.kt | 1 + compiler/testData/codegen/boxInline/enum/valueOfNonReified.kt | 1 + compiler/testData/codegen/boxInline/enum/values.kt | 1 + compiler/testData/codegen/boxInline/enum/valuesAsArray.kt | 1 + compiler/testData/codegen/boxInline/enum/valuesCapturedType.kt | 1 + compiler/testData/codegen/boxInline/enum/valuesChain.kt | 1 + .../testData/codegen/boxInline/enum/valuesChainCapturedType.kt | 1 + compiler/testData/codegen/boxInline/enum/valuesNonReified.kt | 1 + .../boxInline/innerClasses/innerInlineFunCapturesOuter.kt | 1 + .../boxInline/innerClasses/innerInlineFunCapturesOuterDeep.kt | 1 + .../boxInline/innerClasses/innerInlineFunCapturesOuterFunRef.kt | 1 + .../innerClasses/innerInlineFunCapturesOuterWithInlineClass.kt | 1 + compiler/testData/codegen/boxInline/innerClasses/kt12126.kt | 1 + .../testData/codegen/boxInline/localFunInLambda/defaultParam.kt | 1 + .../defaultArguments/receiversAndParametersInLambda.kt | 1 + .../nonLocalReturns/tryFinally/exceptionTable/kt31653.kt | 1 + .../codegen/boxInline/nonLocalReturns/tryFinally/kt16417.kt | 1 + compiler/testData/codegen/boxInline/property/simpleExtension.kt | 1 + compiler/testData/codegen/boxInline/reified/checkCast/kt8043.kt | 1 + compiler/testData/codegen/boxInline/reified/checkCast/simple.kt | 1 + compiler/testData/codegen/boxInline/reified/kt15956.kt | 1 + compiler/testData/codegen/boxInline/reified/kt35511.kt | 1 + compiler/testData/codegen/boxInline/reified/kt35511_try.kt | 1 + .../testData/codegen/boxInline/reified/kt35511_try_valueOf.kt | 1 + .../testData/codegen/boxInline/reified/kt35511_try_values.kt | 1 + compiler/testData/codegen/boxInline/special/identityCheck.kt | 1 + 39 files changed, 39 insertions(+) diff --git a/compiler/testData/codegen/boxInline/anonymousObject/anonymousObjectInDefault.kt b/compiler/testData/codegen/boxInline/anonymousObject/anonymousObjectInDefault.kt index 8fcee73bf0f..efd791a96c9 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/anonymousObjectInDefault.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/anonymousObjectInDefault.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // IGNORE_BACKEND: JVM // IGNORE_BACKEND_MULTI_MODULE: JVM, JVM_MULTI_MODULE_OLD_AGAINST_IR // NO_CHECK_LAMBDA_INLINING diff --git a/compiler/testData/codegen/boxInline/anonymousObject/capturedLocalFun.kt b/compiler/testData/codegen/boxInline/anonymousObject/capturedLocalFun.kt index 8d1bc6618d3..75418eeb1a4 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/capturedLocalFun.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/capturedLocalFun.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // IGNORE_BACKEND: JVM // IGNORE_BACKEND_MULTI_MODULE: JVM, JVM_MULTI_MODULE_OLD_AGAINST_IR // NO_CHECK_LAMBDA_INLINING diff --git a/compiler/testData/codegen/boxInline/anonymousObject/capturedLocalFunRef.kt b/compiler/testData/codegen/boxInline/anonymousObject/capturedLocalFunRef.kt index 2599fdc2b95..0e93a978ddc 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/capturedLocalFunRef.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/capturedLocalFunRef.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt6007.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt6007.kt index e944f22b853..d353270a163 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt6007.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt6007.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // NO_CHECK_LAMBDA_INLINING // IGNORE_BACKEND: JVM // IGNORE_BACKEND_MULTI_MODULE: JVM, JVM_MULTI_MODULE_OLD_AGAINST_IR diff --git a/compiler/testData/codegen/boxInline/anonymousObject/kt8133.kt b/compiler/testData/codegen/boxInline/anonymousObject/kt8133.kt index afbe87298a7..379a2f9f1ac 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/kt8133.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/kt8133.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/anonymousObject/typeInfo.kt b/compiler/testData/codegen/boxInline/anonymousObject/typeInfo.kt index caabd70e017..3f75a8b0bb8 100644 --- a/compiler/testData/codegen/boxInline/anonymousObject/typeInfo.kt +++ b/compiler/testData/codegen/boxInline/anonymousObject/typeInfo.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/argumentOrder/varargAndDefaultParameters.kt b/compiler/testData/codegen/boxInline/argumentOrder/varargAndDefaultParameters.kt index 61555bde1a6..533e55a8f3c 100644 --- a/compiler/testData/codegen/boxInline/argumentOrder/varargAndDefaultParameters.kt +++ b/compiler/testData/codegen/boxInline/argumentOrder/varargAndDefaultParameters.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // IGNORE_BACKEND: NATIVE // WITH_STDLIB // !LANGUAGE: -UseCorrectExecutionOrderForVarargArguments diff --git a/compiler/testData/codegen/boxInline/complex/kt44429.kt b/compiler/testData/codegen/boxInline/complex/kt44429.kt index 4bf04408567..9caba471659 100644 --- a/compiler/testData/codegen/boxInline/complex/kt44429.kt +++ b/compiler/testData/codegen/boxInline/complex/kt44429.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // IGNORE_BACKEND: NATIVE // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/enum/kt10569.kt b/compiler/testData/codegen/boxInline/enum/kt10569.kt index 14cb2aea40f..d9bc35307e4 100644 --- a/compiler/testData/codegen/boxInline/enum/kt10569.kt +++ b/compiler/testData/codegen/boxInline/enum/kt10569.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/kt18254.kt b/compiler/testData/codegen/boxInline/enum/kt18254.kt index 2df6b8c76bf..5d8d2851ed0 100644 --- a/compiler/testData/codegen/boxInline/enum/kt18254.kt +++ b/compiler/testData/codegen/boxInline/enum/kt18254.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/enum/valueOf.kt b/compiler/testData/codegen/boxInline/enum/valueOf.kt index 015c7c16ada..f8f958a92ba 100644 --- a/compiler/testData/codegen/boxInline/enum/valueOf.kt +++ b/compiler/testData/codegen/boxInline/enum/valueOf.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valueOfCapturedType.kt b/compiler/testData/codegen/boxInline/enum/valueOfCapturedType.kt index 77f963251e1..963673a35a4 100644 --- a/compiler/testData/codegen/boxInline/enum/valueOfCapturedType.kt +++ b/compiler/testData/codegen/boxInline/enum/valueOfCapturedType.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valueOfChain.kt b/compiler/testData/codegen/boxInline/enum/valueOfChain.kt index efa9ee45ee0..30f31f23034 100644 --- a/compiler/testData/codegen/boxInline/enum/valueOfChain.kt +++ b/compiler/testData/codegen/boxInline/enum/valueOfChain.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valueOfChainCapturedType.kt b/compiler/testData/codegen/boxInline/enum/valueOfChainCapturedType.kt index e26ce3ad5e0..e2a20c7c902 100644 --- a/compiler/testData/codegen/boxInline/enum/valueOfChainCapturedType.kt +++ b/compiler/testData/codegen/boxInline/enum/valueOfChainCapturedType.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/valueOfNonReified.kt b/compiler/testData/codegen/boxInline/enum/valueOfNonReified.kt index 05c7081ecee..652d8d6c197 100644 --- a/compiler/testData/codegen/boxInline/enum/valueOfNonReified.kt +++ b/compiler/testData/codegen/boxInline/enum/valueOfNonReified.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/enum/values.kt b/compiler/testData/codegen/boxInline/enum/values.kt index 7af68b7ca4c..da2dd332f14 100644 --- a/compiler/testData/codegen/boxInline/enum/values.kt +++ b/compiler/testData/codegen/boxInline/enum/values.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/enum/valuesAsArray.kt b/compiler/testData/codegen/boxInline/enum/valuesAsArray.kt index 2f20f45f86a..b22ca13fe5f 100644 --- a/compiler/testData/codegen/boxInline/enum/valuesAsArray.kt +++ b/compiler/testData/codegen/boxInline/enum/valuesAsArray.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/enum/valuesCapturedType.kt b/compiler/testData/codegen/boxInline/enum/valuesCapturedType.kt index 3e0bc9c83f1..1e767ec10fa 100644 --- a/compiler/testData/codegen/boxInline/enum/valuesCapturedType.kt +++ b/compiler/testData/codegen/boxInline/enum/valuesCapturedType.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/enum/valuesChain.kt b/compiler/testData/codegen/boxInline/enum/valuesChain.kt index 4ea7469032c..2545209a754 100644 --- a/compiler/testData/codegen/boxInline/enum/valuesChain.kt +++ b/compiler/testData/codegen/boxInline/enum/valuesChain.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/enum/valuesChainCapturedType.kt b/compiler/testData/codegen/boxInline/enum/valuesChainCapturedType.kt index 06c8512fad8..13833186ccc 100644 --- a/compiler/testData/codegen/boxInline/enum/valuesChainCapturedType.kt +++ b/compiler/testData/codegen/boxInline/enum/valuesChainCapturedType.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/enum/valuesNonReified.kt b/compiler/testData/codegen/boxInline/enum/valuesNonReified.kt index 2278b223143..294e90b14a5 100644 --- a/compiler/testData/codegen/boxInline/enum/valuesNonReified.kt +++ b/compiler/testData/codegen/boxInline/enum/valuesNonReified.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // KJS_WITH_FULL_RUNTIME // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuter.kt b/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuter.kt index 0c27a51a8f9..1388bd8190f 100644 --- a/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuter.kt +++ b/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuter.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // FILE: 1.kt class E(val x: String) { inner class Inner { diff --git a/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuterDeep.kt b/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuterDeep.kt index ee8d7ee9a13..70a2434cd65 100644 --- a/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuterDeep.kt +++ b/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuterDeep.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // FILE: 1.kt class O(val a: String) { inner class I1(val b: String) { diff --git a/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuterFunRef.kt b/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuterFunRef.kt index bd0777c6030..cd11db25a6b 100644 --- a/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuterFunRef.kt +++ b/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuterFunRef.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // FILE: 1.kt class E(val x: String) { fun bar() = x diff --git a/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuterWithInlineClass.kt b/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuterWithInlineClass.kt index 97741615816..eff243614f5 100644 --- a/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuterWithInlineClass.kt +++ b/compiler/testData/codegen/boxInline/innerClasses/innerInlineFunCapturesOuterWithInlineClass.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // FILE: 1.kt class E(val x: T) { inner class Inner { diff --git a/compiler/testData/codegen/boxInline/innerClasses/kt12126.kt b/compiler/testData/codegen/boxInline/innerClasses/kt12126.kt index aec5d0eec7c..a9c29bb72dd 100644 --- a/compiler/testData/codegen/boxInline/innerClasses/kt12126.kt +++ b/compiler/testData/codegen/boxInline/innerClasses/kt12126.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // IGNORE_BACKEND: JVM // IGNORE_BACKEND_MULTI_MODULE: JVM, JVM_MULTI_MODULE_IR_AGAINST_OLD // FILE: a.kt diff --git a/compiler/testData/codegen/boxInline/localFunInLambda/defaultParam.kt b/compiler/testData/codegen/boxInline/localFunInLambda/defaultParam.kt index a9efb6e2195..77b4f54128a 100644 --- a/compiler/testData/codegen/boxInline/localFunInLambda/defaultParam.kt +++ b/compiler/testData/codegen/boxInline/localFunInLambda/defaultParam.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt b/compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt index aff776d9adf..2b4b2c1f44e 100644 --- a/compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt +++ b/compiler/testData/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt @@ -1,4 +1,5 @@ // !LANGUAGE: +MultiPlatformProjects +// IGNORE_BACKEND: WASM // IGNORE_BACKEND_FIR: JVM_IR // NO_CHECK_LAMBDA_INLINING // TODO: replace all references on expected declarations and their members to actuals, diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable/kt31653.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable/kt31653.kt index 9a8f4826bf6..3c676d636bd 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable/kt31653.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/exceptionTable/kt31653.kt @@ -1,4 +1,5 @@ // !LANGUAGE: +ProperFinally +// IGNORE_BACKEND: WASM // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt16417.kt b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt16417.kt index 59ed142bef9..cd2a22b0357 100644 --- a/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt16417.kt +++ b/compiler/testData/codegen/boxInline/nonLocalReturns/tryFinally/kt16417.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // NO_CHECK_LAMBDA_INLINING // !LANGUAGE: +ProperFinally // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/property/simpleExtension.kt b/compiler/testData/codegen/boxInline/property/simpleExtension.kt index 6dc5bdeaf59..bcd943541ef 100644 --- a/compiler/testData/codegen/boxInline/property/simpleExtension.kt +++ b/compiler/testData/codegen/boxInline/property/simpleExtension.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/kt8043.kt b/compiler/testData/codegen/boxInline/reified/checkCast/kt8043.kt index 547972368be..677ecd41ad0 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/kt8043.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/kt8043.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // TODO: Reified generics required some design to unify behavior across all backends // IGNORE_BACKEND: JS, JS_IR diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt b/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt index 494e26bff90..6ee1a872bca 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // WITH_STDLIB // TODO: Reified generics required some design to unify behavior across all backends // IGNORE_BACKEND: JS, JS_IR diff --git a/compiler/testData/codegen/boxInline/reified/kt15956.kt b/compiler/testData/codegen/boxInline/reified/kt15956.kt index 1406d92527a..c641ebce63f 100644 --- a/compiler/testData/codegen/boxInline/reified/kt15956.kt +++ b/compiler/testData/codegen/boxInline/reified/kt15956.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // IGNORE_BACKEND: JS_IR_ES6 // IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS, JS_IR diff --git a/compiler/testData/codegen/boxInline/reified/kt35511.kt b/compiler/testData/codegen/boxInline/reified/kt35511.kt index 74e45e155a1..e97497caddf 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // JVM_TARGET: 1.8 // WITH_STDLIB // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/reified/kt35511_try.kt b/compiler/testData/codegen/boxInline/reified/kt35511_try.kt index b276ecbfac5..8994efaa2ef 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511_try.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511_try.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // JVM_TARGET: 1.8 // WITH_STDLIB // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt b/compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt index b060e7e522f..375ac8d8095 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511_try_valueOf.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // JVM_TARGET: 1.8 // WITH_STDLIB // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt b/compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt index 4ed040221e8..4ca73631652 100644 --- a/compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt +++ b/compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // JVM_TARGET: 1.8 // WITH_STDLIB // FILE: 1.kt diff --git a/compiler/testData/codegen/boxInline/special/identityCheck.kt b/compiler/testData/codegen/boxInline/special/identityCheck.kt index ae0a46df1d3..8d92e42d36f 100644 --- a/compiler/testData/codegen/boxInline/special/identityCheck.kt +++ b/compiler/testData/codegen/boxInline/special/identityCheck.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: WASM // FILE: 1.kt package test