[JS IR BE] Unmute tests

This commit is contained in:
Svyatoslav Kuzmich
2018-12-24 14:07:13 +03:00
parent 2818d3767e
commit 8fbf1ed683
9 changed files with 0 additions and 8 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun Long.id() = this
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun Long.id() = this
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun Long.id() = this
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun Long.id() = this
fun String.drop2() = if (length >= 2) subSequence(2, length) else null
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
fun stringConcat(n : Int) : String? {
var string : String? = ""
for (i in 0..(n - 1))
@@ -1,7 +1,6 @@
// WITH_RUNTIME
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
fun box(): String {
var sum = 0u
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// FILE: 1.kt
package test
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
// EXPECTED_REACHABLE_NODES: 1283
fun box(): String {