[K/Wasm] Unmute most of the stepping tests for Wasm in K1

This commit is contained in:
Artem Kobzar
2023-12-28 16:32:10 +00:00
committed by Space Team
parent 3fd9e22f37
commit 327085e026
120 changed files with 3370 additions and 174 deletions
+20 -1
View File
@@ -1,4 +1,4 @@
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND_K2: WASM
// FILE: test.kt
fun box() {
@@ -15,3 +15,22 @@ fun box() {
// test.kt:5 box
// test.kt:6 box$lambda
// test.kt:8 box
// EXPECTATIONS WASM
// test.kt:1 $box
// test.kt:5 $box (4, 4, 4)
// test.kt:6 $box$lambda.invoke (9, 9, 9, 9)
// String.kt:141 $kotlin.stringLiteral (17, 28, 17)
// Array.kt:59 $kotlin.Array.get (19, 26, 34, 8)
// ThrowHelpers.kt:29 $kotlin.wasm.internal.rangeCheck (6, 14, 6, 19, 28, 19, 6, 14, 6, 19, 28, 19)
// ThrowHelpers.kt:30 $kotlin.wasm.internal.rangeCheck (1, 1)
// Array.kt:60 $kotlin.Array.get (15, 27, 23, 8)
// String.kt:142 $kotlin.stringLiteral
// String.kt:146 $kotlin.stringLiteral (47, 61, 16, 4)
// String.kt:147 $kotlin.stringLiteral (20, 20, 20, 20, 27, 33, 41, 20, 4)
// String.kt:148 $kotlin.stringLiteral (4, 15, 25, 4)
// Array.kt:74 $kotlin.Array.set (19, 26, 34, 8)
// Array.kt:75 $kotlin.Array.set (8, 20, 27, 16)
// Array.kt:76 $kotlin.Array.set
// String.kt:149 $kotlin.stringLiteral (11, 4)
// test.kt:8 $box