[box-tests] Added a reproducer for KT-56965

This commit is contained in:
Igor Chevdar
2023-02-28 12:58:20 +02:00
committed by Space Team
parent 9b3c77de8b
commit c038bbde08
19 changed files with 122 additions and 0 deletions
@@ -1418,6 +1418,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
}
@Test
@TestMetadata("kt56965.kt")
public void testKt56965() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
}
@Test
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {
@@ -1418,6 +1418,12 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
}
@Test
@TestMetadata("kt56965.kt")
public void testKt56965() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
}
@Test
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {
@@ -1442,6 +1442,12 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
}
@Test
@TestMetadata("kt56965.kt")
public void testKt56965() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
}
@Test
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {
@@ -1442,6 +1442,12 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
}
@Test
@TestMetadata("kt56965.kt")
public void testKt56965() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
}
@Test
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {
@@ -1442,6 +1442,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
}
@Test
@TestMetadata("kt56965.kt")
public void testKt56965() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
}
@Test
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {
@@ -1442,6 +1442,12 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
}
@Test
@TestMetadata("kt56965.kt")
public void testKt56965() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
}
@Test
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {
@@ -1418,6 +1418,12 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
runTest("compiler/testData/codegen/boxInline/capture/kt56500.kt");
}
@Test
@TestMetadata("kt56965.kt")
public void testKt56965() throws Exception {
runTest("compiler/testData/codegen/boxInline/capture/kt56965.kt");
}
@Test
@TestMetadata("simpleCapturingInClass.kt")
public void testSimpleCapturingInClass() throws Exception {