Skip to content

Commit 27bf51c

Browse files
committed
All multifile class tests should have 'TARGET_BACKEND: JVM' directive.
1 parent 6a68eb2 commit 27bf51c

26 files changed

+25
-371
lines changed

compiler/testData/codegen/box/multifileClasses/callMultifileClassMemberFromOtherPackage.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
1+
// TARGET_BACKEND: JVM
32

43
// WITH_RUNTIME
54
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/callsToMultifileClassFromOtherPackage.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// FILE: 1.kt
64

compiler/testData/codegen/box/multifileClasses/constPropertyReferenceFromMultifileClass.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_REFLECT
53
// FILE: 1.kt
64

compiler/testData/codegen/box/multifileClasses/inlineMultifileClassMemberFromOtherPackage.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// FILE: box.kt
64

compiler/testData/codegen/box/multifileClasses/kt16077.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// IGNORE_BACKEND: JS
1+
// TARGET_BACKEND: JVM
22
// WITH_RUNTIME
33

44
@file:JvmMultifileClass

compiler/testData/codegen/box/multifileClasses/multifileClassPartsInitialization.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// FILE: box.kt
64

compiler/testData/codegen/box/multifileClasses/multifileClassWith2Files.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// FILE: Baz.java
64

compiler/testData/codegen/box/multifileClasses/multifileClassWithCrossCall.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// FILE: Baz.java
64

compiler/testData/codegen/box/multifileClasses/multifileClassWithPrivate.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// FILE: Baz.java
64

compiler/testData/codegen/box/multifileClasses/optimized/callableRefToFun.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/optimized/callableRefToInternalValInline.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/optimized/callableRefToPrivateVal.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/optimized/callableRefToVal.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/optimized/calls.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: Baz.java

compiler/testData/codegen/box/multifileClasses/optimized/deferredStaticInitialization.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/optimized/delegatedVal.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/optimized/initializePrivateVal.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/optimized/initializePublicVal.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/optimized/overlappingFuns.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/optimized/overlappingVals.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/optimized/valAccessFromInlineFunCalledFromJava.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/optimized/valAccessFromInlinedToDifferentPackage.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/optimized/valWithAccessor.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// KOTLIN_CONFIGURATION_FLAGS: +JVM.INHERIT_MULTIFILE_PARTS
64
// FILE: box.kt

compiler/testData/codegen/box/multifileClasses/privateConstVal.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// FILE: foo.kt
64
@file:JvmName("Util")

compiler/testData/codegen/box/multifileClasses/samePartNameDifferentFacades.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// TODO: muted automatically, investigate should it be ran for JS or not
2-
// IGNORE_BACKEND: JS
3-
1+
// TARGET_BACKEND: JVM
42
// WITH_RUNTIME
53
// FILE: 1/part.kt
64

0 commit comments

Comments
 (0)