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
class A {
var a: String = "Fail"
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class A(
val a: String = object {
override fun toString(): String = "OK"
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// Enable for JVM backend when KT-8120 gets fixed
// IGNORE_BACKEND: JVM
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
fun box(): String {
var log = ""
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// Enable for JVM backend when KT-8120 gets fixed
// IGNORE_BACKEND: JVM
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
package test
fun A.a(): String {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
package test
val A.a: String
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
package test
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
package test
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class A {
val a = 1
fun calc () : Int {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
fun String.bar(): String {
open class Local {
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
package a.b
interface Test {
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun foo() : String {
val u = {
class B(val data : String)
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
package org.example
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
package t
class Reproduce {
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
fun box(): String {
val s = "captured";
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
open class C(val s: String) {
fun test(): String {
return s
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class A {
fun a () : String {
class B() {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
class Outer {
fun String.id(): String {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class A {
var a: String = "Fail"
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class A(
val a: String = {
open class B() {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val capturedInConstructor = 1
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class A {
fun box(): String {
class Local : Inner() {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
open class K {
val o = "O"
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val k = object {
val ok = "OK"
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
fun box(): String {
var log = ""
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
var x = ""
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
var x = ""
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
var x = ""
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JVM
class A(val x: String) {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val x = "OK"
class Aaa {