summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-05tests: Add queue test caseJonas Ådahl2-1/+174
2012-10-21tests: Include wayland-private.h for container_ofKristian Høgsberg1-0/+1
2012-10-10Change filedescriptor API to be thread safeKristian Høgsberg2-88/+25
2012-08-29tests: Quiet warningKristian Høgsberg1-1/+2
2012-08-29tests: ensure sanity leak check tests pass when leak checks are disabled.U. Artie Eoff2-1/+13
2012-08-29tests: Allow disabling leak checking assertions by envRob Bradford1-2/+4
2012-08-14socket-test: don't try to be clever, fail if no XDG_RUNTIME_DIR is setPhilipp Brüschweiler1-11/+10
2012-07-23More consistent ID printingDaniel Stone1-1/+1
2012-07-23tests: Wrap calloc by just returning NULL if we're called too earlyKristian Høgsberg1-0/+13
2012-07-23test-runner: Wrap realloc() tooDaniel Stone1-1/+11
2012-07-02protocol: Add explicit nullable typesChristopher James Halse Rogers1-4/+83
2012-06-30tests: test that path names longer than 108 bytes are rejectedDylan Noblesmith2-1/+86
2012-06-30tests: fix make check for out-of-tree buildsDylan Noblesmith11-12/+13
2012-06-30tests: sort list of testsDylan Noblesmith1-9/+9
2012-06-15tests: Update test cases to new closure allocate conventionKristian Høgsberg2-38/+36
2012-05-29tests: update gitignorePekka Paalanen1-0/+2
2012-05-15tests: add noop to fixed-benchmarkPekka Paalanen1-0/+16
2012-05-14Optimize wl_fixed_t to/from double conversion functionsKristian Høgsberg3-1/+186
2012-05-08Add support for signed 24.8 decimal numbersDaniel Stone1-0/+26
2012-05-08tests: prefix event loop tests with event_loop_Kristian Høgsberg1-2/+2
2012-05-08tests: assert that mask is zero is post_dispatch callbackKristian Høgsberg1-0/+1
2012-05-08tests: Add timerfd testKristian Høgsberg1-1/+31
2012-05-08tests: Add signal test caseKristian Høgsberg1-0/+28
2012-05-02tests: Fix out-of-tree buildsDaniel Stone1-1/+1
2012-04-26tests: Just list tests under the TESTS variableKristian Høgsberg1-4/+2
2012-04-25os: wrap accept4(SOCK_CLOEXEC)Pekka Paalanen1-0/+2
2012-04-25os: wrap epoll_createPekka Paalanen1-0/+51
2012-04-25os: wrap recvmsg(MSG_CMSG_CLOEXEC)Pekka Paalanen1-0/+175
2012-04-25tests: silence warnings from pipe()Pekka Paalanen1-3/+5
2012-04-25os: wrap F_DUPFD_CLOEXECPekka Paalanen1-3/+67
2012-04-25os: define SOCK_CLOEXEC on LinuxPekka Paalanen1-7/+1
2012-04-22tests: Test invoking closures built with wl_closure_vmarshal()Kristian Høgsberg1-0/+38