Introduce -Xprogressive

This commit is contained in:
Dmitry Savvinov
2018-03-29 13:17:09 +03:00
parent 2e9bf49921
commit e8181c0473
12 changed files with 103 additions and 11 deletions
@@ -397,6 +397,18 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/pluginSimple.args");
}
@TestMetadata("progressiveModeOff.args")
public void testProgressiveModeOff() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/cli/jvm/progressiveModeOff.args");
doJvmTest(fileName);
}
@TestMetadata("progressiveModeOn.args")
public void testProgressiveModeOn() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/cli/jvm/progressiveModeOn.args");
doJvmTest(fileName);
}
@TestMetadata("returnAsWhenKey.args")
public void testReturnAsWhenKey() throws Exception {
runTest("compiler/testData/cli/jvm/returnAsWhenKey.args");