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
+5 -5
View File
@@ -1,12 +1,12 @@
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND: JVM_IR
// FILE: test.kt
class A {
val a = 1
fun bar() = 2
fun foo() {
3
//Breakpoint! from the Evaluate Expression test suite.
.toString()
}
}
@@ -15,12 +15,12 @@ fun box() {
A().foo()
}
// EXPECTATIONS JVM JVM_IR
// EXPECTATIONS JVM_IR
// test.kt:15 box
// test.kt:4 <init>
// test.kt:5 <init>
// test.kt:4 <init>
// test.kt:15 box
// test.kt:8 foo
// test.kt:10 foo
// test.kt:11 foo
// test.kt:16 box
@@ -31,4 +31,4 @@ fun box() {
// test.kt:4 <init>
// test.kt:15 box
// test.kt:11 foo
// test.kt:16 box
// test.kt:16 box