[FIR JS] Add a test runner for FIR JS with old diagnostic tests

This commit is contained in:
Nikolay Lunyak
2023-01-03 10:55:40 +02:00
committed by Space Team
parent 4466b2c980
commit 5ae9444745
8 changed files with 1400 additions and 40 deletions
@@ -34,7 +34,7 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
}
testClass<AbstractDiagnosticsTestWithJsStdLib> {
model("diagnostics/testsWithJsStdLib")
model("diagnostics/testsWithJsStdLib", excludedPattern = excludedFirTestdataPattern)
}
testClass<AbstractDiagnosticsTestWithOldJvmBackend> {