summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-22connection: Move closure object out of wl_connectionKristian Høgsberg2-23/+23
2012-04-20tests: add .gitignorePekka Paalanen1-0/+10
2012-04-20os: wrap socket(SOCK_CLOEXEC) callsPekka Paalanen2-1/+107
2012-04-20tests: support testing fd inheritance over execPekka Paalanen5-4/+124
2012-04-20tests: plug fd leaks in free_source_with_dataPekka Paalanen1-0/+5
2012-04-20tests: detect fd leaksPekka Paalanen5-1/+68
2012-04-19tests: Add more sanity test to make sure we catch different failure modesKristian Høgsberg1-0/+33
2012-04-19tests: Make sure unused malloc() doesn't get optimized awayKristian Høgsberg1-0/+2
2012-04-19tests: add sanity-testPekka Paalanen2-0/+54
2012-04-19tests: add support for tests expected to failPekka Paalanen2-3/+17
2012-04-19tests: stylish test-runner.cPekka Paalanen1-6/+16
2012-04-19tests: fail build if NDEBUG is definedPekka Paalanen1-0/+4
2012-04-19tests: put common test source files in a variablePekka Paalanen1-6/+8
2012-04-13tests: Make leak check work again by setting default visibility for malloc/freeKristian Høgsberg1-2/+4
2012-04-13tests: Fix warning in memory leak assertKristian Høgsberg1-1/+1
2012-04-13tests: Fix signedness warningsKristian Høgsberg3-8/+8
2012-04-13server: Add client destroy signalKristian Høgsberg2-1/+95
2012-03-24Add simple memory leak check to all tests.U. Artie Eoff5-1/+37
2012-03-24connection-test: Add test case to stress connection buffersKristian Høgsberg1-0/+22
2012-03-24connection-test: Test fd transportKristian Høgsberg1-0/+24
2012-03-23connection-test: Add more test casesKristian Høgsberg1-0/+8
2012-03-23connection-test: Store expected result in struct marshal_dataKristian Høgsberg1-23/+25
2012-03-23tests: Add marshal+demarshal connection testKristian Høgsberg1-0/+51
2012-03-23tests: Use different connections for read and write testsKristian Høgsberg1-16/+42
2012-03-21tests: Remove debug printfKristian Høgsberg1-1/+0
2012-03-21tests: Add test case for freeing source with pending dataKristian Høgsberg1-0/+70
2012-03-20test: add a unit test for the event loop post dispatch checkAnder Conselvan de Oliveira2-2/+58
2012-03-05test-runner.c: Consolidate test running codeKristian Høgsberg1-16/+23
2012-03-05tests: Add demarshal testsKristian Høgsberg1-0/+77
2012-03-05tests: Add more marshal testsKristian Høgsberg1-0/+22
2012-03-05tests: Simplify connection tests a bitKristian Høgsberg1-9/+6
2012-03-05tests: Add wl_list testsKristian Høgsberg2-1/+165
2012-03-05tests: More wl_map testsKristian Høgsberg1-0/+46
2012-03-05tests: makefile error: missing test-runner.hGaetan Nadon1-1/+1