[TEST] Regenerate tests
This commit is contained in:
Generated
+10
@@ -41,6 +41,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
|||||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/annotations"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true);
|
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/annotations"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("annotationTargets.kt")
|
||||||
|
public void testAnnotationTargets() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/annotations/annotationTargets.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("nestedAnnotation.kt")
|
@TestMetadata("nestedAnnotation.kt")
|
||||||
public void testNestedAnnotation() throws Exception {
|
public void testNestedAnnotation() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/annotations/nestedAnnotation.kt");
|
runTest("compiler/testData/codegen/box/annotations/nestedAnnotation.kt");
|
||||||
@@ -105,6 +110,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
|||||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCall.kt");
|
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCall.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("argumentOrderInObjectSuperCallWithPlatformType.kt")
|
||||||
|
public void testArgumentOrderInObjectSuperCallWithPlatformType() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCallWithPlatformType.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("argumentOrderInSuperCall.kt")
|
@TestMetadata("argumentOrderInSuperCall.kt")
|
||||||
public void testArgumentOrderInSuperCall() throws Exception {
|
public void testArgumentOrderInSuperCall() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInSuperCall.kt");
|
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInSuperCall.kt");
|
||||||
|
|||||||
Generated
+10
@@ -41,6 +41,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
|||||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/annotations"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/annotations"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("annotationTargets.kt")
|
||||||
|
public void testAnnotationTargets() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/annotations/annotationTargets.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("nestedAnnotation.kt")
|
@TestMetadata("nestedAnnotation.kt")
|
||||||
public void testNestedAnnotation() throws Exception {
|
public void testNestedAnnotation() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/annotations/nestedAnnotation.kt");
|
runTest("compiler/testData/codegen/box/annotations/nestedAnnotation.kt");
|
||||||
@@ -105,6 +110,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
|||||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCall.kt");
|
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCall.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("argumentOrderInObjectSuperCallWithPlatformType.kt")
|
||||||
|
public void testArgumentOrderInObjectSuperCallWithPlatformType() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCallWithPlatformType.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("argumentOrderInSuperCall.kt")
|
@TestMetadata("argumentOrderInSuperCall.kt")
|
||||||
public void testArgumentOrderInSuperCall() throws Exception {
|
public void testArgumentOrderInSuperCall() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInSuperCall.kt");
|
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInSuperCall.kt");
|
||||||
|
|||||||
+10
@@ -41,6 +41,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
|||||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/annotations"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true);
|
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/annotations"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("annotationTargets.kt")
|
||||||
|
public void testAnnotationTargets() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/annotations/annotationTargets.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("nestedAnnotation.kt")
|
@TestMetadata("nestedAnnotation.kt")
|
||||||
public void testNestedAnnotation() throws Exception {
|
public void testNestedAnnotation() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/annotations/nestedAnnotation.kt");
|
runTest("compiler/testData/codegen/box/annotations/nestedAnnotation.kt");
|
||||||
@@ -105,6 +110,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
|||||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCall.kt");
|
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCall.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("argumentOrderInObjectSuperCallWithPlatformType.kt")
|
||||||
|
public void testArgumentOrderInObjectSuperCallWithPlatformType() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInObjectSuperCallWithPlatformType.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("argumentOrderInSuperCall.kt")
|
@TestMetadata("argumentOrderInSuperCall.kt")
|
||||||
public void testArgumentOrderInSuperCall() throws Exception {
|
public void testArgumentOrderInSuperCall() throws Exception {
|
||||||
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInSuperCall.kt");
|
runTest("compiler/testData/codegen/box/argumentOrder/argumentOrderInSuperCall.kt");
|
||||||
|
|||||||
Reference in New Issue
Block a user