[FIR-TEST] Move FirBlackBoxCodegenTestGenerated to :fir2ir module
This commit is contained in:
@@ -559,7 +559,6 @@ tasks {
|
||||
":compiler:fir:lightTree:test",
|
||||
":compiler:fir:resolve:test",
|
||||
":compiler:fir:fir2ir:test",
|
||||
":compiler:firBlackBox:test",
|
||||
":idea:firTest"
|
||||
)
|
||||
}
|
||||
|
||||
@@ -118,11 +118,3 @@ projectTest(parallel = true) {
|
||||
val generateTests by generator("org.jetbrains.kotlin.generators.tests.GenerateCompilerTestsKt")
|
||||
|
||||
testsJar()
|
||||
|
||||
projectTest("firBlackBoxTest", parallel = true) {
|
||||
dependsOn(":dist")
|
||||
workingDir = rootDir
|
||||
filter {
|
||||
includeTestsMatching("org.jetbrains.kotlin.codegen.ir.FirBlackBoxCodegenTestGenerated")
|
||||
}
|
||||
}
|
||||
@@ -511,7 +511,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
testGroup(
|
||||
"compiler/tests", "compiler/testData",
|
||||
"compiler/fir/fir2ir/tests", "compiler/testData",
|
||||
testRunnerMethodName = "runTestWithCustomIgnoreDirective",
|
||||
additionalRunnerArguments = listOf("\"// IGNORE_BACKEND_FIR: \"")
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user