[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
+94 -93
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: WASM
// FILE: test.kt
fun foo() {
@@ -48,108 +49,108 @@ fun box() {
}
// EXPECTATIONS JVM JVM_IR
// test.kt:41 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:29 mightThrow
// test.kt:5 foo
// test.kt:10 foo
// test.kt:11 foo
// test.kt:32 mightThrow2
// test.kt:33 mightThrow2
// test.kt:11 foo
// test.kt:10 foo
// test.kt:16 foo
// test.kt:17 foo
// test.kt:36 mightThrow3
// test.kt:37 mightThrow3
// test.kt:17 foo
// test.kt:16 foo
// test.kt:21 foo
// test.kt:42 box
// test.kt:43 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:29 mightThrow
// test.kt:5 foo
// test.kt:10 foo
// test.kt:11 foo
// test.kt:32 mightThrow2
// test.kt:33 mightThrow2
// test.kt:11 foo
// test.kt:10 foo
// test.kt:16 foo
// test.kt:17 foo
// test.kt:36 mightThrow3
// test.kt:18 foo
// test.kt:19 foo
// test.kt:44 box
// test.kt:45 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:29 mightThrow
// test.kt:5 foo
// test.kt:10 foo
// test.kt:11 foo
// test.kt:32 mightThrow2
// test.kt:12 foo
// test.kt:13 foo
// test.kt:46 box
// test.kt:47 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:6 foo
// test.kt:7 foo
// test.kt:29 mightThrow
// test.kt:30 mightThrow
// test.kt:6 foo
// test.kt:11 foo
// test.kt:12 foo
// test.kt:33 mightThrow2
// test.kt:34 mightThrow2
// test.kt:12 foo
// test.kt:11 foo
// test.kt:17 foo
// test.kt:18 foo
// test.kt:37 mightThrow3
// test.kt:38 mightThrow3
// test.kt:18 foo
// test.kt:17 foo
// test.kt:22 foo
// test.kt:43 box
// test.kt:44 box
// test.kt:5 foo
// test.kt:6 foo
// test.kt:29 mightThrow
// test.kt:30 mightThrow
// test.kt:6 foo
// test.kt:11 foo
// test.kt:12 foo
// test.kt:33 mightThrow2
// test.kt:34 mightThrow2
// test.kt:12 foo
// test.kt:11 foo
// test.kt:17 foo
// test.kt:18 foo
// test.kt:37 mightThrow3
// test.kt:19 foo
// test.kt:20 foo
// test.kt:45 box
// test.kt:46 box
// test.kt:5 foo
// test.kt:6 foo
// test.kt:29 mightThrow
// test.kt:30 mightThrow
// test.kt:6 foo
// test.kt:11 foo
// test.kt:12 foo
// test.kt:33 mightThrow2
// test.kt:13 foo
// test.kt:14 foo
// test.kt:47 box
// test.kt:48 box
// test.kt:5 foo
// test.kt:6 foo
// test.kt:29 mightThrow
// test.kt:7 foo
// test.kt:8 foo
// test.kt:49 box
// EXPECTATIONS JS_IR
// test.kt:41 box
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:29 mightThrow
// test.kt:11 foo
// test.kt:32 mightThrow2
// test.kt:33 mightThrow2
// test.kt:10 foo
// test.kt:17 foo
// test.kt:36 mightThrow3
// test.kt:37 mightThrow3
// test.kt:16 foo
// test.kt:21 foo
// test.kt:42 box
// test.kt:43 box
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:6 foo
// test.kt:29 mightThrow
// test.kt:11 foo
// test.kt:32 mightThrow2
// test.kt:33 mightThrow2
// test.kt:10 foo
// test.kt:17 foo
// test.kt:36 mightThrow3
// test.kt:36 mightThrow3
// test.kt:18 foo
// test.kt:19 foo
// test.kt:44 box
// test.kt:45 box
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:29 mightThrow
// test.kt:11 foo
// test.kt:32 mightThrow2
// test.kt:32 mightThrow2
// test.kt:30 mightThrow
// test.kt:12 foo
// test.kt:13 foo
// test.kt:33 mightThrow2
// test.kt:34 mightThrow2
// test.kt:11 foo
// test.kt:18 foo
// test.kt:37 mightThrow3
// test.kt:38 mightThrow3
// test.kt:17 foo
// test.kt:22 foo
// test.kt:43 box
// test.kt:44 box
// test.kt:6 foo
// test.kt:29 mightThrow
// test.kt:30 mightThrow
// test.kt:12 foo
// test.kt:33 mightThrow2
// test.kt:34 mightThrow2
// test.kt:11 foo
// test.kt:18 foo
// test.kt:37 mightThrow3
// test.kt:37 mightThrow3
// test.kt:19 foo
// test.kt:20 foo
// test.kt:45 box
// test.kt:46 box
// test.kt:6 foo
// test.kt:29 mightThrow
// test.kt:30 mightThrow
// test.kt:12 foo
// test.kt:33 mightThrow2
// test.kt:33 mightThrow2
// test.kt:13 foo
// test.kt:14 foo
// test.kt:47 box
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:28 mightThrow
// test.kt:6 foo
// test.kt:6 foo
// test.kt:7 foo
// test.kt:48 box
// test.kt:6 foo
// test.kt:29 mightThrow
// test.kt:29 mightThrow
// test.kt:7 foo
// test.kt:7 foo
// test.kt:8 foo
// test.kt:49 box