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