backend/tests: Ignore binaryOp/compareWithBoxed... tests

This commit is contained in:
Ilya Matveev
2017-01-20 15:25:02 +03:00
parent 4765a20ae8
commit 7f911b8085
2 changed files with 5 additions and 2 deletions
@@ -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;
@@ -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 {