summaryrefslogtreecommitdiff
path: root/tests/test-runner.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Fix FAIL in sanity-test (*timeout*) when Yama LSM enabledBryce Harrington2015-02-061-11/+51
* test-runner: wait for concrete pidMarek Chalupa2015-02-041-1/+1
* tests: add possibility to disable leak check for single testMarek Chalupa2015-01-281-0/+2
* test-runner: move leak checking into functionMarek Chalupa2015-01-281-19/+35
* tests: Correct return code handlingBryce Harrington2015-01-261-2/+2
* tests: Fix typo "evnironment"Bryce Harrington2015-01-261-1/+1
* tests: detect if debugger is attachedMarek Chalupa2014-12-011-3/+41
* tests: use color when printing on terminalMarek Chalupa2014-11-281-7/+45
* test-runner: print separator line after each test-caseMarek Chalupa2014-11-281-0/+3
* tests: rename env vars for testsMarek Chalupa2014-11-281-3/+6
* tests: don't print '\0' characterMarek Chalupa2014-11-191-2/+2
* tests: add timeoutMarek Chalupa2014-11-171-0/+47
* tests: use our own XDG_RUNTIME_DIR for testsMarek Chalupa2014-11-101-0/+52
* tests: extended message when leak in test is detectedMarek Ch2013-09-211-3/+14
* tests: Add a help message for the test runnerKristian Høgsberg2013-02-111-1/+22
* tests: ensure sanity leak check tests pass when leak checks are disabled.U. Artie Eoff2012-08-291-1/+5
* tests: Allow disabling leak checking assertions by envRob Bradford2012-08-291-2/+4
* 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
* tests: detect fd leaksPekka Paalanen2012-04-201-0/+4
* tests: add support for tests expected to failPekka Paalanen2012-04-191-0/+3
* tests: stylish test-runner.cPekka Paalanen2012-04-191-6/+16
* 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
* Add simple memory leak check to all tests.U. Artie Eoff2012-03-241-0/+27
* test-runner.c: Consolidate test running codeKristian Høgsberg2012-03-051-16/+23
* test-runner: Fix warningsKristian Høgsberg2012-03-021-1/+2
* tests: Print test status after running testKristian Høgsberg2012-03-021-1/+1
* tests: Add Unit tests for wl_map and wl_array data structuresKristian Høgsberg2012-03-021-0/+92