[JS IR] Adapt stepping tests for Kotlin/JS
This commit is contained in:
+35
-9
@@ -41,7 +41,7 @@ fun box() {
|
||||
// does not. So on JVM there are steps on each condition evaluation for
|
||||
// the first `when`.
|
||||
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:29 box
|
||||
// test.kt:4 stringSwitch
|
||||
// test.kt:5 stringSwitch
|
||||
@@ -52,7 +52,7 @@ fun box() {
|
||||
// test.kt:19 stringSwitch
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:18 stringSwitch
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:21 stringSwitch
|
||||
// test.kt:18 stringSwitch
|
||||
// test.kt:26 stringSwitch
|
||||
@@ -60,7 +60,7 @@ fun box() {
|
||||
// test.kt:4 stringSwitch
|
||||
// EXPECTATIONS JVM
|
||||
// test.kt:5 stringSwitch
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:6 stringSwitch
|
||||
// test.kt:4 stringSwitch
|
||||
// test.kt:11 stringSwitch
|
||||
@@ -69,7 +69,7 @@ fun box() {
|
||||
// test.kt:19 stringSwitch
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:18 stringSwitch
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:22 stringSwitch
|
||||
// test.kt:18 stringSwitch
|
||||
// test.kt:26 stringSwitch
|
||||
@@ -78,7 +78,7 @@ fun box() {
|
||||
// EXPECTATIONS JVM
|
||||
// test.kt:5 stringSwitch
|
||||
// test.kt:6 stringSwitch
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:7 stringSwitch
|
||||
// test.kt:4 stringSwitch
|
||||
// test.kt:11 stringSwitch
|
||||
@@ -87,7 +87,7 @@ fun box() {
|
||||
// test.kt:19 stringSwitch
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:18 stringSwitch
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:23 stringSwitch
|
||||
// test.kt:18 stringSwitch
|
||||
// test.kt:26 stringSwitch
|
||||
@@ -97,7 +97,7 @@ fun box() {
|
||||
// test.kt:5 stringSwitch
|
||||
// test.kt:6 stringSwitch
|
||||
// test.kt:7 stringSwitch
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:8 stringSwitch
|
||||
// test.kt:4 stringSwitch
|
||||
// test.kt:11 stringSwitch
|
||||
@@ -106,8 +106,34 @@ fun box() {
|
||||
// test.kt:19 stringSwitch
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:18 stringSwitch
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:24 stringSwitch
|
||||
// test.kt:18 stringSwitch
|
||||
// test.kt:26 stringSwitch
|
||||
// test.kt:33 box
|
||||
// test.kt:33 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:29 box
|
||||
// test.kt:5 stringSwitch
|
||||
// test.kt:11 stringSwitch
|
||||
// test.kt:12 stringSwitch
|
||||
// test.kt:19 stringSwitch
|
||||
// test.kt:21 stringSwitch
|
||||
// test.kt:30 box
|
||||
// test.kt:6 stringSwitch
|
||||
// test.kt:11 stringSwitch
|
||||
// test.kt:13 stringSwitch
|
||||
// test.kt:19 stringSwitch
|
||||
// test.kt:22 stringSwitch
|
||||
// test.kt:31 box
|
||||
// test.kt:7 stringSwitch
|
||||
// test.kt:11 stringSwitch
|
||||
// test.kt:14 stringSwitch
|
||||
// test.kt:19 stringSwitch
|
||||
// test.kt:23 stringSwitch
|
||||
// test.kt:32 box
|
||||
// test.kt:8 stringSwitch
|
||||
// test.kt:11 stringSwitch
|
||||
// test.kt:15 stringSwitch
|
||||
// test.kt:19 stringSwitch
|
||||
// test.kt:24 stringSwitch
|
||||
|
||||
Reference in New Issue
Block a user