[test] Exclude "K1-only" from FIR IR text tests and "K2-only" from Classic IR text tests
^KT-60390
This commit is contained in:
committed by
Space Team
parent
44d57c7751
commit
b5d8db0267
+12
-3
@@ -124,7 +124,10 @@ fun generateJUnit5CompilerTests(args: Array<String>, mainClassName: String?) {
|
||||
}
|
||||
|
||||
testClass<AbstractClassicJvmIrTextTest> {
|
||||
model("ir/irText")
|
||||
model(
|
||||
"ir/irText",
|
||||
excludeDirs = listOf("declarations/multiplatform/k2")
|
||||
)
|
||||
}
|
||||
|
||||
testClass<AbstractClassicJvmIrSourceRangesTest> {
|
||||
@@ -376,11 +379,17 @@ fun generateJUnit5CompilerTests(args: Array<String>, mainClassName: String?) {
|
||||
|
||||
testGroup(testsRoot = "compiler/fir/fir2ir/tests-gen", testDataRoot = "compiler/testData") {
|
||||
testClass<AbstractFirLightTreeJvmIrTextTest> {
|
||||
model("ir/irText")
|
||||
model(
|
||||
"ir/irText",
|
||||
excludeDirs = listOf("declarations/multiplatform/k1")
|
||||
)
|
||||
}
|
||||
|
||||
testClass<AbstractFirPsiJvmIrTextTest> {
|
||||
model("ir/irText")
|
||||
model(
|
||||
"ir/irText",
|
||||
excludeDirs = listOf("declarations/multiplatform/k1")
|
||||
)
|
||||
}
|
||||
|
||||
testClass<AbstractFirLightTreeJvmIrSourceRangesTest> {
|
||||
|
||||
Reference in New Issue
Block a user