[JVM+IR] Unify new debugger tests expectations
This commit unifies the expectation format between the stepping and LVT tests in the new debugging test harness. Furthermore, it introduces a compression of runs of locations without linenumbers. These default to showing as bytecode offsets from previous line number, which overspecifies the tests: the bytecodes chosen should not be constrained by a debugging step test.
This commit is contained in:
committed by
max-kammerer
parent
e19ecdfb3d
commit
27fb46712a
@@ -11,9 +11,9 @@ fun box() {
|
||||
}
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// LOCAL VARIABLES
|
||||
// TestKt:6:
|
||||
// TestKt:8: map:java.util.Map=java.util.Collections$SingletonMap
|
||||
// TestKt:7: map:java.util.Map=java.util.Collections$SingletonMap
|
||||
// TestKt:9: map:java.util.Map=java.util.Collections$SingletonMap, a:java.lang.String="1":java.lang.String, b:java.lang.String="23":java.lang.String
|
||||
// TestKt:7: map:java.util.Map=java.util.Collections$SingletonMap
|
||||
// TestKt:11: map:java.util.Map=java.util.Collections$SingletonMap
|
||||
// test.kt:6 box:
|
||||
// test.kt:8 box: map:java.util.Map=java.util.Collections$SingletonMap
|
||||
// test.kt:7 box: map:java.util.Map=java.util.Collections$SingletonMap
|
||||
// test.kt:9 box: map:java.util.Map=java.util.Collections$SingletonMap, a:java.lang.String="1":java.lang.String, b:java.lang.String="23":java.lang.String
|
||||
// test.kt:7 box: map:java.util.Map=java.util.Collections$SingletonMap
|
||||
// test.kt:11 box: map:java.util.Map=java.util.Collections$SingletonMap
|
||||
Reference in New Issue
Block a user