sharplispers / clx

a fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp
Other
114 stars 46 forks source link

Tests failing with SBCL 2.4.5 #208

Closed MIvanchev closed 1 month ago

MIvanchev commented 3 months ago

Hey, I'm packaging CLX for Void Linux and I got 2 failing tests:

 Test run had 3 failures:

  Failure 1: FAILED-ASSERTION when running XLIB-TEST-DISPLAYS::GRAPHICS-CONTEXTS
    FINISHES block did not finish: FIASCO:FINISHES

  Failure 2: UNEXPECTED-ERROR when running XLIB-TEST-DISPLAYS::GRAPHICS-CONTEXTS
    The value
      :ON-OFF-DASH
    is not of type
      (MEMBER :DOUBLE-DASH :DASH :SOLID)
    when binding XLIB::VALUE

  Failure 3: FAILED-ASSERTION when running XLIB-TEST-DISPLAYS::WINDOWS-AND-PIXMAPS
    Binary predicate (= X Y) failed.
    x: (XLIB:DRAWABLE-WIDTH XLIB-TEST-DISPLAYS::CHILD-WINDOW) => 120
    y: 100 => 100

can somebody help? Full build log is here https://github.com/void-linux/void-packages/actions/runs/9357745671/job/25758175185?pr=49434