[Wasm] DONT_TARGET_WASM_BACKEND => IGNORE_BACKEND in testdata

This commit is contained in:
Svyatoslav Kuzmich
2021-10-01 18:05:16 +03:00
committed by Space
parent 0eca8b9727
commit c88cde2f8b
1011 changed files with 4466 additions and 1380 deletions
@@ -1,4 +1,4 @@
// DONT_TARGET_EXACT_BACKEND: WASM
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: UNKNOWN
// Enable for JVM backend when KT-8120 gets fixed
// IGNORE_BACKEND: JVM
@@ -1,4 +1,4 @@
// DONT_TARGET_EXACT_BACKEND: WASM
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: CLASS_REFERENCES
class Q<TT> {
fun <T> qz(x: T, block: (T) -> String) = block(x)
@@ -1,4 +1,4 @@
// DONT_TARGET_EXACT_BACKEND: WASM
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: IGNORED_IN_JS
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6