summaryrefslogtreecommitdiff
path: root/test/cairo-test-runner.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-06test: Free test listAndrea Canciani1-0/+1
2013-09-05test: Allow CAIRO_TEST_MODE to independently enable extended testingChris Wilson1-4/+18
2013-09-05tests: Add device scale test to "full" testrun similar to offsetsAlexander Larsson1-30/+36
2011-12-15test: Use fork() on MacOS XAndrea Canciani1-4/+1
2011-11-12test: Use cairo_test_list_t for the main test listAndrea Canciani1-18/+6
2011-11-12Improve the documentation of the flagsAndrea Canciani1-5/+4
2011-11-12Sort option flagsAndrea Canciani1-8/+8
2011-09-15test: Write the individual test logs to output/Chris Wilson1-1/+1
2011-09-09cairo-test-runner: don't leak argvPaulo Zanoni1-1/+7
2011-09-09test: fix append_argv()Paulo Zanoni1-4/+10
2011-03-17test: Silence gcc warningsAndrea Canciani1-4/+4
2011-03-17test: Silence gcc warningAndrea Canciani1-4/+4
2011-02-19test: Fix gcc complaints about old style definitionsBenjamin Otte1-1/+1
2010-10-07test: Make tests run in natural orderAndrea Canciani1-0/+13
2010-06-17test: correct options in getopt callAndrea Canciani1-1/+1
2010-06-12test: Disable tests that are too slow to run by default.Chris Wilson1-2/+15
2010-06-12test: Use exact matching on test names by default.Chris Wilson1-23/+22
2010-06-11test: Distinguish tests that throw an error from a normal fail.Chris Wilson1-2/+87
2010-05-08test: Force cairo-test-suite to return SUCCESSChris Wilson1-0/+10
2010-05-04test: Embed the list pointer into cairo_test_tChris Wilson1-16/+15
2010-02-17test: Add an option to explicitly specify a test name to the runner.Eric Anholt1-3/+11
2009-08-26[test] Attempt to automatically detect running under gdbChris Wilson1-0/+32
2009-08-26[test] Exit on first failure '-x'Chris Wilson1-2/+13
2009-07-20[test] Summarise tests that fail during the preamble.Chris Wilson1-24/+85
2009-07-13[test] Track XFAIL using expected results stored as xfail.pngChris Wilson1-119/+42
2009-06-18[test] Never use gcc __attribute__ magic for constructors.M Joonas Pihlaja1-2/+0
2009-06-13[test] Never, ever, blame a crashing test on external factors.Chris Wilson1-1/+1
2009-05-15[test] Add a note to "Getting the elusive zero failures"Chris Wilson1-0/+12
2009-02-16[sdl] Remove new backend.M Joonas Pihlaja1-4/+0
2009-02-10[test] Add crtdbg.h includeJeff Muizelaar1-0/+4
2008-12-18[test] Quartz doesn't like being forkedJeff Muizelaar1-4/+8
2008-11-26[perf] Fix SDL compilation for MacOS XPaolo Bonzini1-0/+4
2008-11-19[test] Support foreground only execution.Chris Wilson1-54/+66
2008-10-31[test] Build test suite into single binary.Chris Wilson1-0/+907