[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
+21 -19
View File
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
// Reason: KT-56755
// FILE: test.kt
fun foo(shouldThrow: Boolean) {
@@ -15,28 +17,28 @@ fun box() {
}
// EXPECTATIONS JVM JVM_IR
// test.kt:13 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:9 foo
// test.kt:10 foo
// test.kt:14 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:15 box
// test.kt:6 foo
// test.kt:7 foo
// test.kt:11 foo
// test.kt:12 foo
// test.kt:16 box
// test.kt:6 foo
// test.kt:7 foo
// test.kt:8 foo
// test.kt:9 foo
// test.kt:10 foo
// test.kt:15 box
// test.kt:11 foo
// test.kt:12 foo
// test.kt:17 box
// EXPECTATIONS JS_IR
// test.kt:13 box
// test.kt:5 foo
// test.kt:10 foo
// test.kt:14 box
// test.kt:5 foo
// test.kt:5 foo
// test.kt:6 foo
// test.kt:6 foo
// test.kt:10 foo
// test.kt:15 box
// test.kt:7 foo
// test.kt:12 foo
// test.kt:16 box
// test.kt:7 foo
// test.kt:7 foo
// test.kt:8 foo
// test.kt:8 foo
// test.kt:12 foo
// test.kt:17 box