Skip to content

Commit fe047f9

Browse files
tihonovcoreromanart
authored andcommitted
[JS BE] mutes tests for JS_IR_ES6, which muted for JS_IR
1 parent fe65045 commit fe047f9

File tree

472 files changed

+473
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

472 files changed

+473
-4
lines changed

compiler/testData/codegen/box/annotations/parameters.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// IGNORE_BACKEND_FIR: JVM_IR
22
// IGNORE_BACKEND: JS_IR
3+
// IGNORE_BACKEND: JS_IR_ES6
34
// TODO: muted automatically, investigate should it be ran for JS or not
45
// IGNORE_BACKEND: JS, NATIVE
56

compiler/testData/codegen/box/arrays/arraysAreCloneable.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// IGNORE_BACKEND: JS_IR
2+
// IGNORE_BACKEND: JS_IR_ES6
23
// TODO: muted automatically, investigate should it be ran for JS or not
34
// IGNORE_BACKEND: JS, NATIVE
45

compiler/testData/codegen/box/arrays/cloneArray.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// IGNORE_BACKEND: JS_IR
2+
// IGNORE_BACKEND: JS_IR_ES6
23
// TODO: muted automatically, investigate should it be ran for JS or not
34
// IGNORE_BACKEND: JS, NATIVE
45

compiler/testData/codegen/box/arrays/clonePrimitiveArrays.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// IGNORE_BACKEND: JS_IR
2+
// IGNORE_BACKEND: JS_IR_ES6
23
// TODO: muted automatically, investigate should it be ran for JS or not
34
// IGNORE_BACKEND: JS, NATIVE
45

compiler/testData/codegen/box/arrays/kt503.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// IGNORE_BACKEND: JS_IR
2+
// IGNORE_BACKEND: JS_IR_ES6
23
// TODO: muted automatically, investigate should it be ran for JS or not
34
// IGNORE_BACKEND: JS
45

compiler/testData/codegen/box/arrays/kt7338.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// IGNORE_BACKEND: NATIVE
22
// IGNORE_BACKEND: JS_IR
3+
// IGNORE_BACKEND: JS_IR_ES6
34
// TODO: muted automatically, investigate should it be ran for JS or not
45
// IGNORE_BACKEND: JS
56

compiler/testData/codegen/box/assert/alwaysDisable.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// IGNORE_BACKEND: NATIVE
22
// IGNORE_BACKEND: JS_IR
3+
// IGNORE_BACKEND: JS_IR_ES6
34
// IGNORE_BACKEND: JS
45
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=always-disable
56
// WITH_RUNTIME

compiler/testData/codegen/box/assert/alwaysEnable.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// IGNORE_BACKEND: JS_IR
2+
// IGNORE_BACKEND: JS_IR_ES6
23
// IGNORE_BACKEND: JS
34
// KOTLIN_CONFIGURATION_FLAGS: ASSERTIONS_MODE=always-enable
45
// WITH_RUNTIME

compiler/testData/codegen/box/binaryOp/divisionByZero.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// IGNORE_BACKEND: JS_IR
2+
// IGNORE_BACKEND: JS_IR_ES6
23
// IGNORE_BACKEND: JS
34
// reason - no error from division by zero in JS
45

compiler/testData/codegen/box/binaryOp/eqNullableDoublesToInt.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// It doesn't work on JS due to how numbers are represented, but it could be changed in the future.
33
// IGNORE_BACKEND: JS
44
// IGNORE_BACKEND: JS_IR
5+
// IGNORE_BACKEND: JS_IR_ES6
56

67
fun eq_double_any(a: Double, b: Any) = a == b
78

0 commit comments

Comments
 (0)