JVM_IR: Implement some BE diagnostics
TODO proper diagnostics tests with BE diagnostics
This commit is contained in:
@@ -305,6 +305,11 @@ 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("internalArgDisableLanguageFeature.args")
|
||||
public void testInternalArgDisableLanguageFeature() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/internalArgDisableLanguageFeature.args");
|
||||
@@ -555,6 +560,11 @@ 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