[FIR] Enable BlackBoxAgainstJavaCodegen tests for FIR.

23 out of 156 tests (14.7%) are currently failing.
This commit is contained in:
Mark Punzalan
2020-09-29 00:13:07 +00:00
committed by Mikhail Glukhikh
parent 348ba3e08c
commit 69cd729506
26 changed files with 1285 additions and 0 deletions
@@ -538,6 +538,10 @@ fun main(args: Array<String>) {
testClass<AbstractFirBlackBoxInlineCodegenTest> {
model("codegen/boxInline", targetBackend = TargetBackend.JVM_IR, excludeDirs = listOf("oldLanguageVersions"))
}
testClass<AbstractFirBlackBoxAgainstJavaCodegenTest> {
model("codegen/boxAgainstJava", targetBackend = TargetBackend.JVM_IR, excludeDirs = listOf("oldLanguageVersions"))
}
}
testGroup(