Remove obsolete compiler flag -Xuse-ir
This commit is contained in:
committed by
Space Team
parent
2951e0b955
commit
60016d3e5b
@@ -620,11 +620,6 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/inlineCycle.args");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineCycle_ir.args")
|
||||
public void testInlineCycle_ir() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/inlineCycle_ir.args");
|
||||
}
|
||||
|
||||
@TestMetadata("instanceAccessBeforeSuperCall.args")
|
||||
public void testInstanceAccessBeforeSuperCall() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/instanceAccessBeforeSuperCall.args");
|
||||
@@ -685,11 +680,6 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/invalidMetadataVersion.args");
|
||||
}
|
||||
|
||||
@TestMetadata("irSupported.args")
|
||||
public void testIrSupported() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/irSupported.args");
|
||||
}
|
||||
|
||||
@TestMetadata("javaSealedClass.args")
|
||||
public void testJavaSealedClass() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/javaSealedClass.args");
|
||||
@@ -995,11 +985,6 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/nonLocalDisabled.args");
|
||||
}
|
||||
|
||||
@TestMetadata("nonLocalDisabled_ir.args")
|
||||
public void testNonLocalDisabled_ir() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/nonLocalDisabled_ir.args");
|
||||
}
|
||||
|
||||
@TestMetadata("nonexistentPathInModule.args")
|
||||
public void testNonexistentPathInModule() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/nonexistentPathInModule.args");
|
||||
|
||||
Reference in New Issue
Block a user