MakieOrg / Makie.jl

Interactive data visualizations and plotting in Julia
https://docs.makie.org/stable
MIT License
2.38k stars 302 forks source link

`GLMakie` stress test failure #3510

Closed t-bltg closed 3 weeks ago

t-bltg commented 8 months ago
] test GLMakie
     Testing Running tests...
┌ Warning: TESTING WITHOUT OPENGL DEBUGGING
└ @ Main [...]/Makie.jl/GLMakie/test/runtests.jl:11
Test Summary: | Pass  Total  Time
mimes         |    3      3  3.3s
Test Summary: | Pass  Total  Time
shader cache  |   18     18  4.5s
Test Summary: | Pass  Total  Time
unit tests    |   30     30  5.7s
Test Summary: | Pass  Total  Time
emtpy!(fig)   |   49     49  1.6s
Test Summary: | Pass  Total  Time
empty!(ax)    |   56     56  1.1s
Test Summary: | Pass  Total  Time
closing       |    2      2  3.2s
Test Summary:               | Pass  Total  Time
destroying singleton screen |    1      1  3.0s
stresstest multi displays: Test Failed at [...]/Makie.jl/GLMakie/test/unit_tests.jl:272
  Expression: all((x->begin
            x ≈ first(images)
        end), images)

Stacktrace:
 [1] macro expansion
   @ [...]/julia-1.9.4/share/julia/stdlib/v1.9/Test/src/Test.jl:478 [inlined]
 [2] macro expansion
   @ [...]/Makie.jl/GLMakie/test/unit_tests.jl:272 [inlined]
 [3] macro expansion
   @ [...]/julia-1.9.4/share/julia/stdlib/v1.9/Test/src/Test.jl:1498 [inlined]
 [4] top-level scope
   @ [...]/Makie.jl/GLMakie/test/unit_tests.jl:253
Test Summary:             | Pass  Fail  Total   Time
stresstest multi displays |  133     1    134  10.3s
ERROR: LoadError: Some tests did not pass: 133 passed, 1 failed, 0 errored, 0 broken.
in expression starting at [...]/Makie.jl/GLMakie/test/unit_tests.jl:252
julia> versioninfo()
Julia Version 1.9.4

Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 24 × 12th Gen Intel(R) Core(TM) i7-12850HX
  WORD_SIZE: 64
  LIBM: libm
  LLVM: libLLVM-14.0.6 (ORCJIT, alderlake)
  Threads: 1 on 24 virtual cores
ffreyer commented 3 weeks ago

Closing this as probably outdated/fixed