FIR: add status line to all failing black box tests
This commit is contained in:
committed by
TeamCityServer
parent
d0d1c8c4b9
commit
cf104c8433
Vendored
+1
@@ -1,5 +1,6 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: AE: Argument 1: expected R, but found I at INVOKEINTERFACE Sam.get
|
||||
// JVM_TARGET: 1.8
|
||||
// SAM_CONVERSIONS: INDY
|
||||
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
// 1 java/lang/invoke/LambdaMetafactory
|
||||
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// ^ OVERLOAD_RESOLUTION_AMBIGUITY: Overload resolution ambiguity between candidates: [kotlin/collections/plus, kotlin/collections/plus]
|
||||
// FIR status: OVERLOAD_RESOLUTION_AMBIGUITY: Overload resolution ambiguity between candidates: [kotlin/collections/plus, kotlin/collections/plus]
|
||||
|
||||
// FILE: multifileClassMemberFromStdlib.kt
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
// IGNORE_BACKEND: ANDROID
|
||||
// ^ uses API not implemented on minSdkVersion 19
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// ^ fir2ir creates an IrConst(value=2, type=@EnhancedNullability Int), which
|
||||
// FIR status: fir2ir creates an IrConst(value=2, type=@EnhancedNullability Int), which
|
||||
// the backend generates as an int instead of Integer
|
||||
// WITH_STDLIB
|
||||
// JVM_TARGET: 1.8
|
||||
|
||||
Reference in New Issue
Block a user