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,6 +1,6 @@
// TARGET_BACKEND: JVM
// v-- fir2ir produces an IrFunctionReference of type KProperty0 instead of an IrPropertyReference
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: REPEATED_ANNOTATION at val y9; fir2ir produces an IrFunctionReference of type KProperty0 instead of an IrPropertyReference
// WITH_REFLECT
// WITH_STDLIB
// FILE: J.java
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: not supported in JVM
// IGNORE_BACKEND: NATIVE
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
@@ -1,5 +1,8 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: V
// Caused by: java.lang.AssertionError: Unexpected IR element found during code generation. Either code generation for it is not implemented, or it should have been lowered:
// FUNCTION_REFERENCE 'public open fun getFoo (): @[FlexibleNullability] kotlin.String? declared in <root>.J' type=kotlin.reflect.KMutableProperty0<@[FlexibleNullability] kotlin.String?> origin=null reflectionTarget=<same>
// WITH_STDLIB
// MODULE: jjj
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Fail: property.set should cause IllegalCallableAccessException
// TARGET_BACKEND: JVM
// WITH_REFLECT
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: in progress (delegate branch)
// WITH_STDLIB
import kotlin.reflect.KProperty
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: not supported in JVM IR
// IGNORE_BACKEND: JVM_IR
import kotlin.reflect.KProperty
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: in progress (delegate branch)
import kotlin.reflect.KProperty
class TypeInference {