Disable IEEE754 tests with improper comparisons behaviour in Native
This commit is contained in:
committed by
Pavel Punegov
parent
1a7d366733
commit
39a65a099a
@@ -1,3 +1,4 @@
|
|||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
// IGNORE_BACKEND: JS_IR
|
// IGNORE_BACKEND: JS_IR
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
if (0.toByte().compareTo(-0.0) != 1) return "fail 1.1"
|
if (0.toByte().compareTo(-0.0) != 1) return "fail 1.1"
|
||||||
|
|||||||
+1
@@ -1,3 +1,4 @@
|
|||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
// IGNORE_BACKEND: JVM_IR
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// IGNORE_BACKEND: JS_IR
|
// IGNORE_BACKEND: JS_IR
|
||||||
fun eqDI(x: Any?, y: Any?) = x is Double? && y is Int? && x == y
|
fun eqDI(x: Any?, y: Any?) = x is Double? && y is Int? && x == y
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
// IGNORE_BACKEND: JVM_IR
|
// IGNORE_BACKEND: JVM_IR
|
||||||
// IGNORE_BACKEND: JS_IR
|
// IGNORE_BACKEND: JS_IR
|
||||||
// LANGUAGE_VERSION: 1.0
|
// LANGUAGE_VERSION: 1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user