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,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Fail: class kotlin.reflect.KClass
// TARGET_BACKEND: JVM
// WITH_REFLECT
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: assertEquals fails
// TARGET_BACKEND: JVM
// WITH_REFLECT
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: assertEquals fails (something wrong with argument order/mapping)
// TARGET_BACKEND: JVM
// WITH_REFLECT
package test
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: No annotations found on type argument
// TARGET_BACKEND: JVM
// WITH_REFLECT
@@ -1,5 +1,6 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: scripts aren't supported yet
// IGNORE_LIGHT_ANALYSIS
// WITH_STDLIB
// WITH_REFLECT
@@ -1,4 +1,6 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Fail, expected: kotlin.jvm.functions.Function1<java.util.List<java.lang.Double>, java.util.List<java.lang.Integer>>,
// actual: interface kotlin.jvm.functions.Function1
// TARGET_BACKEND: JVM
import java.util.Date
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Expected <class B>, actual <class A>
// TARGET_BACKEND: JVM
// WITH_REFLECT
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Fail J::prop == K::prop (these are different properties)
// TARGET_BACKEND: JVM
// WITH_REFLECT
@@ -1,5 +1,6 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Fail 2: kotlin.collections.List<kotlin.String!>
// WITH_REFLECT
// FILE: box.kt
@@ -1,5 +1,7 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Expected <test.C<java.lang.Object?, java.lang.Number> (Kotlin reflection is not available)>,
// actual <test.C<*, *> (Kotlin reflection is not available)>
// WITH_STDLIB
// FILE: box.kt
@@ -2,6 +2,8 @@
// !OPT_IN: kotlin.ExperimentalStdlibApi
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Expected <test.C<java.lang.Object?, java.lang.Number> (Kotlin reflection is not available)>,
// actual <test.C<*, *> (Kotlin reflection is not available)>
// WITH_STDLIB
// FILE: box.kt
@@ -1,5 +1,6 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Fail 1: test.C<*, *>
// WITH_REFLECT
// FILE: box.kt
@@ -2,6 +2,7 @@
// !OPT_IN: kotlin.ExperimentalStdlibApi
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Fail 1: test.C<*, *>
// WITH_REFLECT
// FILE: box.kt