[JS] Remove non-functional IGNORE_FIR directive in js box tests

This commit is contained in:
Kirill Rakhman
2023-04-05 12:49:47 +02:00
committed by Space Team
parent 155eb9b77a
commit f9540d8f69
165 changed files with 133 additions and 298 deletions
@@ -1,4 +1,3 @@
// IGNORE_FIR
// EXPECTED_REACHABLE_NODES: 1283
// KJS_WITH_FULL_RUNTIME
@@ -40,4 +39,4 @@ import bar.*
fun box(): String {
return o() + k()
}
}
@@ -1,4 +1,3 @@
// IGNORE_FIR
// EXPECTED_REACHABLE_NODES: 1284
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
@@ -41,4 +40,4 @@ import foo.*
fun box(): String {
return o() + k()
}
}
@@ -1,4 +1,3 @@
// IGNORE_FIR
// KJS_WITH_FULL_RUNTIME
// EXPECTED_REACHABLE_NODES: 1289
// MODULE: lib
@@ -1,4 +1,3 @@
// IGNORE_FIR
// KJS_WITH_FULL_RUNTIME
// EXPECTED_REACHABLE_NODES: 1319
// MODULE: lib
@@ -71,4 +70,4 @@ fun box(): String {
if (result != "propA.bar;propI.foo;propAI.foo;propAI.bar;propG.baz;propInner.df;propL.l;propL2.l2") return "fail: $result"
return "OK"
}
}
@@ -1,4 +1,3 @@
// IGNORE_FIR
// KJS_WITH_FULL_RUNTIME
// EXPECTED_REACHABLE_NODES: 1283
// MODULE: module1
@@ -1,4 +1,3 @@
// IGNORE_FIR
// EXPECTED_REACHABLE_NODES: 1280
// KJS_WITH_FULL_RUNTIME
// MODULE: lib
@@ -23,4 +22,4 @@ import lib.AProxy
// Important bit: don't inherit A directly
class B : AProxy()
fun box(): String = B().bar()
fun box(): String = B().bar()
@@ -1,4 +1,3 @@
// IGNORE_FIR
// KJS_WITH_FULL_RUNTIME
// EXPECTED_REACHABLE_NODES: 2002
// MODULE: lib1
@@ -50,4 +49,4 @@ fun box(): String {
}
return "OK"
}
}
@@ -1,4 +1,3 @@
// IGNORE_FIR
// KJS_WITH_FULL_RUNTIME
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
@@ -49,4 +48,4 @@ fun box(): String {
checkJsNames("x", b)
return "OK"
}
}
@@ -1,4 +1,3 @@
// IGNORE_FIR
// IGNORE_BACKEND: JS_IR, JS_IR_ES6
// MODULE: AT
@@ -1,4 +1,3 @@
// IGNORE_FIR
// KJS_WITH_FULL_RUNTIME
// EXPECTED_REACHABLE_NODES: 1285
// MODULE: module1