Regenerate tests

This commit is contained in:
Georgy Bronnikov
2021-07-13 17:46:01 +03:00
committed by TeamCityServer
parent 4af2aaedb1
commit ba61700be6
@@ -298,6 +298,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt38197.kt");
}
@Test
@TestMetadata("kt41174.kt")
public void testKt41174() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt41174.kt");
}
@Test
@TestMetadata("kt42815.kt")
public void testKt42815() throws Exception {
@@ -876,6 +882,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/assert/jvmCrossinlineLambdaDeclarationSiteOnly.kt");
}
@Test
@TestMetadata("jvmCrossinlineRedundant.kt")
public void testJvmCrossinlineRedundant() throws Exception {
runTest("compiler/testData/codegen/boxInline/assert/jvmCrossinlineRedundant.kt");
}
@Test
@TestMetadata("jvmCrossinlineSAMDeclarationSite.kt")
public void testJvmCrossinlineSAMDeclarationSite() throws Exception {
@@ -888,6 +900,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/assert/jvmDoubleInline.kt");
}
@Test
@TestMetadata("jvmInlineIntoTwoMethods.kt")
public void testJvmInlineIntoTwoMethods() throws Exception {
runTest("compiler/testData/codegen/boxInline/assert/jvmInlineIntoTwoMethods.kt");
}
@Test
@TestMetadata("jvmInlineUsedAsNoinline.kt")
public void testJvmInlineUsedAsNoinline() throws Exception {
@@ -1759,6 +1777,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/kt26636.kt");
}
@Test
@TestMetadata("lambdaTakesResult.kt")
public void testLambdaTakesResult() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/lambdaTakesResult.kt");
}
@Test
@TestMetadata("noInline.kt")
public void testNoInline() throws Exception {
@@ -1870,6 +1894,24 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/boundFunctionReferenceOnLong.kt");
}
@Test
@TestMetadata("boundInlineClassMethod.kt")
public void testBoundInlineClassMethod() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/boundInlineClassMethod.kt");
}
@Test
@TestMetadata("boundInlineClassMethodWithAny.kt")
public void testBoundInlineClassMethodWithAny() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/boundInlineClassMethodWithAny.kt");
}
@Test
@TestMetadata("boundInlineClassMethodWithInt.kt")
public void testBoundInlineClassMethodWithInt() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/boundInlineClassMethodWithInt.kt");
}
@Test
@TestMetadata("boundPropertyReference.kt")
public void testBoundPropertyReference() throws Exception {
@@ -1906,6 +1948,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/differentInvokeSignature2.kt");
}
@Test
@TestMetadata("differentInvokeSignature3.kt")
public void testDifferentInvokeSignature3() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/differentInvokeSignature3.kt");
}
@Test
@TestMetadata("functionImportedFromObject.kt")
public void testFunctionImportedFromObject() throws Exception {
@@ -1983,6 +2031,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
public void testPropertyReferenceFromObject() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/propertyReferenceFromObject.kt");
}
@Test
@TestMetadata("withInlineClassParameter.kt")
public void testWithInlineClassParameter() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/withInlineClassParameter.kt");
}
}
}
@@ -2244,6 +2298,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/boxInline/inlineClasses"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
}
@Test
@TestMetadata("anonymousObject.kt")
public void testAnonymousObject() throws Exception {
runTest("compiler/testData/codegen/boxInline/inlineClasses/anonymousObject.kt");
}
@Test
@TestMetadata("inlineClassWithInlineValReturningInlineClass.kt")
public void testInlineClassWithInlineValReturningInlineClass() throws Exception {
@@ -2902,6 +2962,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/nonLocalReturns/kt8948v2.kt");
}
@Test
@TestMetadata("kt9304.kt")
public void testKt9304() throws Exception {
runTest("compiler/testData/codegen/boxInline/nonLocalReturns/kt9304.kt");
}
@Test
@TestMetadata("nestedNonLocals.kt")
public void testNestedNonLocals() throws Exception {
@@ -3660,6 +3726,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/reified/kt18977.kt");
}
@Test
@TestMetadata("kt28234.kt")
public void testKt28234() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt28234.kt");
}
@Test
@TestMetadata("kt35511.kt")
public void testKt35511() throws Exception {
@@ -3684,6 +3756,30 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/reified/kt35511_try_values.kt");
}
@Test
@TestMetadata("kt44770.kt")
public void testKt44770() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt44770.kt");
}
@Test
@TestMetadata("kt44770_2.kt")
public void testKt44770_2() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt44770_2.kt");
}
@Test
@TestMetadata("kt46584.kt")
public void testKt46584() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt46584.kt");
}
@Test
@TestMetadata("kt46584_2.kt")
public void testKt46584_2() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/kt46584_2.kt");
}
@Test
@TestMetadata("kt6988.kt")
public void testKt6988() throws Exception {
@@ -3732,6 +3828,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/reified/kt9637_2.kt");
}
@Test
@TestMetadata("nameClash.kt")
public void testNameClash() throws Exception {
runTest("compiler/testData/codegen/boxInline/reified/nameClash.kt");
}
@Test
@TestMetadata("nonCapturingObjectInLambda.kt")
public void testNonCapturingObjectInLambda() throws Exception {
@@ -4899,6 +5001,18 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/boxInline/suspend/defaultParameter"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
}
@Test
@TestMetadata("defaultInlineLambda.kt")
public void testDefaultInlineLambda() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultInlineLambda.kt");
}
@Test
@TestMetadata("defaultInlineReference.kt")
public void testDefaultInlineReference() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/defaultParameter/defaultInlineReference.kt");
}
@Test
@TestMetadata("defaultValueCrossinline.kt")
public void testDefaultValueCrossinline() throws Exception {
@@ -4933,12 +5047,24 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/boxInline/suspend/inlineClass"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
}
@Test
@TestMetadata("returnBoxedFromLambda.kt")
public void testReturnBoxedFromLambda() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/inlineClass/returnBoxedFromLambda.kt");
}
@Test
@TestMetadata("returnUnboxedDirect.kt")
public void testReturnUnboxedDirect() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedDirect.kt");
}
@Test
@TestMetadata("returnUnboxedFromLambda.kt")
public void testReturnUnboxedFromLambda() throws Exception {
runTest("compiler/testData/codegen/boxInline/suspend/inlineClass/returnUnboxedFromLambda.kt");
}
@Test
@TestMetadata("returnUnboxedResume.kt")
public void testReturnUnboxedResume() throws Exception {