[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
@@ -71,13 +71,22 @@ fun main() {
|
||||
model("codegen/boxInline", targetBackend = TargetBackend.NATIVE)
|
||||
}
|
||||
testClass<AbstractClassicNativeIrTextTest> {
|
||||
model("ir/irText")
|
||||
model(
|
||||
"ir/irText",
|
||||
excludeDirs = listOf("declarations/multiplatform/k2")
|
||||
)
|
||||
}
|
||||
testClass<AbstractFirLightTreeNativeIrTextTest> {
|
||||
model("ir/irText")
|
||||
model(
|
||||
"ir/irText",
|
||||
excludeDirs = listOf("declarations/multiplatform/k1")
|
||||
)
|
||||
}
|
||||
testClass<AbstractFirPsiNativeIrTextTest> {
|
||||
model("ir/irText")
|
||||
model(
|
||||
"ir/irText",
|
||||
excludeDirs = listOf("declarations/multiplatform/k1")
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user