[K/Wasm] Introduce stepping tests for Wasm
This commit is contained in:
+22
-21
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: WASM
|
||||
// FILE: test.kt
|
||||
|
||||
infix fun String.execute(p: String) = this + p
|
||||
@@ -19,29 +20,29 @@ fun fail() : String {
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:6 box
|
||||
// test.kt:14 box
|
||||
// test.kt:7 box
|
||||
// test.kt:18 fail
|
||||
// test.kt:6 box
|
||||
// test.kt:3 execute
|
||||
// test.kt:6 box
|
||||
// test.kt:9 box
|
||||
// test.kt:18 fail
|
||||
// test.kt:15 box
|
||||
// test.kt:8 box
|
||||
// test.kt:19 fail
|
||||
// test.kt:7 box
|
||||
// test.kt:4 execute
|
||||
// test.kt:7 box
|
||||
// test.kt:10 box
|
||||
// test.kt:14 box
|
||||
// test.kt:9 box
|
||||
// test.kt:3 execute
|
||||
// test.kt:9 box
|
||||
// test.kt:19 fail
|
||||
// test.kt:11 box
|
||||
// test.kt:15 box
|
||||
// test.kt:10 box
|
||||
// test.kt:4 execute
|
||||
// test.kt:10 box
|
||||
// test.kt:12 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:6 box
|
||||
// test.kt:18 fail
|
||||
// test.kt:6 box
|
||||
// test.kt:3 execute
|
||||
// test.kt:9 box
|
||||
// test.kt:18 fail
|
||||
// test.kt:9 box
|
||||
// test.kt:3 execute
|
||||
// test.kt:11 box
|
||||
// test.kt:7 box
|
||||
// test.kt:19 fail
|
||||
// test.kt:7 box
|
||||
// test.kt:4 execute
|
||||
// test.kt:10 box
|
||||
// test.kt:19 fail
|
||||
// test.kt:10 box
|
||||
// test.kt:4 execute
|
||||
// test.kt:12 box
|
||||
|
||||
Reference in New Issue
Block a user