summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-22tests: use test compositor in queue-testMarek Chalupa1-152/+30
2014-08-22tests: add test-compositorMarek Chalupa2-0/+569
2014-08-21tests: remove unnecessary lines from queue-testMarek Chalupa1-10/+0
2014-08-21tests: remove leaks from queue-testMarek Chalupa1-0/+5
2014-08-21tests: test the wl_display_roundtrip_queue() functionGiulio Camuffo1-0/+74
2014-08-19tests: fix event_loop_timer_updatesMarek Chalupa1-0/+14
2014-08-19tests: event_loop_timer_updates - add asserts and fix indentationMarek Chalupa1-4/+4
2014-08-18tests: add one more test for event-loop signal sourceMarek Chalupa1-0/+38
2014-08-18tests: make event-loop-test more explicitMarek Chalupa1-6/+8
2014-08-07tests: add tests for bug in adding socketMarek Chalupa1-1/+89
2014-05-09tests: Add message version sanity testJonas Ådahl1-0/+50
2014-05-09event-loop-test: Remove unused variableJonas Ådahl1-1/+0
2014-05-06connection-test: check malloc resultU. Artie Eoff1-0/+2
2014-04-25test: Add test showing blocking problem when updating timersAndrew Wedgbury1-0/+74
2014-04-21connection: Don't write past the end of the connection bufferAnder Conselvan de Oliveira1-0/+37
2014-03-10update .gitignorePekka Paalanen1-17/+0
2014-03-07build: Move tests/Makefile.am into toplevel Makefile.amKristian Høgsberg1-58/+0
2014-03-07build: Move src/Makefile.am into toplevel Makefile.amKristian Høgsberg1-3/+3
2014-01-20resources-test: Don't send invalid eventKristian Høgsberg1-3/+0
2014-01-15resources-test: assert non-NULL return valuesU. Artie Eoff1-0/+1
2014-01-15queue-test: assert non-NULL return valuesU. Artie Eoff1-0/+3
2014-01-15os-wrappers-test: assert closure is not NULL before invoking itU. Artie Eoff1-0/+1
2014-01-15event-loop-test: assert non-NULL resultsU. Artie Eoff1-0/+5
2014-01-15connection-test: assert closure is not NULL before invoking itU. Artie Eoff1-0/+1
2014-01-15array-test: assert wl_array_add result is not NULLU. Artie Eoff1-0/+3
2013-09-21tests: add wl_resource testsMarek Ch2-1/+170
2013-09-21tests: add unit tests for wl_signalMarek Ch2-1/+117
2013-09-21tests: extended message when leak in test is detectedMarek Ch1-3/+14
2013-07-09Replace two remaining wl_display_add_gloavl() occurencesKristian Høgsberg1-2/+3
2013-07-02server: Make wl_object and wl_resource opaque structsKristian Høgsberg3-3/+4
2013-06-05Update tests for wl_map changes and add a map_flags testJason Ekstrand3-19/+41
2013-03-18Change wl_closure_invoke to take an opcode instead of an actual function pointerJason Ekstrand2-8/+9
2013-03-17client: Invoke new_id closure arguments as pointers instead of integersJonas Ådahl2-4/+4
2013-02-11tests: Add a help message for the test runnerKristian Høgsberg1-1/+22
2013-02-08queue-test: WEXITSTATUS() is undefined if WIFEXITED() is falseKristian Høgsberg1-2/+3
2013-01-24gitignore: add test-suite filesDavid Herrmann1-1/+6
2013-01-15Add a destroy signal to the wl_event_loop objectJason Ekstrand1-0/+57
2013-01-11Added a destroy signal to the wl_display object.Jason Ekstrand2-0/+81
2013-01-11test/event-loop: Check readable state on a pipeQuentin Glidic1-1/+6
2012-12-03tests: rename temporary filesPekka Paalanen1-2/+2
2012-12-03tests: Don't leave temporary files behindSven Joachim1-0/+2
2012-11-07tests: Add out of order delete_id queue testsJonas Ådahl1-12/+96
2012-11-07tests: Use a pipe for synchronization to avoid potential deadlockJonas Ådahl1-24/+55