diff --git a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/classDeclaration.kt b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/classDeclaration.kt index 32360a11632..95c36613ab7 100644 --- a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/classDeclaration.kt +++ b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/classDeclaration.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // MODULE: lib // FILE: 2.kt abstract class A { diff --git a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/functionDeclaration.kt b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/functionDeclaration.kt index e70cf828984..11cc73014c7 100644 --- a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/functionDeclaration.kt +++ b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/functionDeclaration.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // MODULE: lib // FILE: 2.kt fun a() = "OK" diff --git a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/lateinitMemberPropertyDeclaration.kt b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/lateinitMemberPropertyDeclaration.kt index 40d218d011c..97611b09dcf 100644 --- a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/lateinitMemberPropertyDeclaration.kt +++ b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/lateinitMemberPropertyDeclaration.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // MODULE: lib // FILE: 2.kt abstract class A { diff --git a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/memberFunctionDeclaration.kt b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/memberFunctionDeclaration.kt index 79ab837eb03..b2729bb3047 100644 --- a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/memberFunctionDeclaration.kt +++ b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/memberFunctionDeclaration.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // MODULE: lib // FILE: 2.kt abstract class A { diff --git a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/memberFunctionWithDefaultArgumentsDeclaration.kt b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/memberFunctionWithDefaultArgumentsDeclaration.kt index 7ddc9391e35..4e3dc5af270 100644 --- a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/memberFunctionWithDefaultArgumentsDeclaration.kt +++ b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/memberFunctionWithDefaultArgumentsDeclaration.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // MODULE: lib // FILE: 2.kt abstract class A { diff --git a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/memberPropertyDeclaration.kt b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/memberPropertyDeclaration.kt index e9ed91496b4..5cfb6c964a1 100644 --- a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/memberPropertyDeclaration.kt +++ b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/memberPropertyDeclaration.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // MODULE: lib // FILE: 2.kt abstract class A { diff --git a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/nestedClassDeclaration.kt b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/nestedClassDeclaration.kt index c2d82d06b41..2242fbf76c3 100644 --- a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/nestedClassDeclaration.kt +++ b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/nestedClassDeclaration.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS_IR // MODULE: lib // FILE: 2.kt diff --git a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/propertyDeclaration.kt b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/propertyDeclaration.kt index 1c0f9bb2a59..2d1f36731a7 100644 --- a/compiler/testData/codegen/box/sameFileInSourceAndDependencies/propertyDeclaration.kt +++ b/compiler/testData/codegen/box/sameFileInSourceAndDependencies/propertyDeclaration.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND: JS_IR // MODULE: lib // FILE: 2.kt