aboutsummaryrefslogtreecommitdiffstats
path: root/tests/display-test.c
Commit message (Expand)AuthorAgeFilesLines
* client: add wl_display_dispatch_pending_singleIsaac Freund2025-09-161-0/+69
* tests: Avoid calling function with wrong typeDemi Marie Obenour2024-11-301-9/+9
* connection: Dynamically resize connection buffersManuel Stoeckl2024-04-081-2/+7
* tests: add a test for dynamic filtered globalsSimon Ser2022-06-151-1/+60
* build: don't rely on implicit GNU extensionsSimon Ser2022-01-101-0/+1
* server: stop wl_display event loop from any contextDamian Hobson-Garcia2021-10-091-0/+21
* tests: Ensure that overflow test always overflowsManuel Stoeckl2020-01-151-3/+9
* tests: Fix race condition in send overflow testManuel Stoeckl2020-01-151-10/+15
* display-test: Remove unused variablesDaniel Stone2020-01-131-4/+1
* tests: add a test for wl_global_removeSimon Ser2019-10-161-0/+134
* tests: Test that send overflow doesn't abortManuel Stoeckl2019-09-101-0/+65
* tests: test that binding to a global with an interface mismatch failsSimon Ser2019-09-061-0/+67
* Use wl_container_of internallyMichael Forney2019-06-051-1/+1
* proto, server: Add internal server error message. (v2)Christopher James Halse Rogers2019-01-291-0/+40
* tests: Check for wrong fd delivery with zombie objectsDerek Foreman2018-01-091-3/+150
* tests: Add a test for fd leaks on zombie objectsDerek Foreman2018-01-091-0/+102
* tests: Add a test for global filterOlivier Fourdan2017-01-251-0/+140
* display-test: Remove redundant stdbool includeYong Bakos2016-07-251-1/+0
* (multiple): Include stdint.hYong Bakos2016-07-251-0/+1
* display-test: move a misplaced commentMarek Chalupa2016-05-191-2/+2
* tests: add test for receiving an error on destroyed objectMarek Chalupa2016-02-261-0/+50
* tests: Test proxy versionsDerek Foreman2016-01-191-9/+116
* tests: Test that one can fetch the protocol error after EPIPEJonas Ådahl2016-01-161-9/+169
* tests: Pass argument to client mainJonas Ådahl2016-01-161-12/+12
* tests: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-121-16/+19
* display-test: disable leak check in tests that use pthreadMarek Chalupa2015-01-281-0/+8
* tests: add tests for leak check in clientsMarek Chalupa2015-01-281-0/+17
* tests: fix memory leakMarek Chalupa2014-12-011-10/+13
* client: read_events should return -1 after an errorMarek Chalupa2014-11-211-2/+2
* tests: use test_set_timeout in display-testMarek Chalupa2014-11-171-4/+4
* tests: add test_usleep and test_sleep functionsMarek Chalupa2014-11-171-15/+0
* display-test: test if threads are woken up on EAGAINMarek Chalupa2014-09-111-0/+39
* tests: use nanosleep instead of usleepMarek Chalupa2014-09-091-4/+19
* display-test: make use of create_thread functionMarek Chalupa2014-09-041-29/+26
* tests: add test for reading after an error occurredMarek Chalupa2014-08-221-0/+60
* tests: add tests for wl_display_cancel_readMarek Chalupa2014-08-221-0/+69
* tests: test if thread can block on errorMarek Chalupa2014-08-221-0/+90
* tests: test posting errorsMarek Chalupa2014-08-221-0/+246
* server: Make wl_object and wl_resource opaque structsKristian Høgsberg2013-07-021-1/+1
* Added a destroy signal to the wl_display object.Jason Ekstrand2013-01-111-0/+79