Minor, move kt57353 test to a subfolder
This commit is contained in:
committed by
Space Team
parent
14460db8e5
commit
ccf4a6813c
+6
-6
@@ -26,12 +26,6 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@@ -35131,6 +35125,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mainInFiles.kt")
|
||||
public void testMainInFiles() throws Exception {
|
||||
|
||||
+6
-6
@@ -26,12 +26,6 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@@ -35131,6 +35125,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mainInFiles.kt")
|
||||
public void testMainInFiles() throws Exception {
|
||||
|
||||
Vendored
+6
-6
@@ -26,12 +26,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@@ -33547,6 +33541,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mainInFiles.kt")
|
||||
public void testMainInFiles() throws Exception {
|
||||
|
||||
+6
-6
@@ -26,12 +26,6 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@@ -35131,6 +35125,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mainInFiles.kt")
|
||||
public void testMainInFiles() throws Exception {
|
||||
|
||||
+6
-6
@@ -26,12 +26,6 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@@ -35131,6 +35125,12 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mainInFiles.kt")
|
||||
public void testMainInFiles() throws Exception {
|
||||
|
||||
+5
-5
@@ -31,11 +31,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true, "ranges/stepped", "compileKotlinAgainstKotlin", "testsWithJava9", "testsWithJava15", "testsWithJava17");
|
||||
}
|
||||
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
@@ -28658,6 +28653,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mainInFiles.kt")
|
||||
public void testMainInFiles() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/mainInFiles.kt");
|
||||
|
||||
+6
-6
@@ -26,12 +26,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true, "compileKotlinAgainstKotlin");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@@ -24775,6 +24769,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullablePrimitiveNoFieldInitializer.kt")
|
||||
public void testNullablePrimitiveNoFieldInitializer() throws Exception {
|
||||
|
||||
+6
-6
@@ -26,12 +26,6 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true, "compileKotlinAgainstKotlin");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@@ -24991,6 +24985,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullablePrimitiveNoFieldInitializer.kt")
|
||||
public void testNullablePrimitiveNoFieldInitializer() throws Exception {
|
||||
|
||||
+6
-6
@@ -26,12 +26,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true, "compileKotlinAgainstKotlin");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@@ -24991,6 +24985,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullablePrimitiveNoFieldInitializer.kt")
|
||||
public void testNullablePrimitiveNoFieldInitializer() throws Exception {
|
||||
|
||||
+6
-6
@@ -26,12 +26,6 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true, "compileKotlinAgainstKotlin");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@@ -24991,6 +24985,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullablePrimitiveNoFieldInitializer.kt")
|
||||
public void testNullablePrimitiveNoFieldInitializer() throws Exception {
|
||||
|
||||
+6
-6
@@ -34,12 +34,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@@ -28114,6 +28108,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullablePrimitiveNoFieldInitializer.kt")
|
||||
public void testNullablePrimitiveNoFieldInitializer() throws Exception {
|
||||
|
||||
+6
-6
@@ -38,12 +38,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@@ -28754,6 +28748,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullablePrimitiveNoFieldInitializer.kt")
|
||||
public void testNullablePrimitiveNoFieldInitializer() throws Exception {
|
||||
|
||||
+6
-6
@@ -33,12 +33,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@@ -27795,6 +27789,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullablePrimitiveNoFieldInitializer.kt")
|
||||
public void testNullablePrimitiveNoFieldInitializer() throws Exception {
|
||||
|
||||
+6
-6
@@ -35,12 +35,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@@ -28115,6 +28109,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nullablePrimitiveNoFieldInitializer.kt")
|
||||
public void testNullablePrimitiveNoFieldInitializer() throws Exception {
|
||||
|
||||
Generated
+5
-5
@@ -31,11 +31,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true, "compileKotlinAgainstKotlin");
|
||||
}
|
||||
|
||||
@TestMetadata("kt-57353.kt")
|
||||
public void testKt_57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/kt-57353.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/annotations")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
@@ -22201,6 +22196,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/package/invokespecial.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt57353.kt")
|
||||
public void testKt57353() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/kt57353.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nullablePrimitiveNoFieldInitializer.kt")
|
||||
public void testNullablePrimitiveNoFieldInitializer() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/package/nullablePrimitiveNoFieldInitializer.kt");
|
||||
|
||||
Reference in New Issue
Block a user