[Gradle, JS] Fix cli tests for ir

KT-60495
This commit is contained in:
Ilya Goncharov
2023-07-26 12:51:37 +00:00
committed by Space Team
parent 3b878336dd
commit 1f9af4b452
25 changed files with 111 additions and 72 deletions
@@ -1358,11 +1358,6 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/js/jsHelp.args");
}
@TestMetadata("kotlinHomeWithoutStdlib.args")
public void testKotlinHomeWithoutStdlib() throws Exception {
runTest("compiler/testData/cli/js/kotlinHomeWithoutStdlib.args");
}
@TestMetadata("kotlinPackage.args")
public void testKotlinPackage() throws Exception {
runTest("compiler/testData/cli/js/kotlinPackage.args");
@@ -1373,11 +1368,6 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/js/languageVersion.args");
}
@TestMetadata("legacyCompilerUsageWithoutFlag.args")
public void testLegacyCompilerUsageWithoutFlag() throws Exception {
runTest("compiler/testData/cli/js/legacyCompilerUsageWithoutFlag.args");
}
@TestMetadata("libraryDirNotFound.args")
public void testLibraryDirNotFound() throws Exception {
runTest("compiler/testData/cli/js/libraryDirNotFound.args");
@@ -1448,11 +1438,6 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/js/sourceMapRelativeRoot.args");
}
@TestMetadata("sourceMapRootAuto.args")
public void testSourceMapRootAuto() throws Exception {
runTest("compiler/testData/cli/js/sourceMapRootAuto.args");
}
@TestMetadata("sourceMapRootManual.args")
public void testSourceMapRootManual() throws Exception {
runTest("compiler/testData/cli/js/sourceMapRootManual.args");
@@ -1487,11 +1472,6 @@ public class CliTestGenerated extends AbstractCliTest {
public void testWithLib() throws Exception {
runTest("compiler/testData/cli/js/withLib.args");
}
@TestMetadata("wrongAbiVersion.args")
public void testWrongAbiVersion() throws Exception {
runTest("compiler/testData/cli/js/wrongAbiVersion.args");
}
}
@TestMetadata("compiler/testData/cli/js-dce")