Remove tests on kotlin-annotations-android
#KT-44815
This commit is contained in:
-78
@@ -29796,84 +29796,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/signatureAnnotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class SignatureAnnotations extends AbstractLightAnalysisModeTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInSignatureAnnotations() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/signatureAnnotations"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("defaultAndNamedCombination.kt")
|
||||
public void testDefaultAndNamedCombination() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/signatureAnnotations/defaultAndNamedCombination.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultBoxTypes.kt")
|
||||
public void testDefaultBoxTypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/signatureAnnotations/defaultBoxTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultEnumType.kt")
|
||||
public void testDefaultEnumType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/signatureAnnotations/defaultEnumType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultLongLiteral.kt")
|
||||
public void testDefaultLongLiteral() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/signatureAnnotations/defaultLongLiteral.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultMultipleParams.kt")
|
||||
public void testDefaultMultipleParams() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/signatureAnnotations/defaultMultipleParams.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultNull.kt")
|
||||
public void testDefaultNull() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/signatureAnnotations/defaultNull.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultNullableBoxTypes.kt")
|
||||
public void testDefaultNullableBoxTypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/signatureAnnotations/defaultNullableBoxTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultOverrides.kt")
|
||||
public void testDefaultOverrides() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/signatureAnnotations/defaultOverrides.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultPrimitiveTypes.kt")
|
||||
public void testDefaultPrimitiveTypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/signatureAnnotations/defaultPrimitiveTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultValueInConstructor.kt")
|
||||
public void testDefaultValueInConstructor() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/signatureAnnotations/defaultValueInConstructor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultWithJavaBase.kt")
|
||||
public void testDefaultWithJavaBase() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/signatureAnnotations/defaultWithJavaBase.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultWithKotlinBase.kt")
|
||||
public void testDefaultWithKotlinBase() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/signatureAnnotations/defaultWithKotlinBase.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reorderedParameterNames.kt")
|
||||
public void testReorderedParameterNames() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/signatureAnnotations/reorderedParameterNames.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/smap")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
-18
@@ -1486,24 +1486,6 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/loadJava/compiledJava/signatureAnnotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class SignatureAnnotations extends AbstractLoadJavaTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTestCompiledJava, this, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInSignatureAnnotations() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/loadJava/compiledJava/signatureAnnotations"), Pattern.compile("^(.+)\\.java$"), null, true);
|
||||
}
|
||||
|
||||
@TestMetadata("StableName.java")
|
||||
public void testStableName() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledJava/signatureAnnotations/StableName.java");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/loadJava/compiledJava/signaturePropagation")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Generated
-18
@@ -1484,24 +1484,6 @@ public class LoadJavaWithPsiClassReadingTestGenerated extends AbstractLoadJavaWi
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/loadJava/compiledJava/signatureAnnotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class SignatureAnnotations extends AbstractLoadJavaWithPsiClassReadingTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTestCompiledJava, this, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInSignatureAnnotations() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/loadJava/compiledJava/signatureAnnotations"), Pattern.compile("^(.+)\\.java$"), null, true);
|
||||
}
|
||||
|
||||
@TestMetadata("StableName.java")
|
||||
public void testStableName() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledJava/signatureAnnotations/StableName.java");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/loadJava/compiledJava/signaturePropagation")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
-18
@@ -1487,24 +1487,6 @@ public class IrLoadJavaTestGenerated extends AbstractIrLoadJavaTest {
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/loadJava/compiledJava/signatureAnnotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class SignatureAnnotations extends AbstractIrLoadJavaTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTestCompiledJava, TargetBackend.JVM_IR, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInSignatureAnnotations() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/loadJava/compiledJava/signatureAnnotations"), Pattern.compile("^(.+)\\.java$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("StableName.java")
|
||||
public void testStableName() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledJava/signatureAnnotations/StableName.java");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/loadJava/compiledJava/signaturePropagation")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Generated
-18
@@ -1486,24 +1486,6 @@ public class LoadJavaUsingJavacTestGenerated extends AbstractLoadJavaUsingJavacT
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/loadJava/compiledJava/signatureAnnotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class SignatureAnnotations extends AbstractLoadJavaUsingJavacTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTestCompiledJava, this, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInSignatureAnnotations() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/loadJava/compiledJava/signatureAnnotations"), Pattern.compile("^(.+)\\.java$"), null, true);
|
||||
}
|
||||
|
||||
@TestMetadata("StableName.java")
|
||||
public void testStableName() throws Exception {
|
||||
runTest("compiler/testData/loadJava/compiledJava/signatureAnnotations/StableName.java");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/loadJava/compiledJava/signaturePropagation")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
Reference in New Issue
Block a user