Mute failed jvm ir tests

This commit is contained in:
Mikhael Bogdanov
2018-06-28 11:45:21 +02:00
parent a10c06eb4d
commit e149cbe852
1890 changed files with 1890 additions and 0 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val z = "K"
open class A(val x: String) {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
var global = 0
fun sideEffect() = global++
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class A(val f: () -> Int) {
constructor() : this({ 23 })
}
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
enum class A1(val prop1: String) {
X("asd"),
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
class Outer {
val outerProp: String
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
class Outer {
val outerProp: String
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
open class C(val grandParentProp: String)
fun box(): String {
var sideEffects: String = ""
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
inline fun run(block: () -> Unit) = block()
class A {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// TARGET_BACKEND: JVM
// FILE: WithPrimary.java
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class A {
val prop: Int
constructor(arg: Boolean) {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class A {
val prop: Int
constructor(arg: Boolean) {