backend/tests: Enable some tests in the binaryOp group
This commit is contained in:
+5
-2
@@ -1,6 +1,9 @@
|
|||||||
// IGNORE_BACKEND: JS, NATIVE
|
// IGNORE_BACKEND: JS
|
||||||
// reason - multifile tests are not supported in JS tests
|
// 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 {
|
class Holder {
|
||||||
public Double value;
|
public Double value;
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
// IGNORE_BACKEND: JS, NATIVE
|
// IGNORE_BACKEND: JS
|
||||||
// reason - multifile tests are not supported in JS tests
|
// reason - multifile tests are not supported in JS tests
|
||||||
//FILE: JavaClass.java
|
//FILE: JavaClass.java
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// IGNORE_BACKEND: JS, NATIVE
|
// IGNORE_BACKEND: JS
|
||||||
// reason - no ArithmeticException in JS
|
// reason - no ArithmeticException in JS
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
val a1 = 0
|
val a1 = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user