[K/Wasm] Introduce stepping tests for Wasm

This commit is contained in:
Artem Kobzar
2023-08-15 17:03:11 +00:00
committed by Space Team
parent 577d0db3f1
commit 05ed134fbb
120 changed files with 4035 additions and 2359 deletions
+19 -18
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
// FILE: test.kt
var current = true
@@ -20,26 +21,26 @@ fun box() {
}
// EXPECTATIONS JVM JVM_IR
// test.kt:19 box
// test.kt:11 foo
// test.kt:12 foo
// test.kt:6 alternate
// test.kt:7 alternate
// test.kt:12 foo
// test.kt:11 foo
// test.kt:12 foo
// test.kt:6 alternate
// test.kt:7 alternate
// test.kt:20 box
// test.kt:12 foo
// test.kt:13 foo
// test.kt:16 foo
// test.kt:20 box
// test.kt:7 alternate
// test.kt:8 alternate
// test.kt:13 foo
// test.kt:12 foo
// test.kt:13 foo
// test.kt:7 alternate
// test.kt:8 alternate
// test.kt:13 foo
// test.kt:14 foo
// test.kt:17 foo
// test.kt:21 box
// EXPECTATIONS JS_IR
// test.kt:19 box
// test.kt:6 alternate
// test.kt:7 alternate
// test.kt:6 alternate
// test.kt:7 alternate
// test.kt:16 foo
// test.kt:20 box
// test.kt:7 alternate
// test.kt:8 alternate
// test.kt:7 alternate
// test.kt:8 alternate
// test.kt:17 foo
// test.kt:21 box