FIR: add status line to all failing black box tests

This commit is contained in:
Mikhail Glukhikh
2021-11-19 13:30:33 +03:00
committed by TeamCityServer
parent d0d1c8c4b9
commit cf104c8433
176 changed files with 184 additions and 24 deletions
@@ -1,5 +1,6 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: OVERLOAD_RESOLUTION_AMBIGUITY on sub.foo {}
// WITH_STDLIB
// MODULE: lib
// FILE: Super.java
@@ -1,6 +1,7 @@
// TARGET_BACKEND: JVM
// !LANGUAGE: -ProhibitOperatorMod
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: don't support legacy feature
// MODULE: lib
// FILE: Java.java
@@ -1,5 +1,6 @@
// !LANGUAGE: -ProhibitVarargAsArrayAfterSamArgument
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: don't support legacy feature
// TARGET_BACKEND: JVM
// FILE: Test.java
+1 -1
View File
@@ -1,6 +1,6 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// java.lang.UnsupportedOperationException: This function has a reified type parameter and thus can only be inlined at compilation time,
// FIR status: java.lang.UnsupportedOperationException: This function has a reified type parameter and thus can only be inlined at compilation time,
// not called directly.
// at kotlin.jvm.internal.Intrinsics.throwUndefinedForReified(Intrinsics.java:207)
// at kotlin.jvm.internal.Intrinsics.throwUndefinedForReified(Intrinsics.java:201)
@@ -1,5 +1,6 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: ARGUMENT_TYPE_MISMATCH on J.foo { ... }
// SAM_CONVERSIONS: CLASS
// ^ test checks reflection for synthetic classes
// FILE: J.java