-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
help wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull request
Description
https://travis-ci.org/JuliaLang/julia/jobs/418783280#L2142-L2145
Some tests did not pass: 597 passed, 1 failed, 0 errored, 0 broken.LinearAlgebra/matmul: Test Failed at /tmp/julia/share/julia/stdlib/v1.1/LinearAlgebra/test/matmul.jl:449
Expression: detect_ambiguities(LinearAlgebra, Base; imported=true, recursive=true) == []
Evaluated: Tuple{Method,Method}[(unsafe_convert(::Type{Main.Test97Main_ccall.SpillPint}, vr) in Main.Test97Main_ccall at /tmp/julia/share/julia/test/ccall.jl:1268, unsafe_convert(::Type{T}, x::T) where T in Base at essentials.jl:346)] == Any[]
Looks like this may happen if the ccall test and the LinearAlgebra tests are run on the same worker? May need a unsafe_convert(::Type{SpillPint}, x::SpillPint) = x method.
Metadata
Metadata
Assignees
Labels
help wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull request