Skip to content
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

Julia 1.11.0-DEV.1259 make testall failure in Pkg, extensions.jl, weak deps #3759

Closed
George9000 opened this issue Jan 13, 2024 · 2 comments
Closed

Comments

@George9000
Copy link

versioninfo
julia> versioninfo()
Julia Version 1.11.0-DEV.1259
Commit 6f7380661c (2024-01-12 20:41 UTC)
Platform Info:
  OS: macOS (arm64-apple-darwin21.6.0)
  CPU: 10 × Apple M1 Max
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, apple-m1)
Threads: 4 default, 0 interactive, 2 GC (on 8 virtual cores)
Environment:
  JULIA_NUM_THREADS = 4
  JULIA_DEPOT_PATH = /Users/foo/applications/juliabuild

Pkg test errors
Error in testset Pkg:
Test Failed at /Users/foo/applications/julia11/usr/share/julia/stdlib/v1.11/Pkg/test/extensions.jl:19
  Expression: any(endswith(".cov"), readdir(joinpath(he_root, "src")))

Error in testset Pkg:
Test Failed at /Users/foo/applications/julia11/usr/share/julia/stdlib/v1.11/Pkg/test/extensions.jl:20
  Expression: any(endswith(".cov"), readdir(joinpath(he_root, "ext")))

Error in testset Pkg:
Test Failed at /Users/foo/applications/julia11/usr/share/julia/stdlib/v1.11/Pkg/test/extensions.jl:40
  Expression: any(endswith(".cov"), readdir(joinpath(hdwe_root, "src")))

@IanButterworth
Copy link
Member

This is caused by JuliaLang/julia#52458

@George9000
Copy link
Author

Since this issue will be tracked in the JuliaLang/julia repo, I will close this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants