Add tests for obsolete issues
#KT-12126 #KT-12189 #KT-23628 #KT-24209 #KT-34338 #KT-47279 #KT-48498
This commit is contained in:
+24
@@ -15305,6 +15305,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/elvis/genericNull.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt24209.kt")
|
||||
public void testKt24209() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/elvis/kt24209.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6694ExactAnnotationForElvis.kt")
|
||||
public void testKt6694ExactAnnotationForElvis() throws Exception {
|
||||
@@ -26001,6 +26007,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/jvmField/interfaceCompanionWithJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt12189_noClashOnDifferentCase.kt")
|
||||
public void testKt12189_noClashOnDifferentCase() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmField/kt12189_noClashOnDifferentCase.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47328.kt")
|
||||
public void testKt47328() throws Exception {
|
||||
@@ -29517,6 +29529,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/parametersMetadata/innerClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmOverloads.kt")
|
||||
public void testJvmOverloads() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/parametersMetadata/jvmOverloads.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("superParams.kt")
|
||||
public void testSuperParams() throws Exception {
|
||||
@@ -40253,6 +40271,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt44993.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47279.kt")
|
||||
public void testKt47279() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt47279.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt5056.kt")
|
||||
public void testKt5056() throws Exception {
|
||||
|
||||
+12
@@ -2172,6 +2172,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt16864.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48498.kt")
|
||||
public void testKt48498() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt48498.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("local.kt")
|
||||
public void testLocal() throws Exception {
|
||||
@@ -2643,6 +2649,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
public void testKt10259() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt10259.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt12126.kt")
|
||||
public void testKt12126() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt12126.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -4792,6 +4792,12 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/parameterlessMain/dontGenerateOnNullableArray.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("dontGenerateOnNullableString.kt")
|
||||
public void testDontGenerateOnNullableString() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/parameterlessMain/dontGenerateOnNullableString.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("dontGenerateOnVarargsString.kt")
|
||||
public void testDontGenerateOnVarargsString() throws Exception {
|
||||
|
||||
+12
@@ -2172,6 +2172,12 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt16864.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48498.kt")
|
||||
public void testKt48498() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt48498.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("local.kt")
|
||||
public void testLocal() throws Exception {
|
||||
@@ -2643,6 +2649,12 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
|
||||
public void testKt10259() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt10259.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt12126.kt")
|
||||
public void testKt12126() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt12126.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+24
@@ -15419,6 +15419,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/elvis/genericNull.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt24209.kt")
|
||||
public void testKt24209() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/elvis/kt24209.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6694ExactAnnotationForElvis.kt")
|
||||
public void testKt6694ExactAnnotationForElvis() throws Exception {
|
||||
@@ -28755,6 +28761,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/jvmField/interfaceCompanionWithJava.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt12189_noClashOnDifferentCase.kt")
|
||||
public void testKt12189_noClashOnDifferentCase() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jvmField/kt12189_noClashOnDifferentCase.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47328.kt")
|
||||
public void testKt47328() throws Exception {
|
||||
@@ -32271,6 +32283,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/parametersMetadata/innerClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmOverloads.kt")
|
||||
public void testJvmOverloads() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/parametersMetadata/jvmOverloads.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("superParams.kt")
|
||||
public void testSuperParams() throws Exception {
|
||||
@@ -43037,6 +43055,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/regressions/kt44993.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47279.kt")
|
||||
public void testKt47279() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/regressions/kt47279.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt5056.kt")
|
||||
public void testKt5056() throws Exception {
|
||||
|
||||
+12
@@ -2172,6 +2172,12 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt16864.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48498.kt")
|
||||
public void testKt48498() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt48498.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("local.kt")
|
||||
public void testLocal() throws Exception {
|
||||
@@ -2643,6 +2649,12 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
|
||||
public void testKt10259() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt10259.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt12126.kt")
|
||||
public void testKt12126() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt12126.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -4942,6 +4942,12 @@ public class IrBytecodeTextTestGenerated extends AbstractIrBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/parameterlessMain/dontGenerateOnNullableArray.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("dontGenerateOnNullableString.kt")
|
||||
public void testDontGenerateOnNullableString() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/parameterlessMain/dontGenerateOnNullableString.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("dontGenerateOnVarargsString.kt")
|
||||
public void testDontGenerateOnVarargsString() throws Exception {
|
||||
|
||||
+12
@@ -2172,6 +2172,12 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt16864.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48498.kt")
|
||||
public void testKt48498() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt48498.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("local.kt")
|
||||
public void testLocal() throws Exception {
|
||||
@@ -2643,6 +2649,12 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
|
||||
public void testKt10259() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt10259.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt12126.kt")
|
||||
public void testKt12126() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt12126.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+12
@@ -2172,6 +2172,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt16864.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48498.kt")
|
||||
public void testKt48498() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt48498.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("local.kt")
|
||||
public void testLocal() throws Exception {
|
||||
@@ -2643,6 +2649,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
|
||||
public void testKt10259() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt10259.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt12126.kt")
|
||||
public void testKt12126() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt12126.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+12
@@ -2172,6 +2172,12 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt16864.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48498.kt")
|
||||
public void testKt48498() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt48498.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("local.kt")
|
||||
public void testLocal() throws Exception {
|
||||
@@ -2643,6 +2649,12 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
|
||||
public void testKt10259() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt10259.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt12126.kt")
|
||||
public void testKt12126() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt12126.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+12
@@ -2172,6 +2172,12 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt16864.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt48498.kt")
|
||||
public void testKt48498() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/delegatedProperty/kt48498.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("local.kt")
|
||||
public void testLocal() throws Exception {
|
||||
@@ -2643,6 +2649,12 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
|
||||
public void testKt10259() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt10259.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt12126.kt")
|
||||
public void testKt12126() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/kt12126.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user