[Test] Convert IGNORE: NATIVE directives in box tests specialBuiltins
^KT-59057 Merge-request: KT-MR-10760 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
c3746652a4
commit
503cd6196c
-24
@@ -37933,12 +37933,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/bridges.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("commonBridgesTarget.kt")
|
||||
public void testCommonBridgesTarget() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/commonBridgesTarget.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("emptyList.kt")
|
||||
public void testEmptyList() throws Exception {
|
||||
@@ -37957,12 +37951,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/emptyStringMap.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("entrySetSOE.kt")
|
||||
public void testEntrySetSOE() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/entrySetSOE.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("enumAsOrdinaled.kt")
|
||||
public void testEnumAsOrdinaled() throws Exception {
|
||||
@@ -37975,12 +37963,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/exceptionCause.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("explicitSuperCall.kt")
|
||||
public void testExplicitSuperCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/explicitSuperCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("irrelevantRemoveAtOverride.kt")
|
||||
public void testIrrelevantRemoveAtOverride() throws Exception {
|
||||
@@ -38023,12 +38005,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/removeAtTwoSpecialBridges.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeSetInt.kt")
|
||||
public void testRemoveSetInt() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/removeSetInt.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwable.kt")
|
||||
public void testThrowable() throws Exception {
|
||||
|
||||
-24
@@ -38903,12 +38903,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/bridges.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("commonBridgesTarget.kt")
|
||||
public void testCommonBridgesTarget() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/commonBridgesTarget.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("emptyList.kt")
|
||||
public void testEmptyList() throws Exception {
|
||||
@@ -38927,12 +38921,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/emptyStringMap.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("entrySetSOE.kt")
|
||||
public void testEntrySetSOE() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/entrySetSOE.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("enumAsOrdinaled.kt")
|
||||
public void testEnumAsOrdinaled() throws Exception {
|
||||
@@ -38945,12 +38933,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/exceptionCause.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("explicitSuperCall.kt")
|
||||
public void testExplicitSuperCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/explicitSuperCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("irrelevantRemoveAtOverride.kt")
|
||||
public void testIrrelevantRemoveAtOverride() throws Exception {
|
||||
@@ -38993,12 +38975,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/removeAtTwoSpecialBridges.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeSetInt.kt")
|
||||
public void testRemoveSetInt() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/removeSetInt.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwable.kt")
|
||||
public void testThrowable() throws Exception {
|
||||
|
||||
-24
@@ -37449,12 +37449,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/bridges.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("commonBridgesTarget.kt")
|
||||
public void testCommonBridgesTarget() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/commonBridgesTarget.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("emptyList.kt")
|
||||
public void testEmptyList() throws Exception {
|
||||
@@ -37473,12 +37467,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/emptyStringMap.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("entrySetSOE.kt")
|
||||
public void testEntrySetSOE() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/entrySetSOE.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("enumAsOrdinaled.kt")
|
||||
public void testEnumAsOrdinaled() throws Exception {
|
||||
@@ -37491,12 +37479,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/exceptionCause.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("explicitSuperCall.kt")
|
||||
public void testExplicitSuperCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/explicitSuperCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("irrelevantRemoveAtOverride.kt")
|
||||
public void testIrrelevantRemoveAtOverride() throws Exception {
|
||||
@@ -37539,12 +37521,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/removeAtTwoSpecialBridges.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeSetInt.kt")
|
||||
public void testRemoveSetInt() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/removeSetInt.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwable.kt")
|
||||
public void testThrowable() throws Exception {
|
||||
|
||||
-24
@@ -37934,12 +37934,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/bridges.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("commonBridgesTarget.kt")
|
||||
public void testCommonBridgesTarget() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/commonBridgesTarget.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("emptyList.kt")
|
||||
public void testEmptyList() throws Exception {
|
||||
@@ -37958,12 +37952,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/emptyStringMap.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("entrySetSOE.kt")
|
||||
public void testEntrySetSOE() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/entrySetSOE.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("enumAsOrdinaled.kt")
|
||||
public void testEnumAsOrdinaled() throws Exception {
|
||||
@@ -37976,12 +37964,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/exceptionCause.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("explicitSuperCall.kt")
|
||||
public void testExplicitSuperCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/explicitSuperCall.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("irrelevantRemoveAtOverride.kt")
|
||||
public void testIrrelevantRemoveAtOverride() throws Exception {
|
||||
@@ -38024,12 +38006,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/removeAtTwoSpecialBridges.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeSetInt.kt")
|
||||
public void testRemoveSetInt() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/removeSetInt.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwable.kt")
|
||||
public void testThrowable() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user