[FIR JS] Create an LT Box runner

This commit is contained in:
Nikolay Lunyak
2024-01-08 18:22:02 +02:00
committed by Space Team
parent 4b8b7aaa54
commit f7f5ac080f
5 changed files with 11227 additions and 8 deletions
File diff suppressed because it is too large Load Diff
@@ -19,7 +19,7 @@ import java.util.regex.Pattern;
@SuppressWarnings("all")
@TestMetadata("js/js.translator/testData/box")
@TestDataPath("$PROJECT_ROOT")
public class FirJsBoxTestGenerated extends AbstractFirJsBoxTest {
public class FirPsiJsBoxTestGenerated extends AbstractFirPsiJsBoxTest {
@Test
public void testAllFilesPresentInBox() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("js/js.translator/testData/box"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.JS_IR, true, "es6classes");