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
open class A(val s: String) {
open inner class B(s: String): A(s)
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
fun box(): String {
abstract class L1 {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
open class Father(val param: String) {
abstract inner class InClass {
fun work(): String {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
open class Father(val param: String) {
abstract inner class InClass {
fun work(): String {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
abstract class Father {
abstract inner class InClass {
abstract fun work(): String
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
abstract class Father {
abstract inner class InClass {
abstract fun work(): String
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class A {
fun bar(): Any {
return {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
open class Father(val param: String) {
abstract inner class InClass {
fun work(): String {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val result = "OK"
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val three = 3
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// KT-3581
open class A(val result: String = "OK") {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
open class SomeClass(val some: Double, val other: Int, vararg val args: String) {
fun result() = args[1]
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class A {
open inner class Inner(val result: String)
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class A {
open inner class Inner(val result: String = "OK", val int: Int)
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val capture = "oh"
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
class Local {
open inner class Inner(val s: String) {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
open class A(val s: String)
fun box(): String {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
fun box(): String {
val d = 42.0
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JVM_IR
class A {
fun bar(): Any {
return {