Disable IEEE754 tests with improper comparisons behaviour in Native

This commit is contained in:
Pavel Punegov
2018-08-09 14:18:39 +03:00
committed by Pavel Punegov
parent 1a7d366733
commit 39a65a099a
3 changed files with 3 additions and 0 deletions
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: NATIVE
// IGNORE_BACKEND: JS_IR
fun box(): String {
if (0.toByte().compareTo(-0.0) != 1) return "fail 1.1"
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: NATIVE
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
fun eqDI(x: Any?, y: Any?) = x is Double? && y is Int? && x == y
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: NATIVE
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
// LANGUAGE_VERSION: 1.0