Package: libsdl3 / 3.3.2+git20251103~dc5b136+ds-1

Metadata

Package Version Patches format
libsdl3 3.3.2+git20251103~dc5b136+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
test Set a much longer timeout for testatomic on GNU Hurd.patch | (download)

test/CMakeLists.txt | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 test: set a much longer timeout for testatomic on gnu/hurd

The `FIFO test` part of this test-case exercises not only atomic
operations, but also multi-threading more generally, because it has
multiple threads that artificially cause lock contention. libpthread
on the Hurd is mostly implemented in user-space without kernel assistance,
its kernel and user-space are not well-optimized, and Hurd on i386 in
particular only supports one CPU core, so this can be very slow.

Tested-by: Pino Toscano