[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
+30 -29
View File
@@ -1,7 +1,8 @@
// IGNORE_BACKEND: WASM
// FILE: test.kt
fun box() {
test("OK")
test(null)
@@ -21,58 +22,58 @@ fun testExpressionBody(nullable: String?) =
nullable.length == 2
// EXPECTATIONS JVM
// test.kt:6 box
// test.kt:15 test
// test.kt:13 test
// test.kt:6 box
// test.kt:7 box
// test.kt:15 test
// test.kt:13 test
// test.kt:16 test
// test.kt:14 test
// test.kt:7 box
// test.kt:8 box
// test.kt:21 testExpressionBody
// test.kt:16 test
// test.kt:14 test
// test.kt:8 box
// test.kt:9 box
// test.kt:21 testExpressionBody
// test.kt:22 testExpressionBody
// test.kt:9 box
// test.kt:10 box
// test.kt:22 testExpressionBody
// test.kt:10 box
// test.kt:11 box
// EXPECTATIONS JVM_IR
// test.kt:6 box
// test.kt:13 test
// test.kt:15 test
// test.kt:13 test
// test.kt:6 box
// test.kt:7 box
// test.kt:13 test
// test.kt:15 test
// test.kt:13 test
// test.kt:14 test
// test.kt:16 test
// test.kt:14 test
// test.kt:7 box
// test.kt:8 box
// test.kt:19 testExpressionBody
// test.kt:21 testExpressionBody
// test.kt:14 test
// test.kt:16 test
// test.kt:14 test
// test.kt:8 box
// test.kt:9 box
// test.kt:19 testExpressionBody
// test.kt:21 testExpressionBody
// test.kt:20 testExpressionBody
// test.kt:22 testExpressionBody
// test.kt:9 box
// test.kt:10 box
// test.kt:20 testExpressionBody
// test.kt:22 testExpressionBody
// test.kt:10 box
// test.kt:11 box
// EXPECTATIONS JS_IR
// test.kt:6 box
// test.kt:13 test
// test.kt:7 box
// test.kt:13 test
// test.kt:14 test
// test.kt:8 box
// test.kt:21 testExpressionBody
// test.kt:14 test
// test.kt:9 box
// test.kt:21 testExpressionBody
// test.kt:10 box
// test.kt:22 testExpressionBody
// test.kt:10 box
// test.kt:22 testExpressionBody
// test.kt:11 box