summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-07-04 18:32:57 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-07-04 18:32:57 +0100
commitfef3649953a3dcc3a17d9d5858f56690a8782501 (patch)
treef8f5002c8258424fc61c872a9f2e412d13449e8f /test
parent2395bba1e66a2623cb288e13effc206f86e5e62e (diff)
[script] Fix the trivial errors running the test suite
A few typos crept in breaking the script output and various refreshes of the expected results.
Diffstat (limited to 'test')
-rw-r--r--test/mime-data.script.ref.pngbin1982 -> 2041 bytes
-rw-r--r--test/scale-offset-image.c2
-rw-r--r--test/scale-offset-similar.c2
3 files changed, 2 insertions, 2 deletions
diff --git a/test/mime-data.script.ref.png b/test/mime-data.script.ref.png
index a236b0444..64d7bf3df 100644
--- a/test/mime-data.script.ref.png
+++ b/test/mime-data.script.ref.png
Binary files differ
diff --git a/test/scale-offset-image.c b/test/scale-offset-image.c
index 5a4ac7d3a..4c6894ab2 100644
--- a/test/scale-offset-image.c
+++ b/test/scale-offset-image.c
@@ -135,7 +135,7 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (scale_offset_image,
"Tests drawing surfaces under various scales and transforms",
- "XFAIL=!ps,image,xlib-fallback surface scale-offset", /* keywords */
+ "XFAIL=!ps,image,xlib-fallback,script surface scale-offset", /* keywords */
NULL, /* requirements */
320, 320,
NULL, draw)
diff --git a/test/scale-offset-similar.c b/test/scale-offset-similar.c
index 379e761e6..5b92f1ac2 100644
--- a/test/scale-offset-similar.c
+++ b/test/scale-offset-similar.c
@@ -136,7 +136,7 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (scale_offset_similar,
"Tests drawing surfaces under various scales and transforms",
- "XFAIL=!ps,image,xlib-fallback surface scale-offset", /* keywords */
+ "XFAIL=!ps,image,xlib-fallback,script surface scale-offset", /* keywords */
NULL, /* requirements */
320, 320,
NULL, draw)