[JS] Re-enable some stepping tests
This commit is contained in:
committed by
Space Team
parent
932e1a3c1d
commit
becbc06663
+12
-1
@@ -1,5 +1,5 @@
|
||||
// FILE: test.kt
|
||||
// DONT_TARGET_EXACT_BACKEND: JS_IR (KT-54283)
|
||||
|
||||
fun foo() {
|
||||
try {
|
||||
mightThrow()
|
||||
@@ -110,35 +110,46 @@ fun box() {
|
||||
// test.kt:41 box
|
||||
// test.kt:5 foo
|
||||
// test.kt:28 mightThrow
|
||||
// test.kt:29 mightThrow
|
||||
// test.kt:11 foo
|
||||
// test.kt:32 mightThrow2
|
||||
// test.kt:33 mightThrow2
|
||||
// test.kt:10 foo
|
||||
// test.kt:17 foo
|
||||
// test.kt:36 mightThrow3
|
||||
// test.kt:37 mightThrow3
|
||||
// test.kt:16 foo
|
||||
// test.kt:21 foo
|
||||
// test.kt:42 box
|
||||
// test.kt:43 box
|
||||
// test.kt:5 foo
|
||||
// test.kt:28 mightThrow
|
||||
// test.kt:29 mightThrow
|
||||
// test.kt:11 foo
|
||||
// test.kt:32 mightThrow2
|
||||
// test.kt:33 mightThrow2
|
||||
// test.kt:10 foo
|
||||
// test.kt:17 foo
|
||||
// test.kt:36 mightThrow3
|
||||
// test.kt:36 mightThrow3
|
||||
// test.kt:18 foo
|
||||
// test.kt:19 foo
|
||||
// test.kt:44 box
|
||||
// test.kt:45 box
|
||||
// test.kt:5 foo
|
||||
// test.kt:28 mightThrow
|
||||
// test.kt:29 mightThrow
|
||||
// test.kt:11 foo
|
||||
// test.kt:32 mightThrow2
|
||||
// test.kt:32 mightThrow2
|
||||
// test.kt:12 foo
|
||||
// test.kt:13 foo
|
||||
// test.kt:46 box
|
||||
// test.kt:47 box
|
||||
// test.kt:5 foo
|
||||
// test.kt:28 mightThrow
|
||||
// test.kt:28 mightThrow
|
||||
// test.kt:6 foo
|
||||
// test.kt:6 foo
|
||||
// test.kt:7 foo
|
||||
// test.kt:48 box
|
||||
|
||||
Reference in New Issue
Block a user