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
+2 -8
View File
@@ -15,17 +15,11 @@ fun box() {
a.foo()
}
// TODO: The JVM_IR backend has an extra line number on the return. This causes line
// three to be hit both on entry to the constructor and on exit after storing the
// value of prop.
// EXPECTATIONS JVM JVM_IR
// EXPECTATIONS JVM_IR
// test.kt:13 box
// test.kt:4 <init>
// test.kt:5 <init>
// EXPECTATIONS JVM_IR
// test.kt:4 <init>
// EXPECTATIONS JVM JVM_IR
// test.kt:13 box
// test.kt:14 box
// test.kt:5 getProp
@@ -41,4 +35,4 @@ fun box() {
// test.kt:4 <init>
// test.kt:15 box
// test.kt:9 foo
// test.kt:16 box
// test.kt:16 box