Closed ehsantn closed 8 years ago
Seems like Pkg.test(...;coverage=true) automatically sets --inline=no which causes issues for ParallelAccelerator since inlined AST is assumed for input from code_typed. Using --code-coverage=user fixes this. We need to find a solution for this since inlining decreases the coverage accuracy.
Inlining doesn't seem to decrease coverage accuracy too much for ParallelAccelerator.
When coverage is on, the package tests crash: