Go back to "!!!CRASHED!!!" message now that there's no confusion.

This commit is contained in:
Behdad Esfahbod 2006-07-13 18:53:25 -04:00
parent 6c7099b0cc
commit 6a5d66f651

View file

@ -1882,13 +1882,13 @@ cairo_test_expecting (cairo_test_t *test,
break;
case CAIRO_TEST_CRASHED:
if (print_fail_on_stdout) {
printf ("CRASHED\n");
printf ("!!!CRASHED!!!\n");
} else {
/* eat the test name */
printf ("\r");
}
cairo_test_log ("CRASHED\n");
fprintf (stderr, "%s-%s-%s [%d]:\t%s!!!TEST-CASE CRASH!!!%s\n",
fprintf (stderr, "%s-%s-%s [%d]:\t%s!!!CRASHED!!!%s\n",
test->name, target->name,
_cairo_test_content_name (target->content), dev_offset,
fail_face, normal_face);