Ignore tests that are currently not working with IR inliner

This commit is contained in:
Ivan Kylchik
2022-12-08 18:26:00 +01:00
committed by Space Team
parent 86b3ec73d1
commit b812a6c6f5
46 changed files with 73 additions and 21 deletions
+1
View File
@@ -1,5 +1,6 @@
// WITH_STDLIB
// CHECK_BYTECODE_LISTING
// IGNORE_INLINER: IR
import kotlin.coroutines.*
@@ -3,6 +3,7 @@
// WITH_COROUTINES
// IGNORE_BACKEND: JVM
// IGNORE_LIGHT_ANALYSIS
// IGNORE_INLINER: IR
// `lambda` should not be wrapped in yet another object (so no OnInlineArgumentKt$box$1$1).
// CHECK_BYTECODE_LISTING
@@ -1,3 +1,4 @@
// IGNORE_INLINER: IR
// WITH_STDLIB
// WITH_COROUTINES
// CHECK_BYTECODE_LISTING
@@ -1,3 +1,4 @@
// IGNORE_INLINER: IR
// WITH_STDLIB
// WITH_COROUTINES
// CHECK_BYTECODE_LISTING
@@ -1,4 +1,5 @@
// TARGET_BACKEND: JVM
// IGNORE_INLINER: IR
// FULL_JDK
// WITH_STDLIB
// WITH_COROUTINES