summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* connection: Move closure object out of wl_connectionKristian Høgsberg2012-04-222-23/+23
* tests: add .gitignorePekka Paalanen2012-04-201-0/+10
* os: wrap socket(SOCK_CLOEXEC) callsPekka Paalanen2012-04-202-1/+107
* tests: support testing fd inheritance over execPekka Paalanen2012-04-205-4/+124
* tests: plug fd leaks in free_source_with_dataPekka Paalanen2012-04-201-0/+5
* tests: detect fd leaksPekka Paalanen2012-04-205-1/+68
* tests: Add more sanity test to make sure we catch different failure modesKristian Høgsberg2012-04-191-0/+33
* tests: Make sure unused malloc() doesn't get optimized awayKristian Høgsberg2012-04-191-0/+2
* tests: add sanity-testPekka Paalanen2012-04-192-0/+54
* tests: add support for tests expected to failPekka Paalanen2012-04-192-3/+17
* tests: stylish test-runner.cPekka Paalanen2012-04-191-6/+16
* tests: fail build if NDEBUG is definedPekka Paalanen2012-04-191-0/+4
* tests: put common test source files in a variablePekka Paalanen2012-04-191-6/+8
* tests: Make leak check work again by setting default visibility for malloc/freeKristian Høgsberg2012-04-131-2/+4
* tests: Fix warning in memory leak assertKristian Høgsberg2012-04-131-1/+1
* tests: Fix signedness warningsKristian Høgsberg2012-04-133-8/+8
* server: Add client destroy signalKristian Høgsberg2012-04-132-1/+95
* Add simple memory leak check to all tests.U. Artie Eoff2012-03-245-1/+37
* connection-test: Add test case to stress connection buffersKristian Høgsberg2012-03-241-0/+22