summaryrefslogtreecommitdiff
path: root/tests/display-test.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-25tests: Add a test for global filterOlivier Fourdan1-0/+140
2016-07-25display-test: Remove redundant stdbool includeYong Bakos1-1/+0
2016-07-25(multiple): Include stdint.hYong Bakos1-0/+1
2016-05-19display-test: move a misplaced commentMarek Chalupa1-2/+2
2016-02-26tests: add test for receiving an error on destroyed objectMarek Chalupa1-0/+50
2016-01-19tests: Test proxy versionsDerek Foreman1-9/+116
2016-01-16tests: Test that one can fetch the protocol error after EPIPEJonas Ådahl1-9/+169
2016-01-16tests: Pass argument to client mainJonas Ådahl1-12/+12
2015-06-12tests: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-01-28display-test: disable leak check in tests that use pthreadMarek Chalupa1-0/+8
2015-01-28tests: add tests for leak check in clientsMarek Chalupa1-0/+17
2014-12-01tests: fix memory leakMarek Chalupa1-10/+13
2014-11-21client: read_events should return -1 after an errorMarek Chalupa1-2/+2
2014-11-17tests: use test_set_timeout in display-testMarek Chalupa1-4/+4
2014-11-17tests: add test_usleep and test_sleep functionsMarek Chalupa1-15/+0
2014-09-11display-test: test if threads are woken up on EAGAINMarek Chalupa1-0/+39
2014-09-09tests: use nanosleep instead of usleepMarek Chalupa1-4/+19
2014-09-04display-test: make use of create_thread functionMarek Chalupa1-29/+26
2014-08-22tests: add test for reading after an error occurredMarek Chalupa1-0/+60
2014-08-22tests: add tests for wl_display_cancel_readMarek Chalupa1-0/+69
2014-08-22tests: test if thread can block on errorMarek Chalupa1-0/+90
2014-08-22tests: test posting errorsMarek Chalupa1-0/+246
2013-07-02server: Make wl_object and wl_resource opaque structsKristian Høgsberg1-1/+1
2013-01-11Added a destroy signal to the wl_display object.Jason Ekstrand1-0/+79