[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
@@ -21297,9 +21297,9 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/objects/interfaceCompanionObjectReference.kt");
}
@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");
}
@TestMetadata("kt11117.kt")
@@ -21317,11 +21317,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/objects/kt1600.kt");
}
@TestMetadata("kt1737.kt")
public void testKt1737() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt1737.kt");
}
@TestMetadata("kt18982.kt")
public void testKt18982() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt18982.kt");
@@ -21337,11 +21332,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/objects/kt2663.kt");
}
@TestMetadata("kt2663_2.kt")
public void testKt2663_2() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt2663_2.kt");
}
@TestMetadata("kt2663_3.kt")
public void testKt2663_3() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt2663_3.kt");
@@ -21367,11 +21357,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/objects/kt32351.kt");
}
@TestMetadata("kt3238.kt")
public void testKt3238() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt3238.kt");
}
@TestMetadata("kt32749.kt")
public void testKt32749() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt32749.kt");
@@ -22478,11 +22463,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/primitiveTypes/kt665.kt");
}
@TestMetadata("kt684.kt")
public void testKt684() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/kt684.kt");
}
@TestMetadata("kt711.kt")
public void testKt711() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/kt711.kt");
@@ -22533,11 +22513,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/primitiveTypes/kt887.kt");
}
@TestMetadata("kt935.kt")
public void testKt935() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/kt935.kt");
}
@TestMetadata("nullAsNullableIntIsNull.kt")
public void testNullAsNullableIntIsNull() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/nullAsNullableIntIsNull.kt");
@@ -22568,11 +22543,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/primitiveTypes/stringEqualsHashCodeToString.kt");
}
@TestMetadata("substituteIntForGeneric.kt")
public void testSubstituteIntForGeneric() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/substituteIntForGeneric.kt");
}
@TestMetadata("unboxComparable.kt")
public void testUnboxComparable() throws Exception {
runTest("compiler/testData/codegen/box/primitiveTypes/unboxComparable.kt");
@@ -23066,11 +23036,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/properties/kt10729.kt");
}
@TestMetadata("kt1159.kt")
public void testKt1159() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt1159.kt");
}
@TestMetadata("kt1165.kt")
public void testKt1165() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt1165.kt");
@@ -23096,11 +23061,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/properties/kt1417.kt");
}
@TestMetadata("kt1714.kt")
public void testKt1714() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt1714.kt");
}
@TestMetadata("kt1714_minimal.kt")
public void testKt1714_minimal() throws Exception {
runTest("compiler/testData/codegen/box/properties/kt1714_minimal.kt");
@@ -29642,11 +29602,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/regressions/Kt1149.kt");
}
@TestMetadata("kt1172.kt")
public void testKt1172() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt1172.kt");
}
@TestMetadata("kt13381.kt")
public void testKt13381() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt13381.kt");