Test infra: refactor IGNORE_BACKEND directive
treat it as a general one, introduce *_K1 and *_K2 variants for more specific ignoring
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM, JVM_IR
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: not supported in JVM
|
||||
|
||||
package foo
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
// WITH_STDLIB
|
||||
|
||||
// On JVM, isInitialized on a property from another file is forbidden because lateinit-ness is not included in the an ABI of a property.
|
||||
// IGNORE_BACKEND: JVM, JVM_IR
|
||||
// IGNORE_BACKEND_K1: JVM, JVM_IR
|
||||
// IGNORE_LIGHT_ANALYSIS
|
||||
|
||||
// FILE: A.kt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user