Update tests after switching to LV 2.0

Related to KT-59171
This commit is contained in:
Mikhail Glukhikh
2023-06-21 17:11:59 +02:00
committed by Space Team
parent 5fb38008b7
commit 2a8b655294
218 changed files with 531 additions and 1187 deletions
@@ -1120,21 +1120,6 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/resultInReturnTypeSupportedByDefault15.args");
}
@TestMetadata("resultInReturnTypeUnsupportedByDefault14.args")
public void testResultInReturnTypeUnsupportedByDefault14() throws Exception {
runTest("compiler/testData/cli/jvm/resultInReturnTypeUnsupportedByDefault14.args");
}
@TestMetadata("resultInReturnTypeWithEnabledInlineClasses.args")
public void testResultInReturnTypeWithEnabledInlineClasses() throws Exception {
runTest("compiler/testData/cli/jvm/resultInReturnTypeWithEnabledInlineClasses.args");
}
@TestMetadata("resultInReturnTypeWithEnabledInlineClassesXX.args")
public void testResultInReturnTypeWithEnabledInlineClassesXX() throws Exception {
runTest("compiler/testData/cli/jvm/resultInReturnTypeWithEnabledInlineClassesXX.args");
}
@TestMetadata("returnAsWhenKey.args")
public void testReturnAsWhenKey() throws Exception {
runTest("compiler/testData/cli/jvm/returnAsWhenKey.args");
@@ -1240,11 +1225,6 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/useMixedNamedArgumentsFlag.args");
}
@TestMetadata("variableInWhenSubject.args")
public void testVariableInWhenSubject() throws Exception {
runTest("compiler/testData/cli/jvm/variableInWhenSubject.args");
}
@TestMetadata("warningJdkWithNoJdk.args")
public void testWarningJdkWithNoJdk() throws Exception {
runTest("compiler/testData/cli/jvm/warningJdkWithNoJdk.args");