From 028797a729ca74b4ce2d1062fc8c90c111bf2870 Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Mon, 6 Dec 2010 18:04:10 +0100 Subject: [PATCH] test: Handle crashed tests Crashed tests are reported as "CRASH!" in cairo-test-suite.log --- test/testtable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testtable.js b/test/testtable.js index 350ba4001..f51b0fda0 100644 --- a/test/testtable.js +++ b/test/testtable.js @@ -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" ],