Unmute additional FIR black box tests
This was result of comparison commits together (?) with override commits
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
|
||||||
val minus: Any = -0.0
|
val minus: Any = -0.0
|
||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
|
|||||||
-1
@@ -1,5 +1,4 @@
|
|||||||
// !LANGUAGE: +ProperIeee754Comparisons
|
// !LANGUAGE: +ProperIeee754Comparisons
|
||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
|
||||||
|
|
||||||
val minus: Any = -0.0
|
val minus: Any = -0.0
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
if ((-0.0 as Comparable<Double>) >= 0.0) return "fail 0"
|
if ((-0.0 as Comparable<Double>) >= 0.0) return "fail 0"
|
||||||
if ((-0.0F as Comparable<Float>) >= 0.0F) return "fail 1"
|
if ((-0.0F as Comparable<Float>) >= 0.0F) return "fail 1"
|
||||||
|
|||||||
-1
@@ -1,5 +1,4 @@
|
|||||||
// !LANGUAGE: +ProperIeee754Comparisons
|
// !LANGUAGE: +ProperIeee754Comparisons
|
||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
|
||||||
|
|
||||||
fun ltDD(x: Comparable<Double>, y: Double) =
|
fun ltDD(x: Comparable<Double>, y: Double) =
|
||||||
x is Double && x < y
|
x is Double && x < y
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND_FIR: JVM_IR
|
|
||||||
// KJS_WITH_FULL_RUNTIME
|
// KJS_WITH_FULL_RUNTIME
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val l = ArrayList<Int>()
|
val l = ArrayList<Int>()
|
||||||
|
|||||||
Reference in New Issue
Block a user