Unmute ir-tests after prev commit

This commit is contained in:
Mikhael Bogdanov
2018-08-08 12:10:37 +03:00
parent da34299064
commit 06b16a6459
136 changed files with 1 additions and 136 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class A {
var a: String = "Fail"
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class A(
val a: String = object {
override fun toString(): String = "OK"
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
package test
fun A.a(): String {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
package test
val A.a: String
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
package test
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
package test
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
package org.example
interface SomeTrait {}
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
package t
class Reproduce {
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
open class C(val s: String) {
fun test(): String {
return s
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class A {
fun a () : String {
class B() {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
class Outer {
val foo = "Foo"
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val capturedInConstructor = 1
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
class A {
fun box(): String {
class Local : Inner() {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
open class K {
val o = "O"
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val k = object {
val ok = "OK"
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
var x = ""
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
var x = ""
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
var x = ""
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JVM
class A(val x: String) {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val x = "OK"
class Aaa {