summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Add queue test caseJonas Ådahl2012-11-052-1/+174
* tests: Include wayland-private.h for container_ofKristian Høgsberg2012-10-211-0/+1
* Change filedescriptor API to be thread safeKristian Høgsberg2012-10-102-86/+23
* tests: Quiet warningKristian Høgsberg2012-08-291-1/+2
* tests: ensure sanity leak check tests pass when leak checks are disabled.U. Artie Eoff2012-08-292-1/+13
* tests: Allow disabling leak checking assertions by envRob Bradford2012-08-291-2/+4
* socket-test: don't try to be clever, fail if no XDG_RUNTIME_DIR is setPhilipp Brüschweiler2012-08-141-11/+10
* More consistent ID printingDaniel Stone2012-07-231-1/+1
* tests: Wrap calloc by just returning NULL if we're called too earlyKristian Høgsberg2012-07-231-0/+13
* test-runner: Wrap realloc() tooDaniel Stone2012-07-231-1/+11
* protocol: Add explicit nullable typesChristopher James Halse Rogers2012-07-021-4/+83
* tests: test that path names longer than 108 bytes are rejectedDylan Noblesmith2012-06-302-1/+86
* tests: fix make check for out-of-tree buildsDylan Noblesmith2012-06-3011-12/+13
* tests: sort list of testsDylan Noblesmith2012-06-301-9/+9
* tests: Update test cases to new closure allocate conventionKristian Høgsberg2012-06-152-38/+36
* tests: update gitignorePekka Paalanen2012-05-291-0/+2
* tests: add noop to fixed-benchmarkPekka Paalanen2012-05-151-0/+16
* Optimize wl_fixed_t to/from double conversion functionsKristian Høgsberg2012-05-143-1/+186
* Add support for signed 24.8 decimal numbersDaniel Stone2012-05-081-0/+26
* tests: prefix event loop tests with event_loop_Kristian Høgsberg2012-05-081-2/+2