[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
+5
-5
@@ -1,5 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
// FILE: test.kt
|
||||
|
||||
fun box(): String {
|
||||
try {
|
||||
for (i in 0 until 1) {
|
||||
@@ -16,16 +16,16 @@ fun box(): String {
|
||||
return "FAIL"
|
||||
}
|
||||
|
||||
// LOCAL VARIABLES
|
||||
// EXPECTATIONS
|
||||
// test.kt:4 box:
|
||||
// test.kt:5 box:
|
||||
// test.kt:6 box: i:int=0:int
|
||||
// test.kt:7 box: i:int=0:int
|
||||
// test.kt:8 box: i:int=0:int, x:java.lang.String="x":java.lang.String
|
||||
// test.kt:10 box: i:int=0:int
|
||||
// LOCAL VARIABLES JVM
|
||||
// EXPECTATIONS JVM
|
||||
// test.kt:5 box: i:int=0:int
|
||||
// LOCAL VARIABLES JVM_IR
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:5 box: i:int=0:int
|
||||
// LOCAL VARIABLES
|
||||
// EXPECTATIONS
|
||||
// test.kt:14 box:
|
||||
|
||||
Reference in New Issue
Block a user