JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
613 stars 251 forks source link

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

Closed George9000 closed 6 months ago

George9000 commented 6 months ago
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 commented 6 months ago

This is caused by https://github.com/JuliaLang/julia/issues/52458

George9000 commented 6 months ago

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