summaryrefslogtreecommitdiff
path: root/test/cairo-test-runner.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dead codeKhaled Hosny2023-02-041-63/+0
* Fix -Wunused-but-set-parameterKhaled Hosny2023-02-041-0/+3
* Test cairo-ps in CIUli Schlachter2022-12-281-0/+14
* svg: Fix create-for-stream test caseUli Schlachter2021-07-241-12/+0
* Fix remaining testsAnton Danilkin2021-05-051-51/+10
* Merge branch 'ci-test-x11' into 'master'Uli Schlachter2021-04-301-0/+9
|\
| * .gitlab-ci.yml: Ignore current X11 test failuresUli Schlachter2021-04-251-0/+9
* | Merge branch 'mac-tests' into 'master'Uli Schlachter2021-04-261-0/+14
|\ \ | |/ |/|
| * Run the test suite on MacOSUli Schlachter2021-04-221-0/+14
* | Ignore create-for-stream failure with svgUli Schlachter2021-04-181-0/+12
* | Add hack to ignore a svg test crashesUli Schlachter2021-04-181-0/+16
|/
* test-suite: Add a new mechanism for XFAILsUli Schlachter2021-04-171-0/+101
* test suite: fflush() before fork()Uli Schlachter2021-03-081-0/+6
* Retire dummy cairo-version.h header to fix meson subproject buildTim-Philipp Müller2020-09-291-7/+0
* meson: Fix musl buildGeorge Matsumura2020-09-021-3/+5
* test: fix build when SHOULD_FORK is falseFabrice Fontaine2020-02-031-1/+1
* test: Free test listAndrea Canciani2014-12-061-0/+1
* test: Allow CAIRO_TEST_MODE to independently enable extended testingChris Wilson2013-09-051-4/+18
* tests: Add device scale test to "full" testrun similar to offsetsAlexander Larsson2013-09-051-30/+36
* test: Use fork() on MacOS XAndrea Canciani2011-12-151-4/+1
* test: Use cairo_test_list_t for the main test listAndrea Canciani2011-11-121-18/+6
* Improve the documentation of the flagsAndrea Canciani2011-11-121-5/+4
* Sort option flagsAndrea Canciani2011-11-121-8/+8
* test: Write the individual test logs to output/Chris Wilson2011-09-151-1/+1
* cairo-test-runner: don't leak argvPaulo Zanoni2011-09-091-1/+7
* test: fix append_argv()Paulo Zanoni2011-09-091-4/+10
* test: Silence gcc warningsAndrea Canciani2011-03-171-4/+4
* test: Silence gcc warningAndrea Canciani2011-03-171-4/+4
* test: Fix gcc complaints about old style definitionsBenjamin Otte2011-02-191-1/+1
* test: Make tests run in natural orderAndrea Canciani2010-10-071-0/+13
* test: correct options in getopt callAndrea Canciani2010-06-171-1/+1
* test: Disable tests that are too slow to run by default.Chris Wilson2010-06-121-2/+15
* test: Use exact matching on test names by default.Chris Wilson2010-06-121-23/+22
* test: Distinguish tests that throw an error from a normal fail.Chris Wilson2010-06-111-2/+87
* test: Force cairo-test-suite to return SUCCESSChris Wilson2010-05-081-0/+10
* test: Embed the list pointer into cairo_test_tChris Wilson2010-05-041-16/+15
* test: Add an option to explicitly specify a test name to the runner.Eric Anholt2010-02-171-3/+11
* [test] Attempt to automatically detect running under gdbChris Wilson2009-08-261-0/+32
* [test] Exit on first failure '-x'Chris Wilson2009-08-261-2/+13
* [test] Summarise tests that fail during the preamble.Chris Wilson2009-07-201-24/+85
* [test] Track XFAIL using expected results stored as xfail.pngChris Wilson2009-07-131-119/+42
* [test] Never use gcc __attribute__ magic for constructors.M Joonas Pihlaja2009-06-181-2/+0
* [test] Never, ever, blame a crashing test on external factors.Chris Wilson2009-06-131-1/+1
* [test] Add a note to "Getting the elusive zero failures"Chris Wilson2009-05-151-0/+12
* [sdl] Remove new backend.M Joonas Pihlaja2009-02-161-4/+0
* [test] Add crtdbg.h includeJeff Muizelaar2009-02-101-0/+4
* [test] Quartz doesn't like being forkedJeff Muizelaar2008-12-181-4/+8
* [perf] Fix SDL compilation for MacOS XPaolo Bonzini2008-11-261-0/+4
* [test] Support foreground only execution.Chris Wilson2008-11-191-54/+66
* [test] Build test suite into single binary.Chris Wilson2008-10-311-0/+907