[FIR][LT] Enable parallel execution for LT tests

This commit is contained in:
Andrey Zinovyev
2021-04-20 15:00:33 +03:00
committed by TeamCityServer
parent 0a811bdd1a
commit ac0af39660
3 changed files with 2 additions and 438 deletions
@@ -124,8 +124,7 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
}
testClass<AbstractFirDiagnosticsWithLightTreeTest>(
suiteTestClassName = "FirOldFrontendDiagnosticsWithLightTreeTestGenerated",
annotations = listOf(annotation(Execution::class.java, ExecutionMode.SAME_THREAD))
suiteTestClassName = "FirOldFrontendDiagnosticsWithLightTreeTestGenerated"
) {
model("diagnostics/tests", excludedPattern = excludedFirTestdataPattern)
model("diagnostics/testsWithStdLib", excludedPattern = excludedFirTestdataPattern)
@@ -148,9 +147,7 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
model("resolveWithStdlib", pattern = TestGeneratorUtil.KT_WITHOUT_DOTS_IN_NAME)
}
testClass<AbstractFirDiagnosticsWithLightTreeTest>(
annotations = listOf(annotation(Execution::class.java, ExecutionMode.SAME_THREAD))
) {
testClass<AbstractFirDiagnosticsWithLightTreeTest> {
model("resolve", pattern = TestGeneratorUtil.KT_WITHOUT_DOTS_IN_NAME)
model("resolveWithStdlib", pattern = TestGeneratorUtil.KT_WITHOUT_DOTS_IN_NAME)
}