test: Handle crashed tests

Crashed tests are reported as "CRASH!" in cairo-test-suite.log
This commit is contained in:
Andrea Canciani 2010-12-06 18:04:10 +01:00
parent d3accefd3b
commit 028797a729

View file

@ -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" ],