Add tests for obsolete issues

#KT-32207 Obsolete
 #KT-32836 Obsolete
 #KT-32949 Obsolete
 #KT-9384 Obsolete
This commit is contained in:
Mikhail Zarechenskiy
2019-08-15 10:58:38 +03:00
parent 1969ad6e9d
commit d59b910403
15 changed files with 183 additions and 0 deletions
@@ -10370,6 +10370,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/inference/nothingType/kt32081.kt");
}
@TestMetadata("kt32207.kt")
public void testKt32207() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/nothingType/kt32207.kt");
}
@TestMetadata("kt32388.kt")
public void testKt32388() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/nothingType/kt32388.kt");
@@ -17117,6 +17122,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/regressions/kt328.kt");
}
@TestMetadata("kt32836.kt")
public void testKt32836() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt32836.kt");
}
@TestMetadata("kt334.kt")
public void testKt334() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt334.kt");
@@ -17387,6 +17397,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
runTest("compiler/testData/diagnostics/tests/regressions/kt860.kt");
}
@TestMetadata("kt9384.kt")
public void testKt9384() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt9384.kt");
}
@TestMetadata("kt9620.kt")
public void testKt9620() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt9620.kt");
@@ -10365,6 +10365,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
runTest("compiler/testData/diagnostics/tests/inference/nothingType/kt32081.kt");
}
@TestMetadata("kt32207.kt")
public void testKt32207() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/nothingType/kt32207.kt");
}
@TestMetadata("kt32388.kt")
public void testKt32388() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/nothingType/kt32388.kt");
@@ -17107,6 +17112,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
runTest("compiler/testData/diagnostics/tests/regressions/kt328.kt");
}
@TestMetadata("kt32836.kt")
public void testKt32836() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt32836.kt");
}
@TestMetadata("kt334.kt")
public void testKt334() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt334.kt");
@@ -17377,6 +17387,11 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
runTest("compiler/testData/diagnostics/tests/regressions/kt860.kt");
}
@TestMetadata("kt9384.kt")
public void testKt9384() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt9384.kt");
}
@TestMetadata("kt9620.kt")
public void testKt9620() throws Exception {
runTest("compiler/testData/diagnostics/tests/regressions/kt9620.kt");
@@ -22819,6 +22819,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/regressions/kt3107.kt");
}
@TestMetadata("kt32949.kt")
public void testKt32949() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt32949.kt");
}
@TestMetadata("kt3421.kt")
public void testKt3421() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt3421.kt");
@@ -22819,6 +22819,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/regressions/kt3107.kt");
}
@TestMetadata("kt32949.kt")
public void testKt32949() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt32949.kt");
}
@TestMetadata("kt3421.kt")
public void testKt3421() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt3421.kt");
@@ -21719,6 +21719,11 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/regressions/kt3107.kt");
}
@TestMetadata("kt32949.kt")
public void testKt32949() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt32949.kt");
}
@TestMetadata("kt3421.kt")
public void testKt3421() throws Exception {
runTest("compiler/testData/codegen/box/regressions/kt3421.kt");