[Test] Convert IGNORE: NATIVE directives in box tests from D to I
^KT-59057 Merge-request: KT-MR-10748 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
919d6401f7
commit
a036e41809
+1
-49
@@ -11079,12 +11079,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/getAsExtensionFunInClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("getDelegateWithoutReflection.kt")
|
||||
public void testGetDelegateWithoutReflection() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/getDelegateWithoutReflection.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inClassVal.kt")
|
||||
public void testInClassVal() throws Exception {
|
||||
@@ -11211,12 +11205,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/useKPropertyLater.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("useReflectionOnKProperty.kt")
|
||||
public void testUseReflectionOnKProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/useReflectionOnKProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("valByMapDelegatedProperty.kt")
|
||||
public void testValByMapDelegatedProperty() throws Exception {
|
||||
@@ -14063,18 +14051,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/functions/fakeDescriptorWithSeveralOverridenOne.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionNtoString.kt")
|
||||
public void testFunctionNtoString() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoString.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionNtoStringGeneric.kt")
|
||||
public void testFunctionNtoStringGeneric() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoStringGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("infixRecursiveCall.kt")
|
||||
public void testInfixRecursiveCall() throws Exception {
|
||||
@@ -14111,12 +14087,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/functions/kt1649_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt1739.kt")
|
||||
public void testKt1739() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/kt1739.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt2270.kt")
|
||||
public void testKt2270() throws Exception {
|
||||
@@ -14564,12 +14534,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/kt4514.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt4777.kt")
|
||||
public void testKt4777() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/kt4777.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt4783.kt")
|
||||
public void testKt4783() throws Exception {
|
||||
@@ -17208,7 +17172,7 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
@Test
|
||||
@TestMetadata("overrideReturnNothing.kt")
|
||||
public void testOverrideReturnNothing() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/overrideReturnNothing.kt");
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/overrideReturnNothing.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation());
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -20949,18 +20913,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/stringFromCollection.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwable.kt")
|
||||
public void testThrowable() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/throwable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwableCallableReference.kt")
|
||||
public void testThrowableCallableReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/throwableCallableReference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwableParamOrder.kt")
|
||||
public void testThrowableParamOrder() throws Exception {
|
||||
|
||||
+1
-49
@@ -11079,12 +11079,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/getAsExtensionFunInClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("getDelegateWithoutReflection.kt")
|
||||
public void testGetDelegateWithoutReflection() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/getDelegateWithoutReflection.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inClassVal.kt")
|
||||
public void testInClassVal() throws Exception {
|
||||
@@ -11211,12 +11205,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/useKPropertyLater.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("useReflectionOnKProperty.kt")
|
||||
public void testUseReflectionOnKProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/useReflectionOnKProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("valByMapDelegatedProperty.kt")
|
||||
public void testValByMapDelegatedProperty() throws Exception {
|
||||
@@ -14063,18 +14051,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/functions/fakeDescriptorWithSeveralOverridenOne.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionNtoString.kt")
|
||||
public void testFunctionNtoString() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoString.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionNtoStringGeneric.kt")
|
||||
public void testFunctionNtoStringGeneric() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoStringGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("infixRecursiveCall.kt")
|
||||
public void testInfixRecursiveCall() throws Exception {
|
||||
@@ -14111,12 +14087,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/functions/kt1649_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt1739.kt")
|
||||
public void testKt1739() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/kt1739.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt2270.kt")
|
||||
public void testKt2270() throws Exception {
|
||||
@@ -14564,12 +14534,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/kt4514.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt4777.kt")
|
||||
public void testKt4777() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/kt4777.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt4783.kt")
|
||||
public void testKt4783() throws Exception {
|
||||
@@ -17208,7 +17172,7 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
@Test
|
||||
@TestMetadata("overrideReturnNothing.kt")
|
||||
public void testOverrideReturnNothing() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/overrideReturnNothing.kt");
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/overrideReturnNothing.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation());
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -20949,18 +20913,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/stringFromCollection.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwable.kt")
|
||||
public void testThrowable() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/throwable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwableCallableReference.kt")
|
||||
public void testThrowableCallableReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/throwableCallableReference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwableParamOrder.kt")
|
||||
public void testThrowableParamOrder() throws Exception {
|
||||
|
||||
+1
-49
@@ -11079,12 +11079,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/getAsExtensionFunInClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("getDelegateWithoutReflection.kt")
|
||||
public void testGetDelegateWithoutReflection() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/getDelegateWithoutReflection.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inClassVal.kt")
|
||||
public void testInClassVal() throws Exception {
|
||||
@@ -11211,12 +11205,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/useKPropertyLater.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("useReflectionOnKProperty.kt")
|
||||
public void testUseReflectionOnKProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/useReflectionOnKProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("valByMapDelegatedProperty.kt")
|
||||
public void testValByMapDelegatedProperty() throws Exception {
|
||||
@@ -14063,18 +14051,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/functions/fakeDescriptorWithSeveralOverridenOne.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionNtoString.kt")
|
||||
public void testFunctionNtoString() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoString.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("functionNtoStringGeneric.kt")
|
||||
public void testFunctionNtoStringGeneric() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/functionNtoStringGeneric.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("infixRecursiveCall.kt")
|
||||
public void testInfixRecursiveCall() throws Exception {
|
||||
@@ -14111,12 +14087,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/functions/kt1649_2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt1739.kt")
|
||||
public void testKt1739() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/kt1739.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt2270.kt")
|
||||
public void testKt2270() throws Exception {
|
||||
@@ -14564,12 +14534,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/kt4514.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt4777.kt")
|
||||
public void testKt4777() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/kt4777.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt4783.kt")
|
||||
public void testKt4783() throws Exception {
|
||||
@@ -17208,7 +17172,7 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
@Test
|
||||
@TestMetadata("overrideReturnNothing.kt")
|
||||
public void testOverrideReturnNothing() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/overrideReturnNothing.kt");
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/overrideReturnNothing.kt", TransformersFunctions.getRemoveOptionalJvmInlineAnnotation());
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -20949,18 +20913,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/intrinsics/stringFromCollection.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwable.kt")
|
||||
public void testThrowable() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/throwable.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwableCallableReference.kt")
|
||||
public void testThrowableCallableReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/intrinsics/throwableCallableReference.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwableParamOrder.kt")
|
||||
public void testThrowableParamOrder() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user