[cairo-commit] test/cairo-test.c
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Jul 13 15:53:31 PDT 2006
test/cairo-test.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
diff-tree 6a5d66f651b7fe94e74ee803a452bac5b54c95ca (from 6c7099b0ccc926b4f427c3cceb1fed5534c693ec)
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Jul 13 18:53:25 2006 -0400
Go back to "!!!CRASHED!!!" message now that there's no confusion.
diff --git a/test/cairo-test.c b/test/cairo-test.c
index 7fea53a..19adf3e 100644
--- a/test/cairo-test.c
+++ b/test/cairo-test.c
@@ -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);
More information about the cairo-commit
mailing list