summaryrefslogtreecommitdiff
path: root/test/clip-all.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-31 16:17:28 +0000
committerCarl Worth <cworth@cworth.org>2005-08-31 16:17:28 +0000
commitf25ebec368caa6b88d39a5c42cd48b8459396505 (patch)
tree4e5a4e52b659b335f96b63a9477b9e58e8cb4957 /test/clip-all.c
parentd56b0d1d80032a26501465106dc76abc713c77bf (diff)
Add call to XSynchronize, (the expected clip-all failure isn't occuring without it for some reason).
Note reason for expected failure.
Diffstat (limited to 'test/clip-all.c')
-rw-r--r--test/clip-all.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/clip-all.c b/test/clip-all.c
index 0fbcc4ac..428445bc 100644
--- a/test/clip-all.c
+++ b/test/clip-all.c
@@ -65,5 +65,6 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
- return cairo_test (&test, draw);
+ return cairo_test_expect_failure (&test, draw,
+ "Need to avoid trying to create size-0 Pixmaps in cairo-xlib");
}