[Test] Mute tests due to KT-56755
This commit is contained in:
committed by
Space Team
parent
86ee855170
commit
28b83a1a5d
@@ -1,4 +1,5 @@
|
||||
|
||||
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
|
||||
// Reason: KT-56755
|
||||
// FILE: test.kt
|
||||
inline fun foo(stringMaker: () -> String = { "OK" }): String {
|
||||
return stringMaker()
|
||||
@@ -18,21 +19,21 @@ fun box(): String {
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:15 box
|
||||
// test.kt:3 box
|
||||
// test.kt:4 box
|
||||
// test.kt:3 box
|
||||
// test.kt:4 box
|
||||
// test.kt:16 box
|
||||
// test.kt:7 box
|
||||
// test.kt:11 box
|
||||
// test.kt:8 box
|
||||
// test.kt:11 box
|
||||
// test.kt:4 box
|
||||
// test.kt:5 box
|
||||
// test.kt:4 box
|
||||
// test.kt:5 box
|
||||
// test.kt:17 box
|
||||
// test.kt:8 box
|
||||
// test.kt:12 box
|
||||
// test.kt:9 box
|
||||
// test.kt:12 box
|
||||
// test.kt:18 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:3 box
|
||||
// test.kt:4 box
|
||||
// test.kt:8 box
|
||||
// test.kt:11 box
|
||||
// test.kt:17 box
|
||||
// test.kt:5 box
|
||||
// test.kt:9 box
|
||||
// test.kt:12 box
|
||||
// test.kt:18 box
|
||||
|
||||
Reference in New Issue
Block a user