LV 2.0: remove CLI tests covering quite obsolete legacy
This commit is contained in:
committed by
Space Team
parent
e5ee364419
commit
e5906a8a3a
@@ -720,11 +720,6 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/internalArgWrongPrefix.args");
|
||||
}
|
||||
|
||||
@TestMetadata("internalArgumentOverrideExtraArgument.args")
|
||||
public void testInternalArgumentOverrideExtraArgument() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/internalArgumentOverrideExtraArgument.args");
|
||||
}
|
||||
|
||||
@TestMetadata("invalidMetadataVersion.args")
|
||||
public void testInvalidMetadataVersion() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/invalidMetadataVersion.args");
|
||||
@@ -980,21 +975,6 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/multipleTextRangesInDiagnosticsOrder.args");
|
||||
}
|
||||
|
||||
@TestMetadata("newInferenceImpliesProgressiveModeForNI.args")
|
||||
public void testNewInferenceImpliesProgressiveModeForNI() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/newInferenceImpliesProgressiveModeForNI.args");
|
||||
}
|
||||
|
||||
@TestMetadata("newInferenceImpliesSamConversions.args")
|
||||
public void testNewInferenceImpliesSamConversions() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/newInferenceImpliesSamConversions.args");
|
||||
}
|
||||
|
||||
@TestMetadata("newInferenceWithOldFlagImpliesSamConversions.args")
|
||||
public void testNewInferenceWithOldFlagImpliesSamConversions() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/newInferenceWithOldFlagImpliesSamConversions.args");
|
||||
}
|
||||
|
||||
@TestMetadata("newLineInPackage.args")
|
||||
public void testNewLineInPackage() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/newLineInPackage.args");
|
||||
|
||||
Reference in New Issue
Block a user