[JS IR BE] Unmute tests after adding stdlib

This commit is contained in:
Svyatoslav Kuzmich
2018-08-23 15:57:13 +03:00
parent 197a5969e2
commit ad58fdd158
75 changed files with 3 additions and 78 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JVM_IR
// WITH_RUNTIME
@@ -14,4 +13,4 @@ fun box(): String {
}
if (count != 1) throw AssertionError("Should be executed once")
return "OK"
}
}
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// WITH_RUNTIME
const val M = Int.MIN_VALUE
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// WITH_RUNTIME
const val M = Long.MIN_VALUE
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// WITH_RUNTIME
const val M = Int.MAX_VALUE
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// WITH_RUNTIME
const val M = Long.MAX_VALUE
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// WITH_RUNTIME
const val M = Int.MIN_VALUE