From 58d6d7b9aded3de5f2b8430e237c142544fcab70 Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Tue, 13 Dec 2022 09:41:52 +0100 Subject: [PATCH] Minor. Regenerate tests --- .../FirBlackBoxInlineCodegenTestGenerated.java | 6 ++++++ ...rLightTreeBlackBoxInlineCodegenTestGenerated.java | 6 ++++++ ...ompileKotlinAgainstInlineKotlinTestGenerated.java | 6 ++++++ .../codegen/BlackBoxInlineCodegenTestGenerated.java | 12 ++++++------ ...ompileKotlinAgainstInlineKotlinTestGenerated.java | 12 ++++++------ .../IrBlackBoxInlineCodegenTestGenerated.java | 12 ++++++------ ...ompileKotlinAgainstInlineKotlinTestGenerated.java | 12 ++++++------ ...ompileKotlinAgainstInlineKotlinTestGenerated.java | 6 ++++++ .../JvmIrAgainstOldBoxInlineTestGenerated.java | 6 ++++++ .../JvmOldAgainstIrBoxInlineTestGenerated.java | 6 ++++++ 10 files changed, 60 insertions(+), 24 deletions(-) diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirBlackBoxInlineCodegenTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirBlackBoxInlineCodegenTestGenerated.java index 0ec453a2f11..c90746d685b 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirBlackBoxInlineCodegenTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirBlackBoxInlineCodegenTestGenerated.java @@ -4014,6 +4014,12 @@ public class FirBlackBoxInlineCodegenTestGenerated extends AbstractFirBlackBoxIn runTest("compiler/testData/codegen/boxInline/reified/kt46584_2.kt"); } + @Test + @TestMetadata("kt55398.kt") + public void testKt55398() throws Exception { + runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); + } + @Test @TestMetadata("kt6988.kt") public void testKt6988() throws Exception { diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxInlineCodegenTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxInlineCodegenTestGenerated.java index dcae84399f9..b215edc7e16 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxInlineCodegenTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxInlineCodegenTestGenerated.java @@ -4014,6 +4014,12 @@ public class FirLightTreeBlackBoxInlineCodegenTestGenerated extends AbstractFirL runTest("compiler/testData/codegen/boxInline/reified/kt46584_2.kt"); } + @Test + @TestMetadata("kt55398.kt") + public void testKt55398() throws Exception { + runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); + } + @Test @TestMetadata("kt6988.kt") public void testKt6988() throws Exception { diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java index 90a1a5e5e11..5c0348910f8 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java @@ -4014,6 +4014,12 @@ public class FirSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends A runTest("compiler/testData/codegen/boxInline/reified/kt46584_2.kt"); } + @Test + @TestMetadata("kt55398.kt") + public void testKt55398() throws Exception { + runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); + } + @Test @TestMetadata("kt6988.kt") public void testKt6988() throws Exception { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxInlineCodegenTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxInlineCodegenTestGenerated.java index bf6c909b0ca..4dcf9408de0 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxInlineCodegenTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxInlineCodegenTestGenerated.java @@ -3990,6 +3990,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo runTest("compiler/testData/codegen/boxInline/reified/kt46584_2.kt"); } + @Test + @TestMetadata("kt55398.kt") + public void testKt55398() throws Exception { + runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); + } + @Test @TestMetadata("kt6988.kt") public void testKt6988() throws Exception { @@ -4062,12 +4068,6 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo runTest("compiler/testData/codegen/boxInline/reified/singletonLambda.kt"); } - @Test - @TestMetadata("kt55398.kt") - public void testKt55398() throws Exception { - runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); - } - @Nested @TestMetadata("compiler/testData/codegen/boxInline/reified/checkCast") @TestDataPath("$PROJECT_ROOT") diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/CompileKotlinAgainstInlineKotlinTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/CompileKotlinAgainstInlineKotlinTestGenerated.java index 8ea24fc1fab..1381a9f3928 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/CompileKotlinAgainstInlineKotlinTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/CompileKotlinAgainstInlineKotlinTestGenerated.java @@ -3990,6 +3990,12 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi runTest("compiler/testData/codegen/boxInline/reified/kt46584_2.kt"); } + @Test + @TestMetadata("kt55398.kt") + public void testKt55398() throws Exception { + runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); + } + @Test @TestMetadata("kt6988.kt") public void testKt6988() throws Exception { @@ -4062,12 +4068,6 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi runTest("compiler/testData/codegen/boxInline/reified/singletonLambda.kt"); } - @Test - @TestMetadata("kt55398.kt") - public void testKt55398() throws Exception { - runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); - } - @Nested @TestMetadata("compiler/testData/codegen/boxInline/reified/checkCast") @TestDataPath("$PROJECT_ROOT") diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxInlineCodegenTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxInlineCodegenTestGenerated.java index c00caaf89ca..400caabeeba 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxInlineCodegenTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxInlineCodegenTestGenerated.java @@ -4014,6 +4014,12 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli runTest("compiler/testData/codegen/boxInline/reified/kt46584_2.kt"); } + @Test + @TestMetadata("kt55398.kt") + public void testKt55398() throws Exception { + runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); + } + @Test @TestMetadata("kt6988.kt") public void testKt6988() throws Exception { @@ -4086,12 +4092,6 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli runTest("compiler/testData/codegen/boxInline/reified/singletonLambda.kt"); } - @Test - @TestMetadata("kt55398.kt") - public void testKt55398() throws Exception { - runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); - } - @Nested @TestMetadata("compiler/testData/codegen/boxInline/reified/checkCast") @TestDataPath("$PROJECT_ROOT") diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrCompileKotlinAgainstInlineKotlinTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrCompileKotlinAgainstInlineKotlinTestGenerated.java index 93a0db8a5c0..4376d3c90eb 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrCompileKotlinAgainstInlineKotlinTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrCompileKotlinAgainstInlineKotlinTestGenerated.java @@ -4014,6 +4014,12 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC runTest("compiler/testData/codegen/boxInline/reified/kt46584_2.kt"); } + @Test + @TestMetadata("kt55398.kt") + public void testKt55398() throws Exception { + runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); + } + @Test @TestMetadata("kt6988.kt") public void testKt6988() throws Exception { @@ -4086,12 +4092,6 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC runTest("compiler/testData/codegen/boxInline/reified/singletonLambda.kt"); } - @Test - @TestMetadata("kt55398.kt") - public void testKt55398() throws Exception { - runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); - } - @Nested @TestMetadata("compiler/testData/codegen/boxInline/reified/checkCast") @TestDataPath("$PROJECT_ROOT") diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java index c0b556c04a3..3bdb2ce578d 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java @@ -4014,6 +4014,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab runTest("compiler/testData/codegen/boxInline/reified/kt46584_2.kt"); } + @Test + @TestMetadata("kt55398.kt") + public void testKt55398() throws Exception { + runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); + } + @Test @TestMetadata("kt6988.kt") public void testKt6988() throws Exception { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmIrAgainstOldBoxInlineTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmIrAgainstOldBoxInlineTestGenerated.java index 6b6c852e295..838ce61c658 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmIrAgainstOldBoxInlineTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmIrAgainstOldBoxInlineTestGenerated.java @@ -4014,6 +4014,12 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO runTest("compiler/testData/codegen/boxInline/reified/kt46584_2.kt"); } + @Test + @TestMetadata("kt55398.kt") + public void testKt55398() throws Exception { + runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); + } + @Test @TestMetadata("kt6988.kt") public void testKt6988() throws Exception { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmOldAgainstIrBoxInlineTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmOldAgainstIrBoxInlineTestGenerated.java index 5f72bbc69cf..dd13ac44766 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmOldAgainstIrBoxInlineTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmOldAgainstIrBoxInlineTestGenerated.java @@ -3990,6 +3990,12 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst runTest("compiler/testData/codegen/boxInline/reified/kt46584_2.kt"); } + @Test + @TestMetadata("kt55398.kt") + public void testKt55398() throws Exception { + runTest("compiler/testData/codegen/boxInline/reified/kt55398.kt"); + } + @Test @TestMetadata("kt6988.kt") public void testKt6988() throws Exception {