Open aadcg opened 1 year ago
I remember that renderer tests were failing recently, but I need to refresh my Guix env to check it reliably. Stand by.
@hgluka can you reproduce?
@aadcg I can reproduce it when I just run (asdf:test-system :nyxt/gi-gtk)
in a fresh REPL.
When I run (asdf:load-system :nyxt)
first, I get no errors and all 17 assertions pass.
When running
(asdf:test-system :nyxt/gi-gtk)
. the test in the title seems to be misbehaving. Can you reproduce @aartaka?