From 5ace0cb17a6e4719df1a32944595bd26a8f7f436 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 11 Aug 2008 17:28:20 +0100 Subject: [PATCH] [cairo-test] Exclude lcd-filter tests for vector targets. Add text-lcd-filter-* to vector_ignored_tests. --- test/cairo-test.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/cairo-test.c b/test/cairo-test.c index 0c6d82396..4fd817f08 100644 --- a/test/cairo-test.c +++ b/test/cairo-test.c @@ -82,6 +82,7 @@ static const char *vector_ignored_tests[] = { /* We can't match the results of tests that depend on * CAIRO_ANTIALIAS_NONE/SUBPIXEL for vector backends * (nor do we care). */ + /* XXX Perhaps this should be moved to a flag in cairo_test_t? */ "a1-image-sample", "a1-traps-sample", "ft-text-antialias-none", @@ -89,6 +90,10 @@ static const char *vector_ignored_tests[] = { "text-antialias-gray", "text-antialias-none", "text-antialias-subpixel", + "text-lcd-filter-fir3", + "text-lcd-filter-fir5", + "text-lcd-filter-intra-pixel", + "text-lcd-filter-none", "unantialiased-shapes", /* Nor do we care about rendering anomalies in external renderers. */