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
// IGNORE_BACKEND: JS_IR
// FILE: test.kt
import b.B
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// FILE: test.kt
import b.B
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// FILE: 1.kt
import b.B
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// WITH_RUNTIME
// FILE: 1.kt
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS, NATIVE
// WITH_RUNTIME
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// FILE: a.kt
package test2
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class Foo {
private val fld: String = "O"
get() = { field }() + "K"
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class Foo {
private val fld: String = "O"
get() = { field }() + "K"
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// FILE: A.kt
package first