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: List is empty for val argumentType = mycType.arguments.single().type!!
// TARGET_BACKEND: JVM
// WITH_REFLECT
// MODULE: lib
@@ -1,5 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// ^ TODO decide if we want to fix KT-42020 for FIR as well
// FIR status: Validation failed. TODO decide if we want to fix KT-42020 for FIR as well
// MODULE: lib
// FILE: a.kt
package a
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: class should be regenerated, but test.AKt$sam$i$java_util_concurrent_Callable$0
// FULL_JDK
// WITH_STDLIB
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: class should be regenerated, but test.AKt$sam$i$java_util_concurrent_Callable$0
// FULL_JDK
// WITH_STDLIB
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: fail 1 : class test.AKt$test$1$1 == class test.AKt$test$1$1
// TARGET_BACKEND: JVM
// WITH_STDLIB
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: fail 1 : class test.AKt$test$1$1 == class test.AKt$test$1$1
// TARGET_BACKEND: JVM
// WITH_STDLIB
@@ -1,5 +1,6 @@
// !JVM_DEFAULT_MODE: all-compatibility
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: FailK
// TARGET_BACKEND: JVM
// JVM_TARGET: 1.8
// WITH_STDLIB
@@ -1,5 +1,6 @@
// !JVM_DEFAULT_MODE: all-compatibility
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: failK
// TARGET_BACKEND: JVM
// JVM_TARGET: 1.8
// WITH_STDLIB
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: fail
// FULL_JDK
// MODULE: lib
// !JVM_DEFAULT_MODE: disable
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: AbstractMethodError: UnspecializedFromDerived.test(Ljava/lang/Object;)Ljava/lang/Object;
// WITH_STDLIB
// JVM_TARGET: 1.8
// MODULE: lib
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: AbstractMethodError: Method Foo.call()Ljava/util/List; is abstract
// FULL_JDK
// WITH_STDLIB
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: AbstractMethodError: Foo.call()Ljava/util/List;
// FULL_JDK
// WITH_STDLIB
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: AbstractMethodError: KInterface.superCall()Ljava/util/List;
// FULL_JDK
// WITH_STDLIB
// JVM_TARGET: 1.8
@@ -1,5 +1,6 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: BKt$box$get$1 cannot be cast to kotlin.reflect.KMutableProperty0
// WITH_STDLIB
// MODULE: lib
// FILE: A.kt
@@ -1,4 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: expect/actual in the same module (ACTUAL_WITHOUT_EXPECT)
// !LANGUAGE: +MultiPlatformProjects
// !OPT_IN: kotlin.ExperimentalMultiplatform
// TARGET_BACKEND: JVM