[Test] Migrate AbstractIrCompileKotlinAgainstKotlinTest to new infrastructure
This commit is contained in:
-10
@@ -400,16 +400,6 @@ fun generateJUnit3CompilerTests(args: Array<String>) {
|
||||
)
|
||||
}
|
||||
|
||||
testClass<AbstractJvmIrAgainstOldBoxTest> {
|
||||
model("codegen/box/compileKotlinAgainstKotlin", targetBackend = TargetBackend.JVM_MULTI_MODULE_IR_AGAINST_OLD)
|
||||
}
|
||||
testClass<AbstractJvmOldAgainstIrBoxTest> {
|
||||
model(
|
||||
"codegen/box/compileKotlinAgainstKotlin",
|
||||
targetBackend = TargetBackend.JVM_MULTI_MODULE_OLD_AGAINST_IR
|
||||
)
|
||||
}
|
||||
|
||||
testClass<AbstractIrBytecodeListingTest> {
|
||||
model("codegen/bytecodeListing", targetBackend = TargetBackend.JVM_IR)
|
||||
}
|
||||
|
||||
+8
@@ -68,6 +68,14 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
|
||||
model("codegen/box", excludeDirs = listOf("oldLanguageVersions"))
|
||||
}
|
||||
|
||||
testClass<AbstractJvmIrAgainstOldBoxTest> {
|
||||
model("codegen/box/compileKotlinAgainstKotlin")
|
||||
}
|
||||
|
||||
testClass<AbstractJvmOldAgainstIrBoxTest> {
|
||||
model("codegen/box/compileKotlinAgainstKotlin")
|
||||
}
|
||||
|
||||
testClass<AbstractIrTextTest> {
|
||||
model("ir/irText")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user