-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base.runtests("core")
fails on x86-64 macOS with 1.7.0
#43279
Comments
Base.runtests("core")
fails on x86-64 macOSBase.runtests("core")
fails on x86-64 macOS with 1.7.0
Same failure occurs on
|
However, running multiple tests makes Test (Worker) | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB)
int (2) | started at 2021-12-01T12:59:19.463
core (3) | started at 2021-12-01T12:59:20.066
int (2) | 17.50 | 0.26 | 1.5 | 750.38 | 354.79
core (3) | 117.84 | 11.54 | 9.8 | 13383.00 | 2138.17
Test Summary: | Pass Broken Total
Overall | 8970575 3 8970578
SUCCESS |
Can't find issue or PR right now, but we recently stumbled upon those in some other context. The problem is that |
Aha, found it: duplicate of #43004. |
While updating Homebrew's Julia to 1.7.0 (cf. Homebrew/homebrew-core#90194), I found that running
Base.runtests("core")
fails withThis reproduces on macOS 11 and 12. CI logs available here: https://github.com/Homebrew/homebrew-core/actions/runs/1522862535
To make sure that this isn't something peculiar to our build, I downloaded the official binary and encountered the exact same failure. Here's
versioninfo()
from the machine I ran that on:Is it just a matter of these tests being outdated?
julia/test/core.jl
Lines 3519 to 3521 in 3bf9d17
Those tests are still there on master, so I am wondering why this doesn't trip in CI here.
The text was updated successfully, but these errors were encountered: