[K/Wasm] Introduce stepping tests for Wasm
This commit is contained in:
+15
-14
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: WASM
|
||||
// FILE: test.kt
|
||||
|
||||
class A {
|
||||
@@ -15,25 +16,25 @@ fun box() {
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:9 box
|
||||
// test.kt:3 <init>
|
||||
// test.kt:9 box
|
||||
// test.kt:10 box
|
||||
// test.kt:4 foo
|
||||
// test.kt:4 <init>
|
||||
// test.kt:10 box
|
||||
// test.kt:11 box
|
||||
// test.kt:4 foo
|
||||
// test.kt:11 box
|
||||
// test.kt:13 box
|
||||
// test.kt:5 box
|
||||
// test.kt:5 foo
|
||||
// test.kt:12 box
|
||||
// test.kt:5 foo
|
||||
// test.kt:12 box
|
||||
// test.kt:14 box
|
||||
// test.kt:5 box
|
||||
// test.kt:6 box
|
||||
// test.kt:15 box
|
||||
// test.kt:6 box
|
||||
// test.kt:16 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:9 box
|
||||
// test.kt:3 <init>
|
||||
// test.kt:10 box
|
||||
// test.kt:4 foo
|
||||
// test.kt:4 <init>
|
||||
// test.kt:11 box
|
||||
// test.kt:4 foo
|
||||
// test.kt:15 box
|
||||
// test.kt:5 foo
|
||||
// test.kt:12 box
|
||||
// test.kt:5 foo
|
||||
// test.kt:16 box
|
||||
|
||||
Reference in New Issue
Block a user