backend/tests: Ignore binaryOp/compareWithBoxed... tests
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
// IGNORE_BACKEND: JS
|
// IGNORE_BACKEND: JS
|
||||||
// reason - multifile tests are not supported in JS tests
|
// reason - multifile tests are not supported in JS tests
|
||||||
// IGNORE_BACKEND: NATIVE
|
// IGNORE_BACKEND: NATIVE
|
||||||
// reason - no java interop. Consider testing by another way
|
// reason - no java interop.
|
||||||
|
|
||||||
//FILE: Holder.kt
|
//FILE: Holder.java
|
||||||
|
|
||||||
class Holder {
|
class Holder {
|
||||||
public Double value;
|
public Double value;
|
||||||
|
|||||||
+3
@@ -1,5 +1,8 @@
|
|||||||
// IGNORE_BACKEND: JS
|
// IGNORE_BACKEND: JS
|
||||||
// reason - multifile tests are not supported in JS tests
|
// reason - multifile tests are not supported in JS tests
|
||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
|
// reason - no java interop.
|
||||||
|
|
||||||
//FILE: JavaClass.java
|
//FILE: JavaClass.java
|
||||||
|
|
||||||
class JavaClass {
|
class JavaClass {
|
||||||
|
|||||||
Reference in New Issue
Block a user