Tracy.jl icon indicating copy to clipboard operation
Tracy.jl copied to clipboard

zone count tests error on apple silicon

Open KristofferC opened this issue 8 months ago • 0 comments

For example on 1.10.9. Could be

     Testing Running tests...
[ Info: Waiting for tracy to connect...
[ Info: Connected!
Hello, world!
Hello, world!
Hello, world!
Test Summary: |Time
msg           | None  0.0s
check zone data: Test Failed at /Users/kristoffercarlsson/JuliaPkgs/Tracy.jl/test/runtests.jl:87
  Expression: zone.counts == "20"
   Evaluated: "19" == "20"

Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.10.9+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined]
 [2] macro expansion
   @ ~/JuliaPkgs/Tracy.jl/test/runtests.jl:87 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.10.9+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined]
 [4] top-level scope
   @ ~/JuliaPkgs/Tracy.jl/test/runtests.jl:71
check zone data: Test Failed at /Users/kristoffercarlsson/JuliaPkgs/Tracy.jl/test/runtests.jl:95
  Expression: zone.counts == "30"
   Evaluated: "20" == "30"

Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.10.9+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined]
 [2] macro expansion
   @ ~/JuliaPkgs/Tracy.jl/test/runtests.jl:95 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.10.9+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined]
 [4] top-level scope
   @ ~/JuliaPkgs/Tracy.jl/test/runtests.jl:71
check zone data: Test Failed at /Users/kristoffercarlsson/JuliaPkgs/Tracy.jl/test/runtests.jl:93
  Expression: zone.counts == "20"
   Evaluated: "12" == "20"

Stacktrace:
 [1] macro expansion
   @ ~/.julia/juliaup/julia-1.10.9+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined]
 [2] macro expansion
   @ ~/JuliaPkgs/Tracy.jl/test/runtests.jl:93 [inlined]
 [3] macro expansion
   @ ~/.julia/juliaup/julia-1.10.9+0.aarch64.apple.darwin14/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined]
 [4] top-level scope
   @ ~/JuliaPkgs/Tracy.jl/test/runtests.jl:71
Test Summary:   | Pass  Fail  Total  Time
check zone data |   19     3     22  0.2s
ERROR: LoadError: Some tests did not pass: 19 passed, 3 failed, 0 errored, 0 broken.
in expression starting at /Users/kristoffercarlsson/JuliaPkgs/Tracy.jl/test/runtests.jl:26
ERROR: Package Tracy errored during testing

Maybe fixed on newer tracy versions?

KristofferC avatar Apr 15 '25 15:04 KristofferC