[JS IR] Adapt stepping tests for Kotlin/JS

This commit is contained in:
Sergej Jaskiewicz
2022-06-08 20:22:09 +03:00
committed by Space
parent ea556ce428
commit 1241565cce
93 changed files with 1250 additions and 299 deletions
+11 -2
View File
@@ -16,15 +16,24 @@ fun g() {}
// for the invoke method bridged to. Therefore, the entry line number for invoke only shows
// up for JVM_IR.
// EXPECTATIONS
// EXPECTATIONS JVM JVM_IR
// test.kt:3 box
// test.kt:4 box
// test.kt:8 f
// EXPECTATIONS JVM_IR
// test.kt:4 invoke
// EXPECTATIONS
// EXPECTATIONS JVM JVM_IR
// test.kt:11 g
// test.kt:4 invoke
// test.kt:8 f
// test.kt:9 f
// test.kt:5 box
// EXPECTATIONS JS_IR
// test.kt:3 box
// test.kt:4 box
// test.kt:4 box
// test.kt:8 f
// test.kt:4 l
// test.kt:4 l
// test.kt:4 l