[Test] Convert IGNORE: NATIVE directives in box tests from T to W and boxInline

^KT-59057

Merge-request: KT-MR-10752
Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
Vladimir Sukharev
2023-06-22 18:33:24 +00:00
committed by Space Team
parent 64158a8a2f
commit f3fcaa69eb
18 changed files with 87 additions and 83 deletions
@@ -39301,12 +39301,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/traits/multiple.kt");
}
@Test
@TestMetadata("noPrivateDelegation.kt")
public void testNoPrivateDelegation() throws Exception {
runTest("compiler/testData/codegen/box/traits/noPrivateDelegation.kt");
}
@Test
@TestMetadata("privateInterfaceMethod.kt")
public void testPrivateInterfaceMethod() throws Exception {
@@ -40407,9 +40401,9 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
}
@Test
@TestMetadata("integralWhenWithNoInlinedConstants.kt")
public void testIntegralWhenWithNoInlinedConstants() throws Exception {
runTest("compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants.kt");
@TestMetadata("integralWhenWithNoInlinedConstants2.kt")
public void testIntegralWhenWithNoInlinedConstants2() throws Exception {
runTest("compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants2.kt");
}
@Test
@@ -40307,12 +40307,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/traits/multiple.kt");
}
@Test
@TestMetadata("noPrivateDelegation.kt")
public void testNoPrivateDelegation() throws Exception {
runTest("compiler/testData/codegen/box/traits/noPrivateDelegation.kt");
}
@Test
@TestMetadata("privateInterfaceMethod.kt")
public void testPrivateInterfaceMethod() throws Exception {
@@ -41439,9 +41433,9 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
}
@Test
@TestMetadata("integralWhenWithNoInlinedConstants.kt")
public void testIntegralWhenWithNoInlinedConstants() throws Exception {
runTest("compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants.kt");
@TestMetadata("integralWhenWithNoInlinedConstants2.kt")
public void testIntegralWhenWithNoInlinedConstants2() throws Exception {
runTest("compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants2.kt");
}
@Test
@@ -38799,12 +38799,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/traits/multiple.kt");
}
@Test
@TestMetadata("noPrivateDelegation.kt")
public void testNoPrivateDelegation() throws Exception {
runTest("compiler/testData/codegen/box/traits/noPrivateDelegation.kt");
}
@Test
@TestMetadata("privateInterfaceMethod.kt")
public void testPrivateInterfaceMethod() throws Exception {
@@ -39892,9 +39886,9 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
}
@Test
@TestMetadata("integralWhenWithNoInlinedConstants.kt")
public void testIntegralWhenWithNoInlinedConstants() throws Exception {
runTest("compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants.kt");
@TestMetadata("integralWhenWithNoInlinedConstants2.kt")
public void testIntegralWhenWithNoInlinedConstants2() throws Exception {
runTest("compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants2.kt");
}
@Test
@@ -39302,12 +39302,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/traits/multiple.kt");
}
@Test
@TestMetadata("noPrivateDelegation.kt")
public void testNoPrivateDelegation() throws Exception {
runTest("compiler/testData/codegen/box/traits/noPrivateDelegation.kt");
}
@Test
@TestMetadata("privateInterfaceMethod.kt")
public void testPrivateInterfaceMethod() throws Exception {
@@ -40408,9 +40402,9 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
}
@Test
@TestMetadata("integralWhenWithNoInlinedConstants.kt")
public void testIntegralWhenWithNoInlinedConstants() throws Exception {
runTest("compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants.kt");
@TestMetadata("integralWhenWithNoInlinedConstants2.kt")
public void testIntegralWhenWithNoInlinedConstants2() throws Exception {
runTest("compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants2.kt");
}
@Test