[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
@@ -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
+16 -14
View File
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
// Reason: KT-56755
// FILE: test.kt
fun box() {
val a = 1
@@ -15,25 +17,25 @@ fun throwIfLess(a: Int, b: Int) {
throw IllegalStateException()
}
// EXPECTATIONS JVM JVM_IR
// test.kt:3 box
// test.kt:4 box
// test.kt:5 box
// test.kt:6 box
// test.kt:14 throwIfLess
// test.kt:15 throwIfLess
// test.kt:7 box
// test.kt:8 box
// test.kt:14 throwIfLess
// test.kt:15 throwIfLess
// test.kt:16 throwIfLess
// test.kt:17 throwIfLess
// test.kt:9 box
// test.kt:10 box
// test.kt:16 throwIfLess
// test.kt:17 throwIfLess
// EXPECTATIONS JS_IR
// test.kt:3 box
// test.kt:4 box
// test.kt:5 box
// test.kt:6 box
// test.kt:14 throwIfLess
// test.kt:15 throwIfLess
// test.kt:7 box
// test.kt:7 box
// test.kt:8 box
// test.kt:14 throwIfLess
// test.kt:15 throwIfLess
// test.kt:16 throwIfLess
// test.kt:17 throwIfLess
// test.kt:9 box
// test.kt:9 box
// test.kt:10 box
// test.kt:16 throwIfLess
// test.kt:17 throwIfLess
+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
+92 -90
View File
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
// Reason: KT-56755
// FILE: test.kt
fun foo() {
@@ -48,108 +50,108 @@ fun box() {
}
// EXPECTATIONS JVM JVM_IR
// test.kt:41 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:29 mightThrow
// test.kt:5 foo
// test.kt:10 foo
// test.kt:11 foo
// test.kt:32 mightThrow2
// test.kt:33 mightThrow2
// test.kt:11 foo
// test.kt:10 foo
// test.kt:16 foo
// test.kt:17 foo
// test.kt:36 mightThrow3
// test.kt:37 mightThrow3
// test.kt:17 foo
// test.kt:16 foo
// test.kt:21 foo
// test.kt:42 box
// test.kt:43 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:29 mightThrow
// test.kt:5 foo
// test.kt:10 foo
// test.kt:11 foo
// test.kt:32 mightThrow2
// test.kt:33 mightThrow2
// test.kt:11 foo
// test.kt:10 foo
// test.kt:16 foo
// test.kt:17 foo
// test.kt:36 mightThrow3
// test.kt:18 foo
// test.kt:19 foo
// test.kt:44 box
// test.kt:45 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:29 mightThrow
// test.kt:5 foo
// test.kt:10 foo
// test.kt:11 foo
// test.kt:32 mightThrow2
// test.kt:12 foo
// test.kt:13 foo
// test.kt:46 box
// test.kt:47 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:6 foo
// test.kt:7 foo
// test.kt:30 mightThrow
// test.kt:31 mightThrow
// test.kt:7 foo
// test.kt:12 foo
// test.kt:13 foo
// test.kt:34 mightThrow2
// test.kt:35 mightThrow2
// test.kt:13 foo
// test.kt:12 foo
// test.kt:18 foo
// test.kt:19 foo
// test.kt:38 mightThrow3
// test.kt:39 mightThrow3
// test.kt:19 foo
// test.kt:18 foo
// test.kt:23 foo
// test.kt:44 box
// test.kt:45 box
// test.kt:6 foo
// test.kt:7 foo
// test.kt:30 mightThrow
// test.kt:31 mightThrow
// test.kt:7 foo
// test.kt:12 foo
// test.kt:13 foo
// test.kt:34 mightThrow2
// test.kt:35 mightThrow2
// test.kt:13 foo
// test.kt:12 foo
// test.kt:18 foo
// test.kt:19 foo
// test.kt:38 mightThrow3
// test.kt:20 foo
// test.kt:21 foo
// test.kt:46 box
// test.kt:47 box
// test.kt:6 foo
// test.kt:7 foo
// test.kt:30 mightThrow
// test.kt:31 mightThrow
// test.kt:7 foo
// test.kt:12 foo
// test.kt:13 foo
// test.kt:34 mightThrow2
// test.kt:14 foo
// test.kt:15 foo
// test.kt:48 box
// test.kt:49 box
// test.kt:6 foo
// test.kt:7 foo
// test.kt:30 mightThrow
// test.kt:8 foo
// test.kt:9 foo
// test.kt:50 box
// EXPECTATIONS JS_IR
// test.kt:41 box
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:29 mightThrow
// test.kt:11 foo
// test.kt:32 mightThrow2
// test.kt:33 mightThrow2
// test.kt:10 foo
// test.kt:17 foo
// test.kt:36 mightThrow3
// test.kt:37 mightThrow3
// test.kt:16 foo
// test.kt:21 foo
// test.kt:42 box
// test.kt:43 box
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:29 mightThrow
// test.kt:11 foo
// test.kt:32 mightThrow2
// test.kt:33 mightThrow2
// test.kt:10 foo
// test.kt:17 foo
// test.kt:36 mightThrow3
// test.kt:36 mightThrow3
// test.kt:18 foo
// test.kt:7 foo
// test.kt:30 mightThrow
// test.kt:31 mightThrow
// test.kt:13 foo
// test.kt:34 mightThrow2
// test.kt:35 mightThrow2
// test.kt:12 foo
// test.kt:19 foo
// test.kt:38 mightThrow3
// test.kt:39 mightThrow3
// test.kt:18 foo
// test.kt:23 foo
// test.kt:44 box
// test.kt:45 box
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:29 mightThrow
// test.kt:11 foo
// test.kt:32 mightThrow2
// test.kt:32 mightThrow2
// test.kt:12 foo
// test.kt:7 foo
// test.kt:30 mightThrow
// test.kt:31 mightThrow
// test.kt:13 foo
// test.kt:34 mightThrow2
// test.kt:35 mightThrow2
// test.kt:12 foo
// test.kt:19 foo
// test.kt:38 mightThrow3
// test.kt:38 mightThrow3
// test.kt:20 foo
// test.kt:21 foo
// test.kt:46 box
// test.kt:47 box
// test.kt:5 foo
// test.kt:28 mightThrow
// test.kt:28 mightThrow
// test.kt:6 foo
// test.kt:6 foo
// test.kt:7 foo
// test.kt:30 mightThrow
// test.kt:31 mightThrow
// test.kt:13 foo
// test.kt:34 mightThrow2
// test.kt:34 mightThrow2
// test.kt:14 foo
// test.kt:15 foo
// test.kt:48 box
// test.kt:49 box
// test.kt:7 foo
// test.kt:30 mightThrow
// test.kt:30 mightThrow
// test.kt:8 foo
// test.kt:8 foo
// test.kt:9 foo
// test.kt:50 box
+73 -72
View File
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
// Reason: KT-56755
// FILE: test.kt
fun foo() {
@@ -39,93 +40,93 @@ fun box() {
}
// EXPECTATIONS JVM JVM_IR
// test.kt:34 box
// test.kt:5 foo
// test.kt:6 foo
// test.kt:26 mightThrow
// test.kt:27 mightThrow
// test.kt:10 foo
// test.kt:11 foo
// test.kt:13 foo
// test.kt:14 foo
// test.kt:30 mightThrow2
// test.kt:31 mightThrow2
// test.kt:14 foo
// test.kt:18 foo
// test.kt:19 foo
// test.kt:13 foo
// test.kt:20 foo
// test.kt:35 box
// test.kt:36 box
// test.kt:5 foo
// test.kt:6 foo
// test.kt:26 mightThrow
// test.kt:27 mightThrow
// test.kt:10 foo
// test.kt:11 foo
// test.kt:13 foo
// test.kt:14 foo
// test.kt:30 mightThrow2
// test.kt:15 foo
// test.kt:16 foo
// test.kt:18 foo
// test.kt:19 foo
// test.kt:13 foo
// test.kt:20 foo
// test.kt:37 box
// test.kt:38 box
// test.kt:5 foo
// test.kt:6 foo
// test.kt:26 mightThrow
// test.kt:7 foo
// test.kt:8 foo
// test.kt:10 foo
// test.kt:27 mightThrow
// test.kt:28 mightThrow
// test.kt:11 foo
// test.kt:13 foo
// test.kt:12 foo
// test.kt:14 foo
// test.kt:30 mightThrow2
// test.kt:15 foo
// test.kt:16 foo
// test.kt:18 foo
// test.kt:31 mightThrow2
// test.kt:32 mightThrow2
// test.kt:15 foo
// test.kt:19 foo
// test.kt:13 foo
// test.kt:20 foo
// test.kt:14 foo
// test.kt:21 foo
// test.kt:36 box
// test.kt:37 box
// test.kt:6 foo
// test.kt:7 foo
// test.kt:27 mightThrow
// test.kt:28 mightThrow
// test.kt:11 foo
// test.kt:12 foo
// test.kt:14 foo
// test.kt:15 foo
// test.kt:31 mightThrow2
// test.kt:16 foo
// test.kt:17 foo
// test.kt:19 foo
// test.kt:20 foo
// test.kt:14 foo
// test.kt:21 foo
// test.kt:38 box
// test.kt:39 box
// test.kt:6 foo
// test.kt:7 foo
// test.kt:27 mightThrow
// test.kt:8 foo
// test.kt:9 foo
// test.kt:11 foo
// test.kt:12 foo
// test.kt:14 foo
// test.kt:15 foo
// test.kt:31 mightThrow2
// test.kt:16 foo
// test.kt:17 foo
// test.kt:19 foo
// test.kt:20 foo
// test.kt:14 foo
// test.kt:21 foo
// test.kt:40 box
// EXPECTATIONS JS_IR
// test.kt:34 box
// test.kt:6 foo
// test.kt:26 mightThrow
// test.kt:27 mightThrow
// test.kt:14 foo
// test.kt:30 mightThrow2
// test.kt:31 mightThrow2
// test.kt:13 foo
// test.kt:20 foo
// test.kt:35 box
// test.kt:36 box
// test.kt:6 foo
// test.kt:26 mightThrow
// test.kt:7 foo
// test.kt:27 mightThrow
// test.kt:14 foo
// test.kt:30 mightThrow2
// test.kt:30 mightThrow2
// test.kt:28 mightThrow
// test.kt:15 foo
// test.kt:16 foo
// test.kt:13 foo
// test.kt:20 foo
// test.kt:31 mightThrow2
// test.kt:32 mightThrow2
// test.kt:14 foo
// test.kt:21 foo
// test.kt:36 box
// test.kt:37 box
// test.kt:38 box
// test.kt:6 foo
// test.kt:26 mightThrow
// test.kt:26 mightThrow
// test.kt:7 foo
// test.kt:7 foo
// test.kt:14 foo
// test.kt:30 mightThrow2
// test.kt:30 mightThrow2
// test.kt:27 mightThrow
// test.kt:28 mightThrow
// test.kt:15 foo
// test.kt:31 mightThrow2
// test.kt:31 mightThrow2
// test.kt:16 foo
// test.kt:13 foo
// test.kt:20 foo
// test.kt:17 foo
// test.kt:14 foo
// test.kt:21 foo
// test.kt:38 box
// test.kt:39 box
// test.kt:7 foo
// test.kt:27 mightThrow
// test.kt:27 mightThrow
// test.kt:8 foo
// test.kt:8 foo
// test.kt:15 foo
// test.kt:31 mightThrow2
// test.kt:31 mightThrow2
// test.kt:16 foo
// test.kt:17 foo
// test.kt:14 foo
// test.kt:21 foo
// test.kt:40 box
+28 -26
View File
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
// Reason: KT-56755
// FILE: test.kt
fun foo(x: Any) {
@@ -18,36 +20,36 @@ fun box() {
}
// EXPECTATIONS JVM JVM_IR
// test.kt:15 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:17 box
// test.kt:6 foo
// test.kt:12 foo
// test.kt:16 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:7 foo
// test.kt:8 foo
// test.kt:12 foo
// test.kt:17 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:7 foo
// test.kt:10 foo
// test.kt:12 foo
// test.kt:14 foo
// test.kt:18 box
// test.kt:6 foo
// test.kt:7 foo
// test.kt:9 foo
// test.kt:10 foo
// test.kt:14 foo
// test.kt:19 box
// test.kt:6 foo
// test.kt:7 foo
// test.kt:9 foo
// test.kt:12 foo
// test.kt:14 foo
// test.kt:20 box
// EXPECTATIONS JS_IR
// test.kt:15 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:12 foo
// test.kt:16 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:12 foo
// test.kt:17 box
// test.kt:4 foo
// test.kt:5 foo
// test.kt:12 foo
// test.kt:18 box
// test.kt:6 foo
// test.kt:7 foo
// test.kt:14 foo
// test.kt:18 box
// test.kt:6 foo
// test.kt:7 foo
// test.kt:14 foo
// test.kt:19 box
// test.kt:6 foo
// test.kt:7 foo
// test.kt:14 foo
// test.kt:20 box
+11 -9
View File
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
// Reason: KT-56755
// FILE: test.kt
fun box() {
@@ -16,15 +18,15 @@ fun box() {
}
// EXPECTATIONS JVM JVM_IR
// test.kt:4 box
// test.kt:5 box
// test.kt:6 box
// test.kt:9 box
// test.kt:13 box
// test.kt:16 box
// test.kt:7 box
// test.kt:8 box
// test.kt:11 box
// test.kt:15 box
// test.kt:18 box
// EXPECTATIONS JS_IR
// test.kt:4 box
// test.kt:5 box
// test.kt:5 box
// test.kt:16 box
// test.kt:6 box
// test.kt:7 box
// test.kt:7 box
// test.kt:18 box