[JS] Re-enable some stepping tests

This commit is contained in:
Sergej Jaskiewicz
2022-11-16 15:44:56 +01:00
committed by Space Team
parent 932e1a3c1d
commit becbc06663
15 changed files with 93 additions and 14 deletions
+12 -1
View File
@@ -1,4 +1,4 @@
// DONT_TARGET_EXACT_BACKEND: JS_IR (KT-54283)
// FILE: test.kt
fun foo() {
@@ -96,25 +96,36 @@ fun box() {
// test.kt:34 box
// test.kt:6 foo
// test.kt:26 mightThrow
// test.kt:27 mightThrow
// test.kt:14 foo
// test.kt:30 mightThrow2
// test.kt:31 mightThrow2
// test.kt:13 foo
// test.kt:20 foo
// test.kt:35 box
// test.kt:36 box
// test.kt:6 foo
// test.kt:26 mightThrow
// test.kt:27 mightThrow
// test.kt:14 foo
// test.kt:30 mightThrow2
// test.kt:30 mightThrow2
// test.kt:15 foo
// test.kt:16 foo
// test.kt:13 foo
// test.kt:20 foo
// test.kt:37 box
// test.kt:38 box
// test.kt:6 foo
// test.kt:26 mightThrow
// test.kt:26 mightThrow
// test.kt:7 foo
// test.kt:7 foo
// test.kt:14 foo
// test.kt:30 mightThrow2
// test.kt:30 mightThrow2
// test.kt:15 foo
// test.kt:16 foo
// test.kt:13 foo
// test.kt:20 foo
// test.kt:39 box