Validate -Xbackend-threads CLI argument value

#KT-51846 Fixed
This commit is contained in:
Alexander Udalov
2022-04-06 00:13:07 +02:00
parent d69df1898d
commit 6402c3908c
10 changed files with 54 additions and 6 deletions
@@ -689,6 +689,21 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/kt49209.args");
}
@TestMetadata("kt51846_backendThreadsValidation1.args")
public void testKt51846_backendThreadsValidation1() throws Exception {
runTest("compiler/testData/cli/jvm/kt51846_backendThreadsValidation1.args");
}
@TestMetadata("kt51846_backendThreadsValidation2.args")
public void testKt51846_backendThreadsValidation2() throws Exception {
runTest("compiler/testData/cli/jvm/kt51846_backendThreadsValidation2.args");
}
@TestMetadata("kt51846_backendThreadsValidation3.args")
public void testKt51846_backendThreadsValidation3() throws Exception {
runTest("compiler/testData/cli/jvm/kt51846_backendThreadsValidation3.args");
}
@TestMetadata("languageVersion.args")
public void testLanguageVersion() throws Exception {
runTest("compiler/testData/cli/jvm/languageVersion.args");