summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: assert that mask is zero is post_dispatch callbackKristian Høgsberg2012-05-081-0/+1
* tests: Add timerfd testKristian Høgsberg2012-05-081-1/+31
* tests: Add signal test caseKristian Høgsberg2012-05-081-0/+28
* tests: Fix out-of-tree buildsDaniel Stone2012-05-021-1/+1
* tests: Just list tests under the TESTS variableKristian Høgsberg2012-04-261-4/+2
* os: wrap accept4(SOCK_CLOEXEC)Pekka Paalanen2012-04-251-0/+2
* os: wrap epoll_createPekka Paalanen2012-04-251-0/+51
* os: wrap recvmsg(MSG_CMSG_CLOEXEC)Pekka Paalanen2012-04-251-0/+175
* tests: silence warnings from pipe()Pekka Paalanen2012-04-251-3/+5
* os: wrap F_DUPFD_CLOEXECPekka Paalanen2012-04-251-3/+67
* os: define SOCK_CLOEXEC on LinuxPekka Paalanen2012-04-251-7/+1
* tests: Test invoking closures built with wl_closure_vmarshal()Kristian Høgsberg2012-04-221-0/+38