[K/Wasm] Unmute most of the stepping tests for Wasm in K1

This commit is contained in:
Artem Kobzar
2023-12-28 16:32:10 +00:00
committed by Space Team
parent 3fd9e22f37
commit 327085e026
120 changed files with 3370 additions and 174 deletions
+7 -6
View File
@@ -1,4 +1,5 @@
// IGNORE_BACKEND: WASM
// ^^ Because main function will be called firstly with empty arguments that will chrash runtime
// FILE: test.kt
fun main(args: Array<String>) {
@@ -10,13 +11,13 @@ fun box() {
}
// EXPECTATIONS JVM_IR
// test.kt:9 box
// test.kt:5 main
// test.kt:6 main
// test.kt:10 box
// test.kt:6 main
// test.kt:7 main
// test.kt:11 box
// EXPECTATIONS JS_IR
// test.kt:9 box
// test.kt:5 main
// test.kt:6 main
// test.kt:10 box
// test.kt:6 main
// test.kt:7 main
// test.kt:11 box