[Test] Convert IGNORE: NATIVE directives in box tests "sealed"
^KT-59057 Merge-request: KT-MR-10763 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
f46761a241
commit
5c7d321e45
+4
-4
@@ -1,10 +1,10 @@
|
|||||||
// ALLOW_FILES_WITH_SAME_NAMES
|
// ALLOW_FILES_WITH_SAME_NAMES
|
||||||
|
|
||||||
// The test infrastructure for Kotlin/Native doesn't allow files with same names.
|
// The test infrastructure for Kotlin/Native doesn't allow files with same names.
|
||||||
// IGNORE_BACKEND: NATIVE
|
// TARGET_BACKEND: JVM
|
||||||
|
// TARGET_BACKEND: JVM_IR
|
||||||
// IGNORE_BACKEND: JS
|
// TARGET_BACKEND: JS_IR
|
||||||
// IGNORE_BACKEND: WASM
|
// K2 JS_IR MUTE_REASON: java.lang.NullPointerException at org.jetbrains.kotlin.fir.backend.Fir2IrClassifierStorage.getIrClassSymbol
|
||||||
// IGNORE_BACKEND_K2: JS_IR
|
// IGNORE_BACKEND_K2: JS_IR
|
||||||
|
|
||||||
// Test that if we have two different files with the same name in the same package, KT-54028 doesn't reproduce.
|
// Test that if we have two different files with the same name in the same package, KT-54028 doesn't reproduce.
|
||||||
|
|||||||
-6
@@ -37420,12 +37420,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
|||||||
runTest("compiler/testData/codegen/box/sealed/kt54028.kt");
|
runTest("compiler/testData/codegen/box/sealed/kt54028.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("kt54028_cursed.kt")
|
|
||||||
public void testKt54028_cursed() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/sealed/kt54028_cursed.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("multipleFiles_enabled.kt")
|
@TestMetadata("multipleFiles_enabled.kt")
|
||||||
public void testMultipleFiles_enabled() throws Exception {
|
public void testMultipleFiles_enabled() throws Exception {
|
||||||
|
|||||||
-6
@@ -38380,12 +38380,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
|||||||
runTest("compiler/testData/codegen/box/sealed/kt54028.kt");
|
runTest("compiler/testData/codegen/box/sealed/kt54028.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("kt54028_cursed.kt")
|
|
||||||
public void testKt54028_cursed() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/sealed/kt54028_cursed.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("multipleFiles_enabled.kt")
|
@TestMetadata("multipleFiles_enabled.kt")
|
||||||
public void testMultipleFiles_enabled() throws Exception {
|
public void testMultipleFiles_enabled() throws Exception {
|
||||||
|
|||||||
-6
@@ -36941,12 +36941,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
|||||||
runTest("compiler/testData/codegen/box/sealed/kt54028.kt");
|
runTest("compiler/testData/codegen/box/sealed/kt54028.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("kt54028_cursed.kt")
|
|
||||||
public void testKt54028_cursed() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/sealed/kt54028_cursed.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("multipleFiles_enabled.kt")
|
@TestMetadata("multipleFiles_enabled.kt")
|
||||||
public void testMultipleFiles_enabled() throws Exception {
|
public void testMultipleFiles_enabled() throws Exception {
|
||||||
|
|||||||
-6
@@ -37421,12 +37421,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
|||||||
runTest("compiler/testData/codegen/box/sealed/kt54028.kt");
|
runTest("compiler/testData/codegen/box/sealed/kt54028.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
@TestMetadata("kt54028_cursed.kt")
|
|
||||||
public void testKt54028_cursed() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/sealed/kt54028_cursed.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("multipleFiles_enabled.kt")
|
@TestMetadata("multipleFiles_enabled.kt")
|
||||||
public void testMultipleFiles_enabled() throws Exception {
|
public void testMultipleFiles_enabled() throws Exception {
|
||||||
|
|||||||
Generated
-5
@@ -30391,11 +30391,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
|||||||
runTest("compiler/testData/codegen/box/sealed/kt54028.kt");
|
runTest("compiler/testData/codegen/box/sealed/kt54028.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("kt54028_cursed.kt")
|
|
||||||
public void testKt54028_cursed() throws Exception {
|
|
||||||
runTest("compiler/testData/codegen/box/sealed/kt54028_cursed.kt");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("multipleFiles_enabled.kt")
|
@TestMetadata("multipleFiles_enabled.kt")
|
||||||
public void testMultipleFiles_enabled() throws Exception {
|
public void testMultipleFiles_enabled() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/sealed/multipleFiles_enabled.kt");
|
runTest("compiler/testData/codegen/box/sealed/multipleFiles_enabled.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user