aboutsummaryrefslogtreecommitdiffstats
path: root/tests/queue-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Add dispatch timeout testsSebastian Wick2025-02-041-0/+87
* client: Allow setting names for queuesDerek Foreman2024-01-221-0/+112
* debug: Replace "@<id>" with "#<id>" in logsAlex Yang2023-06-271-2/+2
* client: Do not warn about attached proxies on default queue destruction.Alexandros Frantzis2023-03-011-1/+62
* client: Abort when trying to add an event to a destroyed queueAlexandros Frantzis2023-02-281-0/+61
* client: Warn when a queue is destroyed with attached proxiesAlexandros Frantzis2023-02-281-0/+93
* (multiple): Include stdint.hYong Bakos2016-07-251-0/+1
* tests/queue-test: Add tests for proxy wrappersJonas Ådahl2016-04-291-0/+122
* tests: Pass argument to client mainJonas Ådahl2016-01-161-3/+3
* tests: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-121-16/+19
* tests: split queue-test testcasesMarek Chalupa2014-12-011-1/+19
* queue-test: put back timeoutMarek Chalupa2014-11-171-0/+2
* queue-test: Add another assertionPhilip Withnall2014-11-051-1/+1
* tests: use test compositor in queue-testMarek Chalupa2014-08-221-151/+29
* tests: remove unnecessary lines from queue-testMarek Chalupa2014-08-211-10/+0
* tests: remove leaks from queue-testMarek Chalupa2014-08-211-0/+5
* tests: test the wl_display_roundtrip_queue() functionGiulio Camuffo2014-08-211-0/+74
* queue-test: assert non-NULL return valuesU. Artie Eoff2014-01-151-0/+3
* Replace two remaining wl_display_add_gloavl() occurencesKristian Høgsberg2013-07-091-2/+3
* queue-test: WEXITSTATUS() is undefined if WIFEXITED() is falseKristian Høgsberg2013-02-081-2/+3
* tests: Add out of order delete_id queue testsJonas Ådahl2012-11-071-12/+96
* tests: Use a pipe for synchronization to avoid potential deadlockJonas Ådahl2012-11-071-24/+55
* tests: Add queue test caseJonas Ådahl2012-11-051-0/+171