Tests
- arrayops/row/column/slice iterators/eachslice inference (#45923) @test #= C:\buildkite-agent\builds\win2k22-amdci6-2\julialang\julia-master\julia-89ace326a1\share\julia\test\arrayops.jl:2439 =# @inferred(f1(a)) == eachrow(a)share/julia/test/arrayops.jl:2439github100% reliable0μs average duration
- LinearAlgebra/givens/Test Givens for ComplexF64/A = ComplexF64[0.44386942435755505 - 0.40001052548291616im 0.3941459818891702 + 0.36165473213618643im 1.009769325191668 + 0.06255804393702162im -1.9247030246125272 + 0.36844478644510076im 0.405742602730954 + 0.15993658888787848im 1.697668723529554 + 0.8880406089474168im 0.16613144885450912 - 0.6065638306400324im 0.2806045672519164 - 0.1759591147469277im -1.2394760934763795 - 0.25590088224395263im 0.19660479719183205 + 0.402245413701032im; 0.1829960066777872 + 0.21820116876568232im 1.9008999975153722 + 1.5246371858178904im 0.21656195898077876 + 0.14372407844825996im -0.6195481418918904 - 1.8576611592757066im 0.2589809165115358 - 0.5976113556425486im 0.738580040742753 - 1.6325178664651387im -0.4670234709003927 - 1.2291775603450055im 0.40074248173213245 + 1.0174014840646526im 0.3638975834507972 + 1.0773167883130088im -0.5449807190156253 - 0.9749004813808047im; -0.5288807247669187 + 1.2298764473099193im -1.2997485288664852 + 0.9815542130653563im -0.8966730642817637 @test_throws nothing givens(A, 3, 3, 2)stdlib/LinearAlgebra/test/givens.jl:46github100% reliable0μs average duration
- LinearAlgebra/lq/eltya = ComplexF32, n = 13/eltyb = ComplexF32/isview = false/Basic ops @test Array(copy(adjoint(lqa))) ≈ a'stdlib/LinearAlgebra/test/lq.jl:54github100% reliable9.58ms average duration
- Compiler/inference @test any((x->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-73607de080/share/julia/Compiler/test/inference.jl:4307 =# x isa Core.PhiNode end), ci.code)share/julia/Compiler/test/inference.jl:4307github100% reliable0μs average duration
- Compiler/inference @test #= /cache/build/tester-amdci4-9/julialang/julia-master/julia-a27d783439/share/julia/Compiler/test/inference.jl:415 =# @inferred(MyColors.myeltype(MyColors.RGB{Float32})) == Float32share/julia/Compiler/test/inference.jl:415github100% reliable0μs average duration
- Printf/Printf/dynamic @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-f0b34608fe/share/julia/stdlib/v1.13/Printf/test/runtests.jl:1105 =# Printf.@sprintf("%*.*o", 20, 5, UInt(4294966785)) == #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-HL2F7YQ3XH.0/build/default-honeycrisp-HL2F7YQ3XH-0/julialang/julia-master/julia-f0b34608fe/share/julia/stdlib/v1.13/Printf/test/runtests.jl:1105 =# Printf.@sprintf("%20.5o", UInt(4294966785))stdlib/Printf/test/runtests.jl:1105github100% reliable0μs average duration
- strings/util/bytes2hex and hex2bytes/Issue 23161 @test begin #= C:\buildkite-agent\builds\win2k22-amdci6-5\julialang\julia-master\julia-400d0b12d2\share\julia\test\strings\util.jl:745 =# s = view(b"012345ab", 1:6) #= C:\buildkite-agent\builds\win2k22-amdci6-5\julialang\julia-master\julia-400d0b12d2\share\julia\test\strings\util.jl:746 =# d = view(zeros(UInt8, 10), 1:3) #= C:\buildkite-agent\builds\win2k22-amdci6-5\julialang\julia-master\julia-400d0b12d2\share\julia\test\strings\util.jl:747 =# hex2bytes!(d, s) == UInt8[0x01, 0x23, 0x45] endshare/julia/test/strings/util.jl:744github100% reliable0μs average duration
- subtype @test issub_strict(#= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZM05NJYVY.0/build/default-grannysmith-C07ZM05NJYVY-0/julialang/julia-master/julia-71a9406bc7/share/julia/test/subtype.jl:185 =# @UnionAll(T, Pair{T, T}), Pair)share/julia/test/subtype.jl:185github100% reliable0μs average duration
- LinearAlgebra/tridiag/elty = Float32/tril/triu @test #= /usr/home/julia/.buildkite-agent/builds/freebsd13-amdci6-1/julialang/julia-master/julia-bd67367448/share/julia/stdlib/v1.13/LinearAlgebra/test/tridiag.jl:150 =# @inferred(tril!(copy(Tridiagonal(dl, d, du)))) == Tridiagonal(dl, d, zerosdu)stdlib/LinearAlgebra/test/tridiag.jl:150github100% reliable0μs average duration
- broadcast @test #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-macmini-x64-6.0/build/default-macmini-x64-6-0/julialang/julia-master/julia-df1b07ec4a/share/julia/test/broadcast.jl:414 =# @inferred(broadcast(round, Int, [1])) == [1]share/julia/test/broadcast.jl:414github100% reliable0μs average duration
- atomics @test swapglobal!(Main.Test91Main_atomics, :g1_Int64, T(1231), :sequentially_consistent) === T(12332)share/julia/test/atomics.jl:566github100% reliable0μs average duration
- Printf/Printf/integers @test #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-R17H3W25T9.0/build/default-honeycrisp-R17H3W25T9-0/julialang/julia-master/julia-0476ea1f20/share/julia/stdlib/v1.13/Printf/test/runtests.jl:588 =# Printf.@sprintf("%#-08.2x", 1) == "0x01 "stdlib/Printf/test/runtests.jl:588github100% reliable0μs average duration
- subarray/@view (and replace_ref_begin_end!) @test #= /cache/build/tester-amdci5-13/julialang/julia-master/julia-885c03ebcc/share/julia/test/subarray.jl:725 =# @views(A[]) == 2share/julia/test/subarray.jl:725github100% reliable0μs average duration
- LinearAlgebra/addmul/mul!(::Matrix{BigFloat}, ::LinearAlgebra.SymTridiagonal{Float64, V} where V<:AbstractVector{Float64}, ::LinearAlgebra.UpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β)/α = 1.0, β = -1.0410130380772730784855184538173489272594451904296875/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
- LinearAlgebra/addmul/mul!(::LinearAlgebra.UpperTriangular{Float64, S} where S<:AbstractMatrix{Float64}, ::LinearAlgebra.UpperTriangular{Int32, S} where S<:AbstractMatrix{Int32}, ::LinearAlgebra.UpperTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β)/α = true, β = -1.2552020661931067 @test returned_mat === Ccopystdlib/LinearAlgebra/test/addmul.jl:141github100% reliable0μs average duration
- Compiler/irpasses/effect-freeness computation for array allocation/-1, 2, Any @test_throws nothing #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZM05NJYVY.0/build/default-grannysmith-C07ZM05NJYVY-0/julialang/julia-master/julia-71a9406bc7/share/julia/Compiler/test/irpasses.jl:1109 =# @eval let #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZM05NJYVY.0/build/default-grannysmith-C07ZM05NJYVY-0/julialang/julia-master/julia-71a9406bc7/share/julia/Compiler/test/irpasses.jl:1110 =# Array{$T, $N}(undef, $(dims...)) #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-grannysmith-C07ZM05NJYVY.0/build/default-grannysmith-C07ZM05NJYVY-0/julialang/julia-master/julia-71a9406bc7/share/julia/Compiler/test/irpasses.jl:1111 =# nothing endshare/julia/Compiler/test/irpasses.jl:1109github100% reliable0μs average duration
- LinearAlgebra/tridiag/elty = Int64/tril/triu @test #= /cache/build/tester-amdci4-8/julialang/julia-master/julia-fb01f9159c/share/julia/stdlib/v1.13/LinearAlgebra/test/tridiag.jl:169 =# @inferred(triu!(copy(SymTridiagonal(d, dl)), 1)) == Tridiagonal(zerosdl, zerosd, dl)stdlib/LinearAlgebra/test/tridiag.jl:169github100% reliable0μs average duration
- Artifacts/artifact_hash() @test artifact_hash("socrates", joinpath(#= /usr/home/julia/.buildkite-agent/builds/freebsd13-amdci6-0/julialang/julia-master/julia-d1e21996fa/share/julia/stdlib/v1.13/Artifacts/test/runtests.jl:212 =# @__DIR__(), "Artifacts.toml"); platform = armv7l_linux) == SHA1("43563e7631a7eafae1f9f8d9d332e3de44ad7239")stdlib/Artifacts/test/runtests.jl:212github100% reliable0μs average duration
- LinearAlgebra/lq/eltya = ComplexF32, n = 13/eltyb = Float32/isview = false/Binary ops @test ≈(begin sq = size(q.factors, 2) #= /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-XC9YQX9HH2.0/build/default-honeycrisp-XC9YQX9HH2-0/julialang/julia-master/julia-192f1228f0/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/tridiag/elty = Int32/tril/triu @test #= /cache/build/tester-amdci4-11/julialang/julia-master/julia-861b454e15/share/julia/stdlib/v1.13/LinearAlgebra/test/tridiag.jl:153 =# @inferred(tril!(copy(Tridiagonal(dl, d, du)), -2)) == Tridiagonal(zerosdl, zerosd, zerosdu)stdlib/LinearAlgebra/test/tridiag.jl:153github100% reliable0μs average duration