Tests: remove stepping tests on old JVM backend

This commit is contained in:
Alexander Udalov
2023-12-07 18:51:17 +01:00
committed by Space Team
parent f39c72360d
commit 5e330acd28
109 changed files with 175 additions and 1231 deletions
+1 -33
View File
@@ -23,49 +23,31 @@ fun box() {
foo(21)
}
// JVM_IR uses the line number of the when for the table switch and therefore,
// it stops on the subject line first, then on the when line (line 4 and 12), and
// then goes to the right branch.
// EXPECTATIONS JVM JVM_IR
// EXPECTATIONS JVM_IR
// test.kt:23 box
// test.kt:6 foo
// EXPECTATIONS JVM_IR
// test.kt:5 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:8 foo
// test.kt:6 foo
// EXPECTATIONS JVM_IR
// test.kt:5 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:9 foo
// test.kt:6 foo
// EXPECTATIONS JVM_IR
// test.kt:5 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:10 foo
// test.kt:14 foo
// EXPECTATIONS JVM_IR
// test.kt:13 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:18 foo
// test.kt:13 foo
// test.kt:20 foo
// test.kt:9 foo
// test.kt:14 foo
// EXPECTATIONS JVM_IR
// test.kt:13 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:17 foo
// test.kt:6 foo
// EXPECTATIONS JVM_IR
// test.kt:5 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:10 foo
// test.kt:14 foo
// EXPECTATIONS JVM_IR
// test.kt:13 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:18 foo
// test.kt:13 foo
// test.kt:20 foo
@@ -74,42 +56,28 @@ fun box() {
// test.kt:20 foo
// test.kt:8 foo
// test.kt:14 foo
// EXPECTATIONS JVM_IR
// test.kt:13 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:16 foo
// test.kt:6 foo
// EXPECTATIONS JVM_IR
// test.kt:5 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:9 foo
// test.kt:6 foo
// EXPECTATIONS JVM_IR
// test.kt:5 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:10 foo
// test.kt:14 foo
// EXPECTATIONS JVM_IR
// test.kt:13 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:18 foo
// test.kt:13 foo
// test.kt:20 foo
// test.kt:9 foo
// test.kt:14 foo
// EXPECTATIONS JVM_IR
// test.kt:13 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:17 foo
// test.kt:6 foo
// EXPECTATIONS JVM_IR
// test.kt:5 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:10 foo
// test.kt:14 foo
// EXPECTATIONS JVM_IR
// test.kt:13 foo
// EXPECTATIONS JVM JVM_IR
// test.kt:18 foo
// test.kt:13 foo
// test.kt:20 foo