[Test] Mute failing FIR BB tests related to MPP

This commit is contained in:
Dmitriy Novozhilov
2020-12-30 12:18:20 +03:00
committed by TeamCityServer
parent 5329a6ce8e
commit 2eeed1281c
13 changed files with 16 additions and 3 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
// DONT_TARGET_EXACT_BACKEND: WASM
// WASM_MUTE_REASON: PROPERTY_REFERENCES
// WITH_RUNTIME
@@ -36,4 +37,4 @@ fun box(): String {
val c = C("FAIL_C")
val g = G("FAIL_G")
return qux(c::live, "O") + qux(g::live, "K")
}
}