[JVM] Port Stepping and LocalVariable tests to new test infra.
This is in preparation for enabling the tests for FIR which will be easier to do when the tests are on the new infrastructure.
This commit is contained in:
committed by
TeamCityServer
parent
f1c1094393
commit
e9c9d5731e
+9
-9
@@ -1,3 +1,7 @@
|
||||
// IGNORE_BACKEND: JVM
|
||||
// The old backend steps on line 4, 5, 9, and 8. No step on the throw, and a step on the end
|
||||
// brace of the finally before going into the actual finally code.
|
||||
|
||||
// FILE: test.kt
|
||||
|
||||
fun box(): String {
|
||||
@@ -10,13 +14,9 @@ fun box(): String {
|
||||
return "FAIL"
|
||||
}
|
||||
|
||||
// IGNORE_BACKEND: JVM
|
||||
// The old backend steps on line 4, 5, 9, and 8. No step on the throw, and a step on the end
|
||||
// brace of the finally before going into the actual finally code.
|
||||
|
||||
// LOCAL VARIABLES
|
||||
// test.kt:4 box:
|
||||
// test.kt:5 box:
|
||||
// test.kt:6 box: x:java.lang.String="x":java.lang.String
|
||||
// test.kt:7 box:
|
||||
// EXPECTATIONS
|
||||
// test.kt:8 box:
|
||||
// test.kt:9 box:
|
||||
// test.kt:10 box: x:java.lang.String="x":java.lang.String
|
||||
// test.kt:11 box:
|
||||
// test.kt:12 box:
|
||||
|
||||
Reference in New Issue
Block a user