[JS IR] Use a special executor for stepping tests

This will hopefully fix flakiness for some tests
This commit is contained in:
Sergej Jaskiewicz
2022-08-26 19:44:21 +02:00
committed by Space
parent 6ebbe12d44
commit 17f22c7204
4 changed files with 119 additions and 42 deletions
+26 -1
View File
@@ -1,4 +1,4 @@
// IGNORE_BACKEND: JS_IR
// FILE: test.kt
fun foo() {
@@ -93,3 +93,28 @@ fun box() {
// test.kt:39 box
// EXPECTATIONS JS_IR
// test.kt:34 box
// test.kt:6 foo
// test.kt:26 mightThrow
// test.kt:14 foo
// test.kt:30 mightThrow2
// test.kt:13 foo
// test.kt:35 box
// test.kt:36 box
// test.kt:6 foo
// test.kt:26 mightThrow
// test.kt:14 foo
// test.kt:30 mightThrow2
// test.kt:30 mightThrow2
// test.kt:16 foo
// test.kt:13 foo
// test.kt:37 box
// test.kt:38 box
// test.kt:6 foo
// test.kt:26 mightThrow
// test.kt:26 mightThrow
// test.kt:14 foo
// test.kt:30 mightThrow2
// test.kt:30 mightThrow2
// test.kt:16 foo
// test.kt:13 foo