-
Notifications
You must be signed in to change notification settings - Fork 10
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
Failing CI tests #10
Comments
I am seeing the first 3 issues in #13. But I haven't seen any issue with Dates: this seems to be an issue with their tests or runtime system: JuliaLang/julia#29466 # Test Failed at /home/runner/work/mmtk-julia/mmtk-julia/vm/julia/usr/share/julia/stdlib/v1.8/Dates/test/io.jl:45
# Expression: repr(t) == shown
# Evaluated: "Time(0, 0, 0, 1)" == "Dates.Time(0, 0, 0, 1)" Sockets: # getnameinfo(ip"0.1.1.1") == "0.1.1.1"
# DNSError: ip"0.1.1.1", temporary failure (EAI_AGAIN) |
The tests in |
# If the `JULIA_TEST_NETWORKING_AVAILABLE` environment variable is set to `true`, we
# always set `net_on` to `true`.
# Otherwise, we set `net_on` to true if and only if networking is actually available. It does not disable network related tests when |
There are a few tests that still fail in the Julia CI:
jl_gc_pool_alloc
.The text was updated successfully, but these errors were encountered: