[FIR] Add spec diagnostic tests to [JPS] Fast FIR tests run configuration

This commit is contained in:
Dmitriy Novozhilov
2021-02-12 10:31:23 +03:00
parent 5711a8d610
commit cf4e61bebb

View File

@@ -65,7 +65,7 @@ fun setupFirRunConfiguration() {
val junit = JUnit("_stub").apply { configureForKotlin("2048m") }
junit.moduleName = "kotlin.compiler.fir.fir2ir.test"
junit.pattern = """^.*\.Fir\w+TestGenerated$"""
junit.pattern = """^.*\.Fir\w+Test\w*Generated$"""
junit.vmParameters = junit.vmParameters.replace(rootDir.absolutePath, "\$PROJECT_DIR\$")
junit.workingDirectory = junit.workingDirectory.replace(rootDir.absolutePath, "\$PROJECT_DIR\$")