mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 05:00:17 +01:00
test: Handle crashed tests
Crashed tests are reported as "CRASH!" in cairo-test-suite.log
This commit is contained in:
parent
d3accefd3b
commit
028797a729
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* configuration */
|
||||
/* TODO: UNTESTED count can't be shown because it's not tracked explicitly */
|
||||
headerResults = [ "PASS", "NEW", "FAIL", "XFAIL", "CRASHED" ];
|
||||
logResults = [ "PASS", "NEW", "FAIL", "XFAIL", "CRASHED" ];
|
||||
logResults = [ "PASS", "NEW", "FAIL", "XFAIL", "CRASH!" ];
|
||||
resultToImgs = {
|
||||
"PASS" : [],
|
||||
"NEW" : [ "output" ],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue