FIR: add status line to all failing black box tests
This commit is contained in:
committed by
TeamCityServer
parent
d0d1c8c4b9
commit
cf104c8433
@@ -1,5 +1,6 @@
|
||||
// LANGUAGE: -ProhibitSimplificationOfNonTrivialConstBooleanExpressions
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: don't support legacy feature
|
||||
fun box() : String = when (true) {
|
||||
((true)) -> "OK"
|
||||
(1 == 2) -> "Not ok"
|
||||
|
||||
+1
@@ -1,5 +1,6 @@
|
||||
// !LANGUAGE: +VariableDeclarationInWhenSubject +ProperIeee754Comparisons
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// FIR status: y is Double but not 0.0
|
||||
|
||||
val az: Any = -0.0
|
||||
val afz: Any = -0.0f
|
||||
|
||||
Reference in New Issue
Block a user