[Wasm] Clean wasm testdata annotations

This commit is contained in:
Svyatoslav Kuzmich
2021-10-02 11:40:50 +03:00
parent 9113ccb8fc
commit e18980b7ad
6 changed files with 2 additions and 6 deletions
@@ -1,4 +1,3 @@
// WASM_MUTE_REASON: STDLIB_STRING_BUILDER
// KJS_WITH_FULL_RUNTIME
// WITH_RUNTIME
@@ -1,4 +1,3 @@
// WASM_MUTE_REASON: IGNORED_IN_JS
// KJS_WITH_FULL_RUNTIME
// See https://youtrack.jetbrains.com/issue/KT-22424
// IGNORE_BACKEND: JS
@@ -1,5 +1,5 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: EXCEPTIONS_NOT_IMPLEMENTED
// WASM_MUTE_REASON: IGNORED_IN_JS
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// TODO: muted automatically, investigate should it be ran for JS or not
+1 -1
View File
@@ -1,5 +1,5 @@
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: CALLABLE_REFERENCES_FAIL
// WASM_MUTE_REASON: COROUTINES
// WITH_RUNTIME
// WITH_COROUTINES
// IGNORE_BACKEND: JVM
@@ -1,4 +1,3 @@
// WASM_MUTE_REASON: NULLABLE_BOX_FUNCTION
class C {
fun calc() : String {
return "OK"
@@ -1,4 +1,3 @@
// WASM_MUTE_REASON: UNKNOWN
// Enable for JVM backend when KT-8120 gets fixed
// IGNORE_BACKEND: JVM