[K/N][Tests] Split filecheck part from test direct.kt
^KT-61259
This commit is contained in:
+8
-4
@@ -332,16 +332,20 @@ internal fun TestGroupSuite.generateFirLowLevelApiTests() {
|
||||
testClass<AbstractLLFirBlackBoxCodegenBasedTest> {
|
||||
model(
|
||||
"codegen/box",
|
||||
excludeDirs = listOf("cinterop", "script") // CInterop tests contain .DEF .H .CPP .M files, which are invalid for Compiler Core new test system
|
||||
// script is excluded until KT-60127 is implemented
|
||||
excludeDirs = listOf(
|
||||
"script", // script is excluded until KT-60127 is implemented
|
||||
"cinterop", "fileCheck/cinterop", // CInterop tests contain .DEF .H .CPP .M files, which are invalid for Compiler Core new test system
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
testClass<AbstractLLFirReversedBlackBoxCodegenBasedTest> {
|
||||
model(
|
||||
"codegen/box",
|
||||
excludeDirs = listOf("cinterop", "script") // CInterop tests contain .DEF .H .CPP .M files, which are invalid for Compiler Core new test system
|
||||
// script is excluded until KT-60127 is implemented
|
||||
excludeDirs = listOf(
|
||||
"script", // script is excluded until KT-60127 is implemented
|
||||
"cinterop", "fileCheck/cinterop", // CInterop tests contain .DEF .H .CPP .M files, which are invalid for Compiler Core new test system
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user