summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: use test compositor in queue-testMarek Chalupa2014-08-221-151/+29
* tests: add test-compositorMarek Chalupa2014-08-222-0/+569
* 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
* tests: fix event_loop_timer_updatesMarek Chalupa2014-08-191-0/+14
* tests: event_loop_timer_updates - add asserts and fix indentationMarek Chalupa2014-08-191-4/+4
* tests: add one more test for event-loop signal sourceMarek Chalupa2014-08-181-0/+38
* tests: make event-loop-test more explicitMarek Chalupa2014-08-181-6/+8
* tests: add tests for bug in adding socketMarek Chalupa2014-08-071-1/+89
* tests: Add message version sanity testJonas Ådahl2014-05-091-0/+50
* event-loop-test: Remove unused variableJonas Ådahl2014-05-091-1/+0
* connection-test: check malloc resultU. Artie Eoff2014-05-061-0/+2
* test: Add test showing blocking problem when updating timersAndrew Wedgbury2014-04-251-0/+74
* connection: Don't write past the end of the connection bufferAnder Conselvan de Oliveira2014-04-211-0/+37
* update .gitignorePekka Paalanen2014-03-101-17/+0
* build: Move tests/Makefile.am into toplevel Makefile.amKristian Høgsberg2014-03-071-58/+0
* build: Move src/Makefile.am into toplevel Makefile.amKristian Høgsberg2014-03-071-3/+3
* resources-test: Don't send invalid eventKristian Høgsberg2014-01-201-3/+0
* resources-test: assert non-NULL return valuesU. Artie Eoff2014-01-151-0/+1
* queue-test: assert non-NULL return valuesU. Artie Eoff2014-01-151-0/+3
* os-wrappers-test: assert closure is not NULL before invoking itU. Artie Eoff2014-01-151-0/+1
* event-loop-test: assert non-NULL resultsU. Artie Eoff2014-01-151-0/+5
* connection-test: assert closure is not NULL before invoking itU. Artie Eoff2014-01-151-0/+1
* array-test: assert wl_array_add result is not NULLU. Artie Eoff2014-01-151-0/+3
* tests: add wl_resource testsMarek Ch2013-09-212-1/+170
* tests: add unit tests for wl_signalMarek Ch2013-09-212-1/+117
* tests: extended message when leak in test is detectedMarek Ch2013-09-211-3/+14
* Replace two remaining wl_display_add_gloavl() occurencesKristian Høgsberg2013-07-091-2/+3
* server: Make wl_object and wl_resource opaque structsKristian Høgsberg2013-07-023-3/+4
* Update tests for wl_map changes and add a map_flags testJason Ekstrand2013-06-053-19/+41
* Change wl_closure_invoke to take an opcode instead of an actual function pointerJason Ekstrand2013-03-182-8/+9
* client: Invoke new_id closure arguments as pointers instead of integersJonas Ådahl2013-03-172-4/+4
* tests: Add a help message for the test runnerKristian Høgsberg2013-02-111-1/+22
* queue-test: WEXITSTATUS() is undefined if WIFEXITED() is falseKristian Høgsberg2013-02-081-2/+3
* gitignore: add test-suite filesDavid Herrmann2013-01-241-1/+6
* Add a destroy signal to the wl_event_loop objectJason Ekstrand2013-01-151-0/+57
* Added a destroy signal to the wl_display object.Jason Ekstrand2013-01-112-0/+81
* test/event-loop: Check readable state on a pipeQuentin Glidic2013-01-111-1/+6
* tests: rename temporary filesPekka Paalanen2012-12-031-2/+2
* tests: Don't leave temporary files behindSven Joachim2012-12-031-0/+2
* 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