From 8ec33334a43a537291432f0cb786629daedda2b9 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Thu, 19 Jan 2017 15:44:38 +0300 Subject: [PATCH] backend/tests: Enable some tests in the binaryOp group --- .../codegen/blackbox/binaryOp/compareWithBoxedDouble.kt | 7 +++++-- .../codegen/blackbox/binaryOp/compareWithBoxedLong.kt | 2 +- .../external/codegen/blackbox/binaryOp/divisionByZero.kt | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt index c30db01e13f..553773be648 100644 --- a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt +++ b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt @@ -1,6 +1,9 @@ -// IGNORE_BACKEND: JS, NATIVE +// IGNORE_BACKEND: JS // reason - multifile tests are not supported in JS tests -//FILE: Holder.java +// IGNORE_BACKEND: NATIVE +// reason - no java interop. Consider testing by another way + +//FILE: Holder.kt class Holder { public Double value; diff --git a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt index 68260ff21f4..14a07fe1eb3 100644 --- a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt +++ b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS, NATIVE +// IGNORE_BACKEND: JS // reason - multifile tests are not supported in JS tests //FILE: JavaClass.java diff --git a/backend.native/tests/external/codegen/blackbox/binaryOp/divisionByZero.kt b/backend.native/tests/external/codegen/blackbox/binaryOp/divisionByZero.kt index 328e6785b0c..1daa188f030 100644 --- a/backend.native/tests/external/codegen/blackbox/binaryOp/divisionByZero.kt +++ b/backend.native/tests/external/codegen/blackbox/binaryOp/divisionByZero.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS, NATIVE +// IGNORE_BACKEND: JS // reason - no ArithmeticException in JS fun box(): String { val a1 = 0