Tests
- SparseArrays/sparsevector/Arithmetic operations/View operations ([0.0, 1.25, 0.0, 0.0, -0.75, 3.5, 0.0, 0.0], [3.25, 4.0, 0.0, 0.0, 0.0, -5.5, -6.0, 0.0]), op + @test r4 == #= /cache/build/default-aws-aarch64-ci-1-2/julialang/julia-master/julia-916fe7d35d/share/julia/stdlib/v1.13/SparseArrays/test/sparsevector.jl:836 =# @view((op(xa, xb))[1:2])stdlib/SparseArrays/test/sparsevector.jl:836github100% reliable0μs average duration
- LinearAlgebra/tridiag/elty = ComplexF64/mat_type = LinearAlgebra.SymTridiagonal/Multiplication with strided matrix/vector @test begin x = fill(1.0, n) #= C:\buildkite-agent\builds\win2k22-amdci6-1\julialang\julia-master\julia-6ce51d3c17\share\julia\stdlib\v1.13\LinearAlgebra\test\tridiag.jl:338 =# A * x ≈ Array(A) * x endstdlib/LinearAlgebra/test/tridiag.jl:338github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::Matrix{ComplexF64}, ::LinearAlgebra.Diagonal{ComplexF64, V} where V<:AbstractVector{ComplexF64}, ::LinearAlgebra.SymTridiagonal{Int64, V} where V<:AbstractVector{Int64}, α, β)/α = 0.5736993469939383 - 0.5802973672015239im, β = 0.5736993469939383 - 0.5802973672015239im/adjoint and transpose/fa = identity, fb = adjoint @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.LowerTriangular{Int64, S} where S<:AbstractMatrix{Int64}, ::LinearAlgebra.LowerTriangular{Float64, S} where S<:AbstractMatrix{Float64}, α, β)/α = true, β = 0.0/adjoint and transpose/fa = adjoint, fb = transpose @test ≈(collect(returned_mat), exp_val, rtol = rtol, atol = atol)stdlib/LinearAlgebra/test/addmul.jl:145github100% reliable0μs average duration
- tuple/ntuple @test #= /usr/home/julia/.buildkite-agent/builds/freebsd13-amdci6-1/julialang/julia-master/julia-6d83987359/share/julia/test/tuple.jl:509 =# @inferred(ntuple(abs2, Val(0))) == ()share/julia/test/tuple.jl:509github100% reliable0μs average duration
- Compiler/irpasses @test any((#= /cache/build/default-aws-aarch64-ci-0-4/julialang/julia-master/julia-d934b032ea/share/julia/Compiler/test/irpasses.jl:1140 =# @nospecialize(stmt)->begin #= /cache/build/default-aws-aarch64-ci-0-4/julialang/julia-master/julia-d934b032ea/share/julia/Compiler/test/irpasses.jl:1140 =# stmt isa Core.GotoIfNot end), ir.stmts.stmt)share/julia/Compiler/test/irpasses.jl:1140github100% reliable0μs average duration
- Printf/Printf/dynamic @test #= /cache/build/tester-amdci5-10/julialang/julia-master/julia-5fe40c6d34/share/julia/stdlib/v1.13/Printf/test/runtests.jl:852 =# Printf.@sprintf("% 0*.*f", 8, 1, 1.234) == #= /cache/build/tester-amdci5-10/julialang/julia-master/julia-5fe40c6d34/share/julia/stdlib/v1.13/Printf/test/runtests.jl:852 =# Printf.@sprintf("% 08.1f", 1.234)stdlib/Printf/test/runtests.jl:852github100% reliable0μs average duration
- fastmath/mixed real/complex arithmetic @test #= /cache/build/default-aws-aarch64-ci-1-1/julialang/julia-master/julia-7fa969ab3c/share/julia/test/fastmath.jl:229 =# @fastmath(chalf ^ 3) ≈ chalf ^ 3share/julia/test/fastmath.jl:229github100% reliable0μs average duration
- bitarray/map over bitarrays/map! for length 128 @test map!(>=, b, b1, b2) == map!(((x, y)->begin #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-XC9YQX9HH2.0/build/default-honeycrisp-XC9YQX9HH2-0/julialang/julia-master/julia-c5c248c3e9/share/julia/test/bitarray.jl:1508 =# x >= y end), b, b1, b2) == (b1 .>= b2) == bshare/julia/test/bitarray.jl:1508github100% reliable0μs average duration
- backtrace @test string((st[1]).file) == #= /cache/build/tester-amdci5-9/julialang/julia-master/julia-192f1228f0/share/julia/test/backtrace.jl:168 =# @__FILE__()share/julia/test/backtrace.jl:168github100% reliable0μs average duration
- Printf/Printf/dynamic @test #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZQ07RJYVY.0/build/default-grannysmith-C07ZQ07RJYVY-0/julialang/julia-master/julia-6ce51d3c17/share/julia/stdlib/v1.13/Printf/test/runtests.jl:1078 =# Printf.@sprintf("%0-*u", 20, 1024) == #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZQ07RJYVY.0/build/default-grannysmith-C07ZQ07RJYVY-0/julialang/julia-master/julia-6ce51d3c17/share/julia/stdlib/v1.13/Printf/test/runtests.jl:1078 =# Printf.@sprintf("%0-20u", 1024)stdlib/Printf/test/runtests.jl:1078github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::LinearAlgebra.UpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::LinearAlgebra.UpperTriangular{Float32, S} where S<:AbstractMatrix{Float32}, ::LinearAlgebra.UnitUpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, α, β)/α = 1.0435136643461770944441013853065669536590576171875, β = 1.0435136643461770944441013853065669536590576171875/β = 0 ignores C .= NaN @test ≈(collect(returned_mat), exp_val, rtol = rtol, atol = atol)stdlib/LinearAlgebra/test/addmul.jl:145github100% reliable0μs average duration
- ranges/ranges/indexing @test #= /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-4ebbaa16bf/share/julia/test/ranges.jl:354 =# @inferred((0.1f0:0.1f0:0.3f0)[2]) === 0.2f0share/julia/test/ranges.jl:354github100% reliable0μs average duration
- Compiler/inference @test Base.infer_exception_type((Vector{Any},)) do args #= /cache/build/tester-amdci5-11/julialang/julia-master/julia-d934b032ea/share/julia/Compiler/test/inference.jl:6251 =# Core.throw_methoderror(args...) end == Union{MethodError, ArgumentError}share/julia/Compiler/test/inference.jl:6250github100% reliable0μs average duration
- iterators @test #= /cache/build/tester-amdci4-11/julialang/julia-master/julia-470ff4860a/share/julia/test/iterators.jl:527 =# @inferred(length(flatten(1:6))) == 6share/julia/test/iterators.jl:527github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::LinearAlgebra.LowerTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::LinearAlgebra.UnitLowerTriangular{Float64, S} where S<:AbstractMatrix{Float64}, ::LinearAlgebra.Diagonal{BigFloat, V} where V<:AbstractVector{BigFloat}, α, β)/α = 1.0, β = 0.181137818504678971276433685488882474601268768310546875/α = 0 ignores A .= NaN @test returned_mat === Ccopystdlib/LinearAlgebra/test/addmul.jl:141github100% reliable0μs average duration
- numbers/get(x::Number, ...) @test get((()->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-824766c861/share/julia/test/numbers.jl:2451 =# c[] += 1 end), x, -1) == 2share/julia/test/numbers.jl:2451github100% reliable0μs average duration
- errorshow @test #= C:\buildkite-agent\builds\win2k22-amdci6-2\julialang\julia-master\julia-8418259338\share\julia\test\errorshow.jl:565 =# @__MODULE__() == #= C:\buildkite-agent\builds\win2k22-amdci6-2\julialang\julia-master\julia-8418259338\share\julia\test\errorshow.jl:565 =# @macroexpand(#= C:\buildkite-agent\builds\win2k22-amdci6-2\julialang\julia-master\julia-8418259338\share\julia\test\errorshow.jl:565 =# TwoargMacroExpand.@modulecontext())share/julia/test/errorshow.jl:565github100% reliable0μs average duration
- reduce @test reduce(((a, b)->begin #= C:\buildkite-agent\builds\win2k22-amdci6-2\julialang\julia-master\julia-468e813000\share\julia\test\reduce.jl:475 =# a .| b end), fill(falses(5), 24)) == falses(5)share/julia/test/reduce.jl:475github100% reliable0μs average duration
- abstractarray/T = Main.Test42Main_abstractarray.TSlow, shape = (1, 2, 3, 4) @test getindex(A, 1) == 1share/julia/test/abstractarray.jl:645github100% reliable0μs average duration