JS IR: mute codegen box tests automatically

This commit is contained in:
Anton Bannykh
2018-06-07 14:17:45 +03:00
parent 7e1713af44
commit 96355e2732
2384 changed files with 2384 additions and 0 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS, NATIVE
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
interface A {
var bar: Boolean
get() = false
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
interface A<T> {
val property : T
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS, NATIVE
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS, NATIVE
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
interface I {
fun foo(): String = "foo"
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
interface I<T> {
fun foo(x: T): String = "foo($x)"
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
// on JS Parser.parse and MultiParser.parse clash in ProjectInfoJsonParser
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
interface A {
fun foo(): String {
return "OK"
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
var result = "Fail"
interface A {
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
interface AL {
fun get(index: Int) : Any? = null
}
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS, NATIVE
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
interface A {
fun foo(): Number {
return 42
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: NATIVE
interface A<T, U : Number, V : Any> {
fun foo(t: T, u: U): V? {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
interface Z {
fun testFun() : String {
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: JS_IR
interface Z {
fun testFun(): String {