From 7f911b8085b6f396d8744bceca96740971df27f1 Mon Sep 17 00:00:00 2001 From: Ilya Matveev Date: Fri, 20 Jan 2017 15:25:02 +0300 Subject: [PATCH] backend/tests: Ignore binaryOp/compareWithBoxed... tests --- .../codegen/blackbox/binaryOp/compareWithBoxedDouble.kt | 4 ++-- .../codegen/blackbox/binaryOp/compareWithBoxedLong.kt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt index 553773be648..a1040aac132 100644 --- a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt +++ b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedDouble.kt @@ -1,9 +1,9 @@ // IGNORE_BACKEND: JS // reason - multifile tests are not supported in JS tests // IGNORE_BACKEND: NATIVE -// reason - no java interop. Consider testing by another way +// reason - no java interop. -//FILE: Holder.kt +//FILE: Holder.java 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 14a07fe1eb3..68c226c8295 100644 --- a/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt +++ b/backend.native/tests/external/codegen/blackbox/binaryOp/compareWithBoxedLong.kt @@ -1,5 +1,8 @@ // IGNORE_BACKEND: JS // reason - multifile tests are not supported in JS tests +// IGNORE_BACKEND: NATIVE +// reason - no java interop. + //FILE: JavaClass.java class JavaClass {