backend/tests: Ignore binaryOp/compareWithBoxed... tests
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
+3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user