[K/Wasm] Introduce stepping tests for Wasm
This commit is contained in:
+11
-10
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: WASM
|
||||
// IGNORE_INLINER: IR
|
||||
// FILE: test.kt
|
||||
|
||||
@@ -10,23 +11,23 @@ fun box() {
|
||||
inline fun foo() = {
|
||||
}
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:5 box
|
||||
// test1.kt:10 box
|
||||
// test.kt:6 box
|
||||
// test1.kt:11 box
|
||||
// test1.kt:12 box
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:5 box
|
||||
// test.kt:6 box
|
||||
// test1.kt:11 invoke
|
||||
// test.kt:6 box
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:7 box
|
||||
// test1.kt:12 invoke
|
||||
// test.kt:7 box
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:8 box
|
||||
// EXPECTATIONS JVM
|
||||
// test.kt:5 box
|
||||
// test.kt:6 box
|
||||
// test.kt:7 box
|
||||
// test.kt:8 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test1.kt:10 box
|
||||
// test.kt:6 box
|
||||
// test1.kt:8 box$lambda
|
||||
// test1.kt:11 box
|
||||
// test.kt:7 box
|
||||
// test1.kt:9 box$lambda
|
||||
// test.kt:8 box
|
||||
|
||||
Reference in New Issue
Block a user