[Wasm] Mute failing tests in box/delegatedProperty

This commit is contained in:
Zalim Bashorov
2022-04-26 02:09:32 +02:00
committed by teamcity
parent db4888b3d4
commit a6e8912af0
7 changed files with 7 additions and 0 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
import kotlin.reflect.KProperty
class Delegate {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND: NATIVE
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: not supported in JVM
// IGNORE_BACKEND: NATIVE
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// IGNORE_BACKEND: JS
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
inline operator fun Double.provideDelegate(thisRef: Any?, kProp: Any?) = this.toLong()
inline operator fun Long.getValue(thisRef: Any?, kProp: Any?) = this.toInt()
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
// WITH_STDLIB
object Host {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// TODO: muted automatically, investigate should it be ran for JS or not