[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
@@ -23952,9 +23952,9 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
}
@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
@@ -23975,12 +23975,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
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 {
@@ -23999,12 +23993,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
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 {
@@ -24035,12 +24023,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
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 {
@@ -25307,12 +25289,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
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 {
@@ -25373,12 +25349,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
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 {
@@ -25415,12 +25385,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
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 {
@@ -25997,12 +25961,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
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 {
@@ -26033,12 +25991,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
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 {
@@ -33193,12 +33145,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
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 {
@@ -23952,9 +23952,9 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
}
@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
@@ -23975,12 +23975,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
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 {
@@ -23999,12 +23993,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
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 {
@@ -24035,12 +24023,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
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 {
@@ -25307,12 +25289,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
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 {
@@ -25373,12 +25349,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
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 {
@@ -25415,12 +25385,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
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 {
@@ -25997,12 +25961,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
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 {
@@ -26033,12 +25991,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
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 {
@@ -33193,12 +33145,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
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 {
@@ -23952,9 +23952,9 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
}
@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
@@ -23975,12 +23975,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
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 {
@@ -23999,12 +23993,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
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 {
@@ -24035,12 +24023,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
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 {
@@ -25307,12 +25289,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
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 {
@@ -25373,12 +25349,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
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 {
@@ -25415,12 +25385,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
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 {
@@ -25997,12 +25961,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
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 {
@@ -26033,12 +25991,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
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 {
@@ -33193,12 +33145,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
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 {