[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:
committed by
Space Team
parent
64158a8a2f
commit
f3fcaa69eb
+3
-9
@@ -35755,12 +35755,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
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 {
|
||||
@@ -36792,9 +36786,9 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
}
|
||||
|
||||
@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
|
||||
|
||||
+3
-9
@@ -35755,12 +35755,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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 {
|
||||
@@ -36792,9 +36786,9 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
}
|
||||
|
||||
@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
|
||||
|
||||
+3
-9
@@ -35755,12 +35755,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
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 {
|
||||
@@ -36792,9 +36786,9 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
}
|
||||
|
||||
@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
|
||||
|
||||
Reference in New Issue
Block a user