[FIR] Enable BytecodeText tests for FIR.
143 out of 767 tests (18.6%) are currently failing.
This commit is contained in:
committed by
Mikhail Glukhikh
parent
69cd729506
commit
238cc7c257
@@ -542,6 +542,10 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractFirBlackBoxAgainstJavaCodegenTest> {
|
||||
model("codegen/boxAgainstJava", targetBackend = TargetBackend.JVM_IR, excludeDirs = listOf("oldLanguageVersions"))
|
||||
}
|
||||
|
||||
testClass<AbstractFirBytecodeTextTest> {
|
||||
model("codegen/bytecodeText", targetBackend = TargetBackend.JVM_IR, excludeDirs = listOf("oldLanguageVersions"))
|
||||
}
|
||||
}
|
||||
|
||||
testGroup(
|
||||
|
||||
Reference in New Issue
Block a user