• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaLang / julia / #37696
77%

Build:
DEFAULT BRANCH: master
Ran 25 Feb 2024 12:15PM UTC
Jobs 1
Files 339
Run time 22s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Feb 2024 02:48AM UTC coverage: 85.86% (-1.0%) from 86.822%
#37696

push

local

web-flow
Prevent tainting native code loading from propagating (#53457)

When we use options like code coverage, we can't use the native code
present in the cache file since it is not instrumented.

PR #52123 introduced the capability of skipping the native
code during loading, but created the issue that subsequent packages
could have an explicit or implicit dependency on the native code.

PR #53439 tainted the current process by setting
`use_sysimage_native_code`, but this flag is propagated to subprocesses
and lead to a regression in test time.

Move this to a process local flag to avoid the regression.
In the future we might be able to change the calling convention for
cross-image calls to `invoke(ci::CodeInstance, args...)` instead of
`ci.fptr(args...)` to handle native code not being present.

---------

Co-authored-by: Jameson Nash <vtjnash@gmail.com>

75044 of 87403 relevant lines covered (85.86%)

14722165.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37696.1 25 Feb 2024 12:16PM UTC 0
85.86
Source Files on build #37696
Detailed source file information is not available for this build.
  • Back to Repo
  • b8a0a397 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc