Add regression tests for obsolete issues

#KT-50909
 #KT-50974
 #KT-51888
This commit is contained in:
Alexander Udalov
2022-09-23 22:06:30 +02:00
parent e7b5e74f78
commit 4baa74f396
11 changed files with 142 additions and 0 deletions
@@ -21443,6 +21443,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/inlineClasses/kt48993Generic.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
@Test
@TestMetadata("kt50974_resultMultiModule.kt")
public void testKt50974_resultMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt50974_resultMultiModule.kt");
}
@Test
@TestMetadata("kt51157.kt")
public void testKt51157() throws Exception {
@@ -22133,6 +22133,18 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/inlineClasses/kt48993Generic.kt", TransformersFunctions.getReplaceOptionalJvmInlineAnnotationWithReal());
}
@Test
@TestMetadata("kt50909.kt")
public void testKt50909() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt50909.kt");
}
@Test
@TestMetadata("kt50974_resultMultiModule.kt")
public void testKt50974_resultMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/kt50974_resultMultiModule.kt");
}
@Test
@TestMetadata("kt51157.kt")
public void testKt51157() throws Exception {
@@ -29819,6 +29831,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
}
@Test
@TestMetadata("diamondWithJava.kt")
public void testDiamondWithJava() throws Exception {
runTest("compiler/testData/codegen/box/jvm8/defaults/nonDefaultInheritance/diamondWithJava.kt");
}
@Test
@TestMetadata("simple.kt")
public void testSimple() throws Exception {