Debian Patches
Status for xwpe/1.6.3-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| x11-tests-poll-for-built-executable.patch | x11 tests: poll for the built executable instead of a fixed sleep The Run-accelerator GUI tests (Alt-U, Ctrl-F9) compile, link and execute the program, so the executable t.e only lands on disk after a multi-stage build driven by the GUI event loop. They slept a fixed 3 s and checked once, which raced on a loaded autopkgtest runner under Xvfb (object file t.o present, executable t.e not yet) and failed two of the 58 X11 tests on Salsa CI. . Replace the sleep + single check with a wait_for_file() helper that polls for the artifact up to a generous timeout and aborts early if xwpe dies. This is a test-harness robustness fix; it does not touch the program under test. . To be dropped at the next upstream release, which carries the fix. diff --git a/tests/x11/test_menu_run.py b/tests/x11/test_menu_run.py index 96c3729..8e528f3 100644 |
Juan Manuel Méndez Rey <juan.mendezr@proton.me> | yes | 2026-06-07 |
