Tests: merge firTestWithJvmBackend into testsWithJvmBackend

This commit is contained in:
Alexander Udalov
2023-06-26 15:20:06 +02:00
committed by Space Team
parent 9935519656
commit 8fc6c03e16
8 changed files with 19 additions and 41 deletions
@@ -25,6 +25,12 @@ public class DiagnosticsTestWithJvmIrBackendGenerated extends AbstractDiagnostic
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/testsWithJvmBackend"), Pattern.compile("^(.+)\\.kts?$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), TargetBackend.JVM_IR, true);
}
@Test
@TestMetadata("exceptionFromInterpreter.kt")
public void testExceptionFromInterpreter() throws Exception {
runTest("compiler/testData/diagnostics/testsWithJvmBackend/exceptionFromInterpreter.kt");
}
@Test
@TestMetadata("indirectInlineCycle.kt")
public void testIndirectInlineCycle() throws Exception {