Tests
- Printf/Printf/dynamic @test #= /cache/build/default-aws-aarch64-ci-0-5/julialang/julia-master/julia-69db0a5f2b/share/julia/stdlib/v1.13/Printf/test/runtests.jl:1080 =# Printf.@sprintf("%-0*o", 20, 511) == #= /cache/build/default-aws-aarch64-ci-0-5/julialang/julia-master/julia-69db0a5f2b/share/julia/stdlib/v1.13/Printf/test/runtests.jl:1080 =# Printf.@sprintf("%-020o", 511)stdlib/Printf/test/runtests.jl:1080github100% reliable0μs average duration
- functional @test #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZQ07FJYVY.0/build/default-grannysmith-C07ZQ07FJYVY-0/julialang/julia-master/julia-8d77b5392f/share/julia/test/functional.jl:141 =# @inferred(findall((x->begin #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZQ07FJYVY.0/build/default-grannysmith-C07ZQ07FJYVY-0/julialang/julia-master/julia-8d77b5392f/share/julia/test/functional.jl:141 =# true end), gen))::Vector{Int} == [1, 2, 3]share/julia/test/functional.jl:141github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::Matrix{Float64}, ::LinearAlgebra.Hermitian{Int64, S} where S<:(AbstractMatrix{<:Int64}), ::LinearAlgebra.Symmetric{Float32, S} where S<:(AbstractMatrix{<:Float32}), α, β)/α = 1.0, β = false/adjoint and transpose/fa = adjoint, fb = identity @test returned_mat === Ccopystdlib/LinearAlgebra/test/addmul.jl:141github100% reliable0μs average duration
- Compiler/effects @test fully_eliminated(; retval = :foo) do #= /cache/build/default-aws-aarch64-ci-0-1/julialang/julia-master/julia-f0bbef954f/share/julia/Compiler/test/effects.jl:579 =# nested_mutable_consistent(:foo) endshare/julia/Compiler/test/effects.jl:578github100% reliable0μs average duration
- SparseArrays/higherorderfns/broadcast[!] over combinations of scalars and sparse vectors/matrices @test #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-XG3Q6T6R70.0/build/default-honeycrisp-XG3Q6T6R70-0/julialang/julia-master/julia-cc4f8abcd3/share/julia/stdlib/v1.13/SparseArrays/test/higherorderfns.jl:387 =# @allocated(broadcast!(*, X, sparseargs...)) <= 900stdlib/SparseArrays/test/higherorderfns.jl:387github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::Matrix{Float64}, ::LinearAlgebra.Bidiagonal{Float64, V} where V<:AbstractVector{Float64}, ::LinearAlgebra.UnitUpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β)/α = -0.8959017073433526, β = -0.8959017073433526 @test returned_mat === Ccopystdlib/LinearAlgebra/test/addmul.jl:141github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::LinearAlgebra.Diagonal{BigFloat, V} where V<:AbstractVector{BigFloat}, ::LinearAlgebra.Diagonal{Float64, V} where V<:AbstractVector{Float64}, ::LinearAlgebra.Diagonal{Int64, V} where V<:AbstractVector{Int64}, α, β)/α = 1.0, β = -0.3595349722351450783008885991876013576984405517578125/β = 0 ignores C .= NaN @test ≈(collect(returned_mat), exp_val, rtol = rtol, atol = atol)stdlib/LinearAlgebra/test/addmul.jl:145github100% reliable0μs average duration
- iterators @test #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-HL2F7YQ3XH.0/build/default-honeycrisp-HL2F7YQ3XH-0/julialang/julia-master/julia-7cce1d3ade/share/julia/test/iterators.jl:68 =# @inferred(eltype(z)) == Tuple{Int, Int, Int}share/julia/test/iterators.jl:68github100% reliable0μs average duration
- REPL @test #= /cache/build/default-aws-aarch64-ci-0-1/julialang/julia-master/julia-fb01f9159c/share/julia/stdlib/v1.13/REPL/test/lineedit.jl:251 =# @inferred LineEdit.edit_move_left(buf)stdlib/REPL/test/lineedit.jl:251github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::LinearAlgebra.Diagonal{Float64, V} where V<:AbstractVector{Float64}, ::LinearAlgebra.Diagonal{Float32, V} where V<:AbstractVector{Float32}, ::LinearAlgebra.Diagonal{Int64, V} where V<:AbstractVector{Int64}, α, β)/α = 0.9609238541300001, β = 0.9609238541300001/α = 0 ignores A .= NaN @test ≈(collect(returned_mat), exp_val, rtol = rtol, atol = atol)stdlib/LinearAlgebra/test/addmul.jl:145github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::Matrix{Float64}, ::LinearAlgebra.UnitUpperTriangular{Float64, S} where S<:AbstractMatrix{Float64}, ::LinearAlgebra.Hermitian{Int64, S} where S<:(AbstractMatrix{<:Int64}), α, β)/α = -0.9432164876026553, β = -0.9432164876026553/adjoint and transpose/fa = adjoint, fb = adjoint @test ≈(collect(returned_mat), exp_val, rtol = rtol, atol = atol)stdlib/LinearAlgebra/test/addmul.jl:145github100% reliable0μs average duration
- bitarray/map over bitarrays/map! for length 127 @test map!(!, b, b1) == map!((x->begin #= /usr/home/julia/.buildkite-agent/builds/freebsd13-amdci6-3/julialang/julia-master/julia-f0bbef954f/share/julia/test/bitarray.jl:1490 =# !x end), b, b1) == broadcast(~, b1) == bshare/julia/test/bitarray.jl:1490github100% reliable0μs average duration
- LinearAlgebra/adjtrans/Adjoint and Transpose inner constructor basics @test begin X = Transpose{Transpose{Int, Matrix{Int}}, Matrix{Matrix{Int}}}(intmatmat) #= C:\buildkite-agent\builds\win2k22-amdci6-1\julialang\julia-buildkite\julia-e746505b7d\share\julia\stdlib\v1.13\LinearAlgebra\test\adjtrans.jl:45 =# X isa Transpose{Transpose{Int, Matrix{Int}}, Matrix{Matrix{Int}}} && X.parent === intmatmat endstdlib/LinearAlgebra/test/adjtrans.jl:44github100% reliable0μs average duration
- subtype @test _type_intersect($(Expr(:escape, :(#= /cache/build/tester-amdci4-15/julialang/julia-master/julia-36b046dc11/share/julia/test/subtype.jl:827 =# @UnionAll N Tuple{NTuple{N, Integer}, NTuple{N, Integer}}))), $(Expr(:escape, :(Tuple{Tuple{Integer, Integer}, Tuple{Vararg{Integer}}})))) == $(Expr(:escape, :(Tuple{Tuple{Integer, Integer}, Tuple{Integer, Integer}})))share/julia/test/subtype.jl:827github100% reliable0μs average duration
- Compiler/inference @test Base.return_types((Function,)) do f #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-macmini-x64-5.0/build/default-macmini-x64-5-0/julialang/julia-master/julia-03861bbbaf/share/julia/Compiler/test/inference.jl:3968 =# f_constprop_simple(f, 1) end |> only == Valshare/julia/Compiler/test/inference.jl:3967github100% reliable0μs average duration
- reducedim/+/-Inf in findmin/findmax/minimum/maximum @test isequal(findmin((x->begin #= /cache/build/default-aws-aarch64-ci-0-1/julialang/julia-master/julia-facd44c2ec/share/julia/test/reducedim.jl:443 =# if x == 1 Inf else -Inf end end), A′, dims = tup), (rval, rind))share/julia/test/reducedim.jl:443github100% reliable0μs average duration
- LinearAlgebra/dense/Matrix trigonometry/Tests for ComplexF64 @test #= /cache/build/tester-amdci4-14/julialang/julia-master/julia-7765c4b376/share/julia/stdlib/v1.13/LinearAlgebra/test/dense.jl:681 =# @inferred(csc(A)) ≈ inv(sin(A))stdlib/LinearAlgebra/test/dense.jl:681github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::Matrix{Float64}, ::Matrix{Int64}, ::LinearAlgebra.Hermitian{Int64, S} where S<:(AbstractMatrix{<:Int64}), α, β)/α = true, β = -0.19571222497266536/adjoint and transpose/fa = transpose, fb = identity @test ≈(collect(returned_mat), exp_val, rtol = rtol, atol = atol)stdlib/LinearAlgebra/test/addmul.jl:145github100% reliable0μs average duration
- bitarray/map over bitarrays/map! for length 127 @test map!(identity, b, b1) == map!((x->begin #= /cache/build/default-aws-aarch64-ci-1-4/julialang/julia-master/julia-2873cdde7c/share/julia/test/bitarray.jl:1491 =# x end), b, b1) == b1 == bshare/julia/test/bitarray.jl:1491github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::Matrix{BigFloat}, ::LinearAlgebra.UnitUpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::LinearAlgebra.UpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, α, β)/α = true, β = 0.74299758138051197331463981754495762288570404052734375/adjoint and transpose/fa = transpose, fb = transpose @test ≈(collect(returned_mat), exp_val, rtol = rtol, atol = atol)stdlib/LinearAlgebra/test/addmul.jl:145github100% reliable0μs average duration