summaryrefslogtreecommitdiff
path: root/test/pixman-rotate.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-07-11 17:27:08 -0400
committerBehdad Esfahbod <behdad@behdad.org>2006-07-11 17:27:08 -0400
commit94bdbc15f79308269f1bcd74b3d8899f8458babc (patch)
tree93b35b6dd720c320e3e01aefad5311cb2b884efa /test/pixman-rotate.c
parentc45a9321759e5cc0fcf6eda85f91d09ebb4db0d2 (diff)
downloadcairo-94bdbc15f79308269f1bcd74b3d8899f8458babc.tar.gz
Improve test suite build infrastructure
- Add new target recheck, that checks only failed tests - Add targets test and retest, and make html after (re)checking - Make targets html and index.html lazy, only update if any tests changed - Improve build system such that checking one test (using TESTS=...) doesn't build all tests - Remove pixman-rotate from XFAIL
Diffstat (limited to 'test/pixman-rotate.c')
-rw-r--r--test/pixman-rotate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/pixman-rotate.c b/test/pixman-rotate.c
index a0a321ab4..9c3a0fb20 100644
--- a/test/pixman-rotate.c
+++ b/test/pixman-rotate.c
@@ -70,6 +70,5 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
- return cairo_test_expect_failure (&test, draw,
- "known off-by-one bug when rotating a pixman image");
+ return cairo_test (&test, draw);
}