[Build] Exclude FIR codegen tests with PSI mode from aggregate test suite
Also add nightly configuration for them
This commit is contained in:
committed by
Space Team
parent
a7f62581a2
commit
9ee60e4648
+5
-1
@@ -682,7 +682,11 @@ tasks {
|
||||
dependsOn(":compiler:fir:raw-fir:light-tree2fir:test")
|
||||
dependsOn(":compiler:fir:analysis-tests:test")
|
||||
dependsOn(":compiler:fir:analysis-tests:legacy-fir-tests:test")
|
||||
dependsOn(":compiler:fir:fir2ir:test")
|
||||
dependsOn(":compiler:fir:fir2ir:aggregateTests")
|
||||
}
|
||||
|
||||
register("nightlyFirCompilerTest") {
|
||||
dependsOn(":compiler:fir:fir2ir:nightlyTests")
|
||||
}
|
||||
|
||||
register("compilerFrontendVisualizerTest") {
|
||||
|
||||
Reference in New Issue
Block a user