[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
+22 -1
View File
@@ -1,4 +1,4 @@
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND_K2: WASM
// FILE: test.kt
interface MyInterfaceWithoutBreakpoints {
@@ -83,3 +83,24 @@ fun box() {
// test.kt:26 testPropertyInInterfaceImpl
// test.kt:27 testPropertyInInterfaceImpl
// test.kt:34 box
// EXPECTATIONS WASM
// test.kt:1 $box
// test.kt:31 $box (17, 17)
// test.kt:18 $MyInterfaceImplWithBreakpoints.<init>
// test.kt:21 $MyInterfaceImplWithBreakpoints.<init>
// test.kt:28 $MyInterfaceImplWithBreakpoints.<init>
// test.kt:32 $box (4, 11, 11, 11, 11, 11)
// test.kt:9 $MyInterfaceWithoutBreakpoints.testPropertyInInterface
// test.kt:18 $MyInterfaceImplWithBreakpoints.<get-propVal2>
// test.kt:10 $MyInterfaceWithoutBreakpoints.testPropertyInInterface
// test.kt:21 $MyInterfaceImplWithBreakpoints.<get-propVar2>
// test.kt:11 $MyInterfaceWithoutBreakpoints.testPropertyInInterface (8, 19, 8)
// test.kt:21 $MyInterfaceImplWithBreakpoints.<set-propVar2> (13, 29)
// test.kt:12 $MyInterfaceWithoutBreakpoints.testPropertyInInterface
// test.kt:33 $box (4, 11)
// test.kt:24 $MyInterfaceImplWithBreakpoints.testPropertyInInterfaceImpl
// test.kt:25 $MyInterfaceImplWithBreakpoints.testPropertyInInterfaceImpl
// test.kt:26 $MyInterfaceImplWithBreakpoints.testPropertyInInterfaceImpl (8, 19, 8)
// test.kt:27 $MyInterfaceImplWithBreakpoints.testPropertyInInterfaceImpl
// test.kt:34 $box