[K/Wasm] Introduce stepping tests for Wasm
This commit is contained in:
+40
-39
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: WASM
|
||||
// FILE: test.kt
|
||||
|
||||
fun foo() {
|
||||
@@ -40,56 +41,56 @@ fun box() {
|
||||
// try-finally where the value is discarded which seems good.
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:29 box
|
||||
// test.kt:4 foo
|
||||
// test.kt:30 box
|
||||
// test.kt:5 foo
|
||||
// test.kt:21 mightThrow
|
||||
// test.kt:6 foo
|
||||
// test.kt:22 mightThrow
|
||||
// test.kt:7 foo
|
||||
// test.kt:23 mightThrow
|
||||
// test.kt:8 foo
|
||||
// test.kt:10 foo
|
||||
// test.kt:9 foo
|
||||
// test.kt:11 foo
|
||||
// test.kt:25 mightThrow2
|
||||
// test.kt:12 foo
|
||||
// test.kt:26 mightThrow2
|
||||
// test.kt:27 mightThrow2
|
||||
// EXPECTATIONS JVM
|
||||
// test.kt:12 foo
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:14 foo
|
||||
// test.kt:15 foo
|
||||
// test.kt:11 foo
|
||||
// test.kt:16 foo
|
||||
// test.kt:31 box
|
||||
// test.kt:32 box
|
||||
// test.kt:5 foo
|
||||
// test.kt:6 foo
|
||||
// test.kt:22 mightThrow
|
||||
// test.kt:23 mightThrow
|
||||
// test.kt:8 foo
|
||||
// test.kt:9 foo
|
||||
// test.kt:11 foo
|
||||
// test.kt:12 foo
|
||||
// test.kt:26 mightThrow2
|
||||
// EXPECTATIONS JVM
|
||||
// test.kt:11 foo
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:13 foo
|
||||
// test.kt:14 foo
|
||||
// test.kt:10 foo
|
||||
// test.kt:15 foo
|
||||
// test.kt:30 box
|
||||
// test.kt:31 box
|
||||
// test.kt:4 foo
|
||||
// test.kt:5 foo
|
||||
// test.kt:21 mightThrow
|
||||
// test.kt:22 mightThrow
|
||||
// test.kt:7 foo
|
||||
// test.kt:8 foo
|
||||
// test.kt:10 foo
|
||||
// test.kt:11 foo
|
||||
// test.kt:25 mightThrow2
|
||||
// EXPECTATIONS JVM
|
||||
// test.kt:14 foo
|
||||
// test.kt:10 foo
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:13 foo
|
||||
// test.kt:14 foo
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:29 box
|
||||
// test.kt:5 foo
|
||||
// test.kt:21 mightThrow
|
||||
// test.kt:22 mightThrow
|
||||
// test.kt:11 foo
|
||||
// test.kt:25 mightThrow2
|
||||
// test.kt:26 mightThrow2
|
||||
// test.kt:10 foo
|
||||
// test.kt:15 foo
|
||||
// test.kt:30 box
|
||||
// test.kt:31 box
|
||||
// test.kt:5 foo
|
||||
// test.kt:21 mightThrow
|
||||
// test.kt:6 foo
|
||||
// test.kt:22 mightThrow
|
||||
// test.kt:23 mightThrow
|
||||
// test.kt:12 foo
|
||||
// test.kt:26 mightThrow2
|
||||
// test.kt:27 mightThrow2
|
||||
// test.kt:11 foo
|
||||
// test.kt:25 mightThrow2
|
||||
// test.kt:25 mightThrow2
|
||||
// test.kt:16 foo
|
||||
// test.kt:31 box
|
||||
// test.kt:32 box
|
||||
// test.kt:6 foo
|
||||
// test.kt:22 mightThrow
|
||||
// test.kt:23 mightThrow
|
||||
// test.kt:12 foo
|
||||
// test.kt:26 mightThrow2
|
||||
// test.kt:26 mightThrow2
|
||||
Reference in New Issue
Block a user