[Test] Migrate AbstractBlackBoxCodegenTest to new infrastructure

This commit is contained in:
Dmitriy Novozhilov
2020-12-25 12:41:20 +03:00
committed by TeamCityServer
parent f01122d8dc
commit 85c87f7df9
47 changed files with 7856 additions and 2932 deletions
@@ -4,9 +4,9 @@
// EXPECTED_REACHABLE_NODES: 1304
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// IGNORE_BACKEND: JVM
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: NATIVE
// IGNORE_LIGHT_ANALYSIS
// MODULE: lib1
// FILE: lib1.kt
package pkg
@@ -31,4 +31,4 @@ fun box(): String {
if (foo() != "42") return "FAIL: ${foo()}"
return bar()
}
}
@@ -0,0 +1,3 @@
package helpers
fun isIR(): Boolean = true
@@ -0,0 +1,3 @@
package helpers
fun isIR(): Boolean = false