Update CLI tests

This commit is contained in:
Mikhael Bogdanov
2021-07-15 06:27:14 +02:00
parent 1187e786f4
commit 7854e9c3d7
70 changed files with 117 additions and 188 deletions
@@ -421,16 +421,6 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/invalidMetadataVersion.args");
}
@TestMetadata("irApiVersionUnsupported.args")
public void testIrApiVersionUnsupported() throws Exception {
runTest("compiler/testData/cli/jvm/irApiVersionUnsupported.args");
}
@TestMetadata("irLanguageVersionUnsupported.args")
public void testIrLanguageVersionUnsupported() throws Exception {
runTest("compiler/testData/cli/jvm/irLanguageVersionUnsupported.args");
}
@TestMetadata("irSupported.args")
public void testIrSupported() throws Exception {
runTest("compiler/testData/cli/jvm/irSupported.args");
@@ -791,11 +781,6 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/standaloneSamConversionsAreEnabledWithNewInferenceInternalFlag.args");
}
@TestMetadata("standaloneSamConversionsBaseline_1_3.args")
public void testStandaloneSamConversionsBaseline_1_3() throws Exception {
runTest("compiler/testData/cli/jvm/standaloneSamConversionsBaseline_1_3.args");
}
@TestMetadata("suppressAllWarningsJvm.args")
public void testSuppressAllWarningsJvm() throws Exception {
runTest("compiler/testData/cli/jvm/suppressAllWarningsJvm.args");
@@ -861,6 +846,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/useDeclarationThatWasExperimentalWithoutMarker.args");
}
@TestMetadata("useDeclarationThatWasExperimentalWithoutMarker2.args")
public void testUseDeclarationThatWasExperimentalWithoutMarker2() throws Exception {
runTest("compiler/testData/cli/jvm/useDeclarationThatWasExperimentalWithoutMarker2.args");
}
@TestMetadata("useMixedNamedArgumentsFlag.args")
public void testUseMixedNamedArgumentsFlag() throws Exception {
runTest("compiler/testData/cli/jvm/useMixedNamedArgumentsFlag.args");
@@ -974,16 +964,6 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/js/inlineCycle.args");
}
@TestMetadata("irApiVersionUnsupported.args")
public void testIrApiVersionUnsupported() throws Exception {
runTest("compiler/testData/cli/js/irApiVersionUnsupported.args");
}
@TestMetadata("irLanguageVersionUnsupported.args")
public void testIrLanguageVersionUnsupported() throws Exception {
runTest("compiler/testData/cli/js/irLanguageVersionUnsupported.args");
}
@TestMetadata("jsExtraHelp.args")
public void testJsExtraHelp() throws Exception {
runTest("compiler/testData/cli/js/jsExtraHelp.args");