[Gradle, JS] Migrate JS cli tests to ir backend
This commit is contained in:
committed by
Space Team
parent
38533977f0
commit
148d8c9246
@@ -1318,11 +1318,6 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/js/firMppWithKlib.args");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineCycle.args")
|
||||
public void testInlineCycle() throws Exception {
|
||||
runTest("compiler/testData/cli/js/inlineCycle.args");
|
||||
}
|
||||
|
||||
@TestMetadata("jsExtraHelp.args")
|
||||
public void testJsExtraHelp() throws Exception {
|
||||
runTest("compiler/testData/cli/js/jsExtraHelp.args");
|
||||
@@ -1358,21 +1353,6 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/js/libraryDirNotFound.args");
|
||||
}
|
||||
|
||||
@TestMetadata("moduleWithMetadataOnlyDependency.args")
|
||||
public void testModuleWithMetadataOnlyDependency() throws Exception {
|
||||
runTest("compiler/testData/cli/js/moduleWithMetadataOnlyDependency.args");
|
||||
}
|
||||
|
||||
@TestMetadata("modulesWithSameNames.args")
|
||||
public void testModulesWithSameNames() throws Exception {
|
||||
runTest("compiler/testData/cli/js/modulesWithSameNames.args");
|
||||
}
|
||||
|
||||
@TestMetadata("modulesWithSameNamesAndFunc.args")
|
||||
public void testModulesWithSameNamesAndFunc() throws Exception {
|
||||
runTest("compiler/testData/cli/js/modulesWithSameNamesAndFunc.args");
|
||||
}
|
||||
|
||||
@TestMetadata("nonExistingKotlinHome.args")
|
||||
public void testNonExistingKotlinHome() throws Exception {
|
||||
runTest("compiler/testData/cli/js/nonExistingKotlinHome.args");
|
||||
@@ -1388,21 +1368,6 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/js/notValidLibraryDir.args");
|
||||
}
|
||||
|
||||
@TestMetadata("outputIsDirectory.args")
|
||||
public void testOutputIsDirectory() throws Exception {
|
||||
runTest("compiler/testData/cli/js/outputIsDirectory.args");
|
||||
}
|
||||
|
||||
@TestMetadata("outputPostfixFileNotFound.args")
|
||||
public void testOutputPostfixFileNotFound() throws Exception {
|
||||
runTest("compiler/testData/cli/js/outputPostfixFileNotFound.args");
|
||||
}
|
||||
|
||||
@TestMetadata("outputPrefixFileNotFound.args")
|
||||
public void testOutputPrefixFileNotFound() throws Exception {
|
||||
runTest("compiler/testData/cli/js/outputPrefixFileNotFound.args");
|
||||
}
|
||||
|
||||
@TestMetadata("perFileWithValidModuleKind.args")
|
||||
public void testPerFileWithValidModuleKind() throws Exception {
|
||||
runTest("compiler/testData/cli/js/perFileWithValidModuleKind.args");
|
||||
|
||||
Reference in New Issue
Block a user