[Test] Mute tests due to KT-56755

This commit is contained in:
Dmitriy Novozhilov
2023-02-17 13:00:22 +02:00
committed by Space Team
parent 86ee855170
commit 28b83a1a5d
29 changed files with 544 additions and 503 deletions
+17 -15
View File
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
// Reason: KT-56755
// FILE: test.kt
class A {
inline val s: Int
@@ -11,20 +13,20 @@ fun box() {
}
// EXPECTATIONS JVM JVM_IR
// test.kt:8 box:
// test.kt:2 <init>:
// test.kt:8 box:
// test.kt:9 box: a:A=A
// test.kt:4 box: a:A=A, this_$iv:A=A, $i$f$getS:int=0:int
// test.kt:9 box: a:A=A
// test.kt:10 box: a:A=A, y:int=1:int
// test.kt:11 box: a:A=A, y:int=2:int
// test.kt:10 box:
// test.kt:4 <init>:
// test.kt:10 box:
// test.kt:11 box: a:A=A
// test.kt:6 box: a:A=A, this_$iv:A=A, $i$f$getS:int=0:int
// test.kt:11 box: a:A=A
// test.kt:12 box: a:A=A, y:int=1:int
// test.kt:13 box: a:A=A, y:int=2:int
// EXPECTATIONS JS_IR
// test.kt:8 box:
// test.kt:2 <init>:
// test.kt:4 box: a=A
// test.kt:9 box: a=A
// test.kt:10 box: a=A, y=1:number
// test.kt:10 box: a=A, y=1:number
// test.kt:11 box: a=A, y=2:number
// test.kt:10 box:
// test.kt:4 <init>:
// test.kt:6 box: a=A
// test.kt:11 box: a=A
// test.kt:12 box: a=A, y=1:number
// test.kt:12 box: a=A, y=1:number
// test.kt:13 box: a=A, y=2:number