[JS BE] mutes tests for JS_IR_ES6, which muted for JS_IR

This commit is contained in:
Vitaly
2020-05-23 13:52:48 +03:00
committed by romanart
parent fe65045615
commit fe047f9b47
472 changed files with 473 additions and 4 deletions
@@ -1,4 +1,5 @@
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
inline class X(val x: Any?)
@@ -1,5 +1,6 @@
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: JVM, JVM_IR, JS, JS_IR, NATIVE
// IGNORE_BACKEND: JS_IR_ES6
// There is a bug in the type mapper which results in an incorrect asm type for Z
// when the names of the inline class backing field and an extension property clash.
// https://youtrack.jetbrains.com/issue/KT-31927
@@ -1,5 +1,6 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JS, JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// FULL_JDK
// WITH_RUNTIME
@@ -1,5 +1,6 @@
// !LANGUAGE: +InlineClasses
// IGNORE_BACKEND: JS, JS_IR, NATIVE
// IGNORE_BACKEND: JS_IR_ES6
// WITH_RUNTIME
class CharacterLiteral(private val prefix: NamelessString, private val s: NamelessString) {
@@ -1,4 +1,5 @@
// IGNORE_BACKEND: JS, JS_IR, NATIVE, JVM
// IGNORE_BACKEND: JS_IR_ES6
// !LANGUAGE: +InlineClasses
@file:Suppress("SECONDARY_CONSTRUCTOR_WITH_BODY_INSIDE_INLINE_CLASS")
@@ -1,6 +1,7 @@
// WITH_COROUTINES
// WITH_RUNTIME
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
import helpers.*
import kotlin.coroutines.*