Tests
- syntax/all-underscore varargs on the rhs @test ncalls_in_lowered(quote #= /cache/build/tester-amdci4-10/julialang/julia-master/julia-2e5e3eb826/share/julia/test/syntax.jl:2908 =# (a, _...) = (b...,) end, GlobalRef(Base, :rest)) == 0share/julia/test/syntax.jl:2908github100% reliable0μs average duration
- LinearAlgebra/lq/eltya = Float32, n = 13/eltyb = ComplexF32/isview = true/Binary ops @test ≈(begin sq = size(q.factors, 2) #= /cache/build/default-aws-aarch64-ci-1-2/julialang/julia-master/julia-17aa5d1288/share/julia/stdlib/v1.13/LinearAlgebra/test/lq.jl:72 =# (Matrix{eltyb}(I, sq, sq) * adjoint(q)) * squareQ(q) end, Matrix(I, n, n), rtol = 5000ε)stdlib/LinearAlgebra/test/lq.jl:72github100% reliable0μs average duration
- Compiler/effects @test !(fully_eliminated() do #= /cache/build/tester-amdci4-13/julialang/julia-master/julia-75d5588d46/share/julia/Compiler/test/effects.jl:259 =# (Maybe{Int}())[] end)share/julia/Compiler/test/effects.jl:258github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::Matrix{BigFloat}, ::LinearAlgebra.Bidiagonal{Float64, V} where V<:AbstractVector{Float64}, ::LinearAlgebra.UnitLowerTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β)/α = true, β = false/adjoint and transpose/fa = transpose, fb = transpose @test returned_mat === Ccopystdlib/LinearAlgebra/test/addmul.jl:141github100% reliable0μs average duration
- LinearAlgebra/uniformscaling/binary ops with matrices @test #= /cache/build/tester-amdci4-15/julialang/julia-master/julia-9aa2db581a/share/julia/stdlib/v1.13/LinearAlgebra/test/uniformscaling.jl:262 =# @inferred(I - A) == I22 - Astdlib/LinearAlgebra/test/uniformscaling.jl:262github100% reliable0μs average duration
- Compiler/inference @test Base.return_types((Any,)) do a #= /usr/home/julia/.buildkite-agent/builds/freebsd13-amdci6-1/julialang/julia-master/julia-79b39a5eda/share/julia/Compiler/test/inference.jl:4323 =# #= /usr/home/julia/.buildkite-agent/builds/freebsd13-amdci6-1/julialang/julia-master/julia-79b39a5eda/share/julia/Compiler/test/inference.jl:4323 =# @invoke invoke_constprop(a::Number, true::Bool) end |> only === Type{Number}share/julia/Compiler/test/inference.jl:4322github100% reliable0μs average duration
- Printf/Printf/dynamic @test #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZM05NJYVY.0/build/default-grannysmith-C07ZM05NJYVY-0/julialang/julia-master/julia-91505bb6a1/share/julia/stdlib/v1.13/Printf/test/runtests.jl:1088 =# Printf.@sprintf("%.*i", 20, 1024) == #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZM05NJYVY.0/build/default-grannysmith-C07ZM05NJYVY-0/julialang/julia-master/julia-91505bb6a1/share/julia/stdlib/v1.13/Printf/test/runtests.jl:1088 =# Printf.@sprintf("%.20i", 1024)stdlib/Printf/test/runtests.jl:1088github100% reliable0μs average duration
- bitarray/map over bitarrays/map! for length 256 @test map!(>, b, b1, b2) == map!(((x, y)->begin #= C:\buildkite-agent\builds\win2k22-amdci6-5\julialang\julia-master\julia-eeb64a0ab4\share\julia\test\bitarray.jl:1509 =# x > y end), b, b1, b2) == (b1 .> b2) == bshare/julia/test/bitarray.jl:1509github100% reliable0μs average duration
- Printf/Printf/integers @test #= C:\buildkite-agent\builds\win2k22-amdci6-4\julialang\julia-master\julia-fb01f9159c\share\julia\stdlib\v1.13\Printf\test\runtests.jl:701 =# Printf.@sprintf("%#020o", 511) == "00000000000000000777"stdlib/Printf/test/runtests.jl:701github100% reliable0μs average duration
- Compiler/irpasses/effect-freeness computation for array allocation/-1, 3, Nothing @test_throws nothing #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-XC9YQX9HH2.0/build/default-honeycrisp-XC9YQX9HH2-0/julialang/julia-master/julia-dc1ad5ee67/share/julia/Compiler/test/irpasses.jl:1109 =# @eval let #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-XC9YQX9HH2.0/build/default-honeycrisp-XC9YQX9HH2-0/julialang/julia-master/julia-dc1ad5ee67/share/julia/Compiler/test/irpasses.jl:1110 =# Array{$T, $N}(undef, $(dims...)) #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-XC9YQX9HH2.0/build/default-honeycrisp-XC9YQX9HH2-0/julialang/julia-master/julia-dc1ad5ee67/share/julia/Compiler/test/irpasses.jl:1111 =# nothing endshare/julia/Compiler/test/irpasses.jl:1109github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::LinearAlgebra.UpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::LinearAlgebra.UpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, ::LinearAlgebra.UnitUpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, α, β)/α = 1.0, β = -1.2370883033967825515020422244560904800891876220703125/β = 0 ignores C .= NaN @test ≈(collect(returned_mat), exp_val, rtol = rtol, atol = atol)stdlib/LinearAlgebra/test/addmul.jl:145github100% reliable0μs average duration
- bitarray/Data movement @test r1 isa ret_type || #= /cache/build/default-aws-aarch64-ci-1-5/julialang/julia-master/julia-56da69c7a0/share/julia/test/bitarray.jl:22 =# @show((ret_type, typeof(r1)))share/julia/test/bitarray.jl:22github100% reliable0μs average duration
- REPL/edit_indent_{left,right} @test transform!((buf->begin #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZQ07RJYVY.0/build/default-grannysmith-C07ZQ07RJYVY-0/julialang/julia-master/julia-c927eb3480/share/julia/stdlib/v1.13/REPL/test/lineedit.jl:838 =# LineEdit.edit_indent(buf, -2, false) end), buf) == ("1\n22\n333", 0, 0)stdlib/REPL/test/lineedit.jl:838github100% reliable0μs average duration
- Compiler/effects @test Base.return_types() do #= /cache/build/default-aws-aarch64-ci-1-4/julialang/julia-master/julia-1c3878c074/share/julia/Compiler/test/effects.jl:269 =# f() end |> only === Union{}share/julia/Compiler/test/effects.jl:268github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::Matrix{BigFloat}, ::LinearAlgebra.Symmetric{Float64, S} where S<:(AbstractMatrix{<:Float64}), ::LinearAlgebra.Hermitian{Int64, S} where S<:(AbstractMatrix{<:Int64}), α, β)/α = true, β = -0.5676259584222560494737308545154519379138946533203125/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
- iterators @test #= /usr/home/julia/.buildkite-agent/builds/freebsd13-amdci6-1/julialang/julia-master/julia-649aee791d/share/julia/test/iterators.jl:522 =# @inferred(eltype(flatten((; a = String[])))) == Stringshare/julia/test/iterators.jl:522github100% reliable0μs average duration
- Compiler/effects @test Base.infer_effects() do #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-macmini-x64-4.0/build/default-macmini-x64-4-0/julialang/julia-master/julia-b7d5a35f25/share/julia/Compiler/test/effects.jl:253 =# Maybe{Int}() end |> !(Compiler.is_consistent)share/julia/Compiler/test/effects.jl:252github100% reliable0μs average duration
- LinearAlgebra/lq/eltya = Float32, n = 13/eltyb = ComplexF32/isview = true/Binary ops @test ≈(begin sq = size(q.factors, 2) #= /cache/build/default-aws-aarch64-ci-1-1/julialang/julia-master/julia-1fae15a3cf/share/julia/stdlib/v1.13/LinearAlgebra/test/lq.jl:72 =# (Matrix{eltyb}(I, sq, sq) * adjoint(q)) * squareQ(q) end, Matrix(I, n, n), rtol = 5000ε)stdlib/LinearAlgebra/test/lq.jl:72github100% reliable0μs average duration
- LinearAlgebra/uniformscaling/binary ops with matrices @test #= /cache/build/tester-amdci4-13/julialang/julia-master/julia-130997a5b9/share/julia/stdlib/v1.13/LinearAlgebra/test/uniformscaling.jl:256 =# @inferred(A + I) == A + I22stdlib/LinearAlgebra/test/uniformscaling.jl:256github100% reliable0μs average duration
- precompile/basic precompile functionality @test map((x->begin #= C:\buildkite-agent\builds\win2k22-amdci6-5\julialang\julia-master\julia-400d0b12d2\share\julia\test\precompile.jl:478 =# x.filename end), deps) == [Foo_file]share/julia/test/precompile.jl:478github100% reliable0μs average duration