summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-04check: connection-test fails to link to ffiGaetan Nadon1-1/+1
2012-03-04Add wl_array_for_eachKristian Høgsberg1-0/+18
2012-03-03tests: Add connection marshalling testsKristian Høgsberg1-0/+59
2012-03-02tests: Add connection testsKristian Høgsberg2-2/+145
2012-03-02test-runner: Fix warningsKristian Høgsberg1-1/+2
2012-03-02tests: Print test status after running testKristian Høgsberg1-1/+1
2012-03-02tests: Add Unit tests for wl_map and wl_array data structuresKristian Høgsberg5-0/+279