[Test] Convert IGNORE: NATIVE directives in box tests from M to R

^KT-59057

Merge-request: KT-MR-10757
Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
Vladimir Sukharev
2023-06-23 14:15:48 +00:00
committed by Space Team
parent d0dc292c30
commit 7930885131
28 changed files with 102 additions and 521 deletions
@@ -26963,9 +26963,9 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
}
@Test
@TestMetadata("kt1047.kt")
public void testKt1047() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt1047.kt");
@TestMetadata("kt1047a.kt")
public void testKt1047a() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt1047a.kt");
}
@Test
@@ -26986,12 +26986,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/objects/kt1600.kt");
}
@Test
@TestMetadata("kt1737.kt")
public void testKt1737() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt1737.kt");
}
@Test
@TestMetadata("kt18982.kt")
public void testKt18982() throws Exception {
@@ -27010,12 +27004,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/objects/kt2663.kt");
}
@Test
@TestMetadata("kt2663_2.kt")
public void testKt2663_2() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt2663_2.kt");
}
@Test
@TestMetadata("kt2663_3.kt")
public void testKt2663_3() throws Exception {
@@ -27046,12 +27034,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/objects/kt32351.kt");
}
@Test
@TestMetadata("kt3238.kt")
public void testKt3238() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt3238.kt");
}
@Test
@TestMetadata("kt32749.kt")
public void testKt32749() throws Exception {
@@ -28348,12 +28330,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/primitiveTypes/kt665.kt");
}
@Test
@TestMetadata("kt684.kt")
public void testKt684() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/kt684.kt");
}
@Test
@TestMetadata("kt711.kt")
public void testKt711() throws Exception {
@@ -28414,12 +28390,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/primitiveTypes/kt887.kt");
}
@Test
@TestMetadata("kt935.kt")
public void testKt935() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/kt935.kt");
}
@Test
@TestMetadata("nullAsNullableIntIsNull.kt")
public void testNullAsNullableIntIsNull() throws Exception {
@@ -28456,12 +28426,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/primitiveTypes/stringEqualsHashCodeToString.kt");
}
@Test
@TestMetadata("substituteIntForGeneric.kt")
public void testSubstituteIntForGeneric() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/substituteIntForGeneric.kt");
}
@Test
@TestMetadata("unboxComparable.kt")
public void testUnboxComparable() throws Exception {
@@ -29038,12 +29002,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/properties/kt10729.kt");
}
@Test
@TestMetadata("kt1159.kt")
public void testKt1159() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt1159.kt");
}
@Test
@TestMetadata("kt1165.kt")
public void testKt1165() throws Exception {
@@ -29074,12 +29032,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/properties/kt1417.kt");
}
@Test
@TestMetadata("kt1714.kt")
public void testKt1714() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt1714.kt");
}
@Test
@TestMetadata("kt1714_minimal.kt")
public void testKt1714_minimal() throws Exception {
@@ -36591,12 +36543,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/regressions/Kt1149.kt");
}
@Test
@TestMetadata("kt1172.kt")
public void testKt1172() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt1172.kt");
}
@Test
@TestMetadata("kt13381.kt")
public void testKt13381() throws Exception {
@@ -27587,9 +27587,9 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
}
@Test
@TestMetadata("kt1047.kt")
public void testKt1047() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt1047.kt");
@TestMetadata("kt1047a.kt")
public void testKt1047a() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt1047a.kt");
}
@Test
@@ -27610,12 +27610,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/objects/kt1600.kt");
}
@Test
@TestMetadata("kt1737.kt")
public void testKt1737() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt1737.kt");
}
@Test
@TestMetadata("kt18982.kt")
public void testKt18982() throws Exception {
@@ -27634,12 +27628,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/objects/kt2663.kt");
}
@Test
@TestMetadata("kt2663_2.kt")
public void testKt2663_2() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt2663_2.kt");
}
@Test
@TestMetadata("kt2663_3.kt")
public void testKt2663_3() throws Exception {
@@ -27670,12 +27658,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/objects/kt32351.kt");
}
@Test
@TestMetadata("kt3238.kt")
public void testKt3238() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt3238.kt");
}
@Test
@TestMetadata("kt32749.kt")
public void testKt32749() throws Exception {
@@ -28996,12 +28978,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/primitiveTypes/kt665.kt");
}
@Test
@TestMetadata("kt684.kt")
public void testKt684() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/kt684.kt");
}
@Test
@TestMetadata("kt711.kt")
public void testKt711() throws Exception {
@@ -29062,12 +29038,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/primitiveTypes/kt887.kt");
}
@Test
@TestMetadata("kt935.kt")
public void testKt935() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/kt935.kt");
}
@Test
@TestMetadata("nullAsNullableIntIsNull.kt")
public void testNullAsNullableIntIsNull() throws Exception {
@@ -29104,12 +29074,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/primitiveTypes/stringEqualsHashCodeToString.kt");
}
@Test
@TestMetadata("substituteIntForGeneric.kt")
public void testSubstituteIntForGeneric() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/substituteIntForGeneric.kt");
}
@Test
@TestMetadata("unboxComparable.kt")
public void testUnboxComparable() throws Exception {
@@ -29698,12 +29662,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/properties/kt10729.kt");
}
@Test
@TestMetadata("kt1159.kt")
public void testKt1159() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt1159.kt");
}
@Test
@TestMetadata("kt1165.kt")
public void testKt1165() throws Exception {
@@ -29734,12 +29692,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/properties/kt1417.kt");
}
@Test
@TestMetadata("kt1714.kt")
public void testKt1714() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt1714.kt");
}
@Test
@TestMetadata("kt1714_minimal.kt")
public void testKt1714_minimal() throws Exception {
@@ -37525,12 +37477,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/regressions/Kt1149.kt");
}
@Test
@TestMetadata("kt1172.kt")
public void testKt1172() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt1172.kt");
}
@Test
@TestMetadata("kt13381.kt")
public void testKt13381() throws Exception {
@@ -26652,9 +26652,9 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
}
@Test
@TestMetadata("kt1047.kt")
public void testKt1047() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt1047.kt");
@TestMetadata("kt1047a.kt")
public void testKt1047a() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt1047a.kt");
}
@Test
@@ -26675,12 +26675,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/objects/kt1600.kt");
}
@Test
@TestMetadata("kt1737.kt")
public void testKt1737() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt1737.kt");
}
@Test
@TestMetadata("kt18982.kt")
public void testKt18982() throws Exception {
@@ -26699,12 +26693,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/objects/kt2663.kt");
}
@Test
@TestMetadata("kt2663_2.kt")
public void testKt2663_2() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt2663_2.kt");
}
@Test
@TestMetadata("kt2663_3.kt")
public void testKt2663_3() throws Exception {
@@ -26735,12 +26723,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/objects/kt32351.kt");
}
@Test
@TestMetadata("kt3238.kt")
public void testKt3238() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt3238.kt");
}
@Test
@TestMetadata("kt32749.kt")
public void testKt32749() throws Exception {
@@ -28025,12 +28007,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/primitiveTypes/kt665.kt");
}
@Test
@TestMetadata("kt684.kt")
public void testKt684() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/kt684.kt");
}
@Test
@TestMetadata("kt711.kt")
public void testKt711() throws Exception {
@@ -28091,12 +28067,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/primitiveTypes/kt887.kt");
}
@Test
@TestMetadata("kt935.kt")
public void testKt935() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/kt935.kt");
}
@Test
@TestMetadata("nullAsNullableIntIsNull.kt")
public void testNullAsNullableIntIsNull() throws Exception {
@@ -28133,12 +28103,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/primitiveTypes/stringEqualsHashCodeToString.kt");
}
@Test
@TestMetadata("substituteIntForGeneric.kt")
public void testSubstituteIntForGeneric() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/substituteIntForGeneric.kt");
}
@Test
@TestMetadata("unboxComparable.kt")
public void testUnboxComparable() throws Exception {
@@ -28709,12 +28673,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/properties/kt10729.kt");
}
@Test
@TestMetadata("kt1159.kt")
public void testKt1159() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt1159.kt");
}
@Test
@TestMetadata("kt1165.kt")
public void testKt1165() throws Exception {
@@ -28745,12 +28703,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/properties/kt1417.kt");
}
@Test
@TestMetadata("kt1714.kt")
public void testKt1714() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt1714.kt");
}
@Test
@TestMetadata("kt1714_minimal.kt")
public void testKt1714_minimal() throws Exception {
@@ -36125,12 +36077,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/regressions/Kt1149.kt");
}
@Test
@TestMetadata("kt1172.kt")
public void testKt1172() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt1172.kt");
}
@Test
@TestMetadata("kt13381.kt")
public void testKt13381() throws Exception {
@@ -26964,9 +26964,9 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
}
@Test
@TestMetadata("kt1047.kt")
public void testKt1047() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt1047.kt");
@TestMetadata("kt1047a.kt")
public void testKt1047a() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt1047a.kt");
}
@Test
@@ -26987,12 +26987,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/objects/kt1600.kt");
}
@Test
@TestMetadata("kt1737.kt")
public void testKt1737() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt1737.kt");
}
@Test
@TestMetadata("kt18982.kt")
public void testKt18982() throws Exception {
@@ -27011,12 +27005,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/objects/kt2663.kt");
}
@Test
@TestMetadata("kt2663_2.kt")
public void testKt2663_2() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt2663_2.kt");
}
@Test
@TestMetadata("kt2663_3.kt")
public void testKt2663_3() throws Exception {
@@ -27047,12 +27035,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/objects/kt32351.kt");
}
@Test
@TestMetadata("kt3238.kt")
public void testKt3238() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt3238.kt");
}
@Test
@TestMetadata("kt32749.kt")
public void testKt32749() throws Exception {
@@ -28349,12 +28331,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/primitiveTypes/kt665.kt");
}
@Test
@TestMetadata("kt684.kt")
public void testKt684() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/kt684.kt");
}
@Test
@TestMetadata("kt711.kt")
public void testKt711() throws Exception {
@@ -28415,12 +28391,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/primitiveTypes/kt887.kt");
}
@Test
@TestMetadata("kt935.kt")
public void testKt935() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/kt935.kt");
}
@Test
@TestMetadata("nullAsNullableIntIsNull.kt")
public void testNullAsNullableIntIsNull() throws Exception {
@@ -28457,12 +28427,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/primitiveTypes/stringEqualsHashCodeToString.kt");
}
@Test
@TestMetadata("substituteIntForGeneric.kt")
public void testSubstituteIntForGeneric() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/substituteIntForGeneric.kt");
}
@Test
@TestMetadata("unboxComparable.kt")
public void testUnboxComparable() throws Exception {
@@ -29039,12 +29003,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/properties/kt10729.kt");
}
@Test
@TestMetadata("kt1159.kt")
public void testKt1159() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt1159.kt");
}
@Test
@TestMetadata("kt1165.kt")
public void testKt1165() throws Exception {
@@ -29075,12 +29033,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/properties/kt1417.kt");
}
@Test
@TestMetadata("kt1714.kt")
public void testKt1714() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt1714.kt");
}
@Test
@TestMetadata("kt1714_minimal.kt")
public void testKt1714_minimal() throws Exception {
@@ -36592,12 +36544,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/regressions/Kt1149.kt");
}
@Test
@TestMetadata("kt1172.kt")
public void testKt1172() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt1172.kt");
}
@Test
@TestMetadata("kt13381.kt")
public void testKt13381() throws Exception {