mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 03:28:09 +02:00
[cairo-test] Exclude lcd-filter tests for vector targets.
Add text-lcd-filter-* to vector_ignored_tests.
This commit is contained in:
parent
52a8e52869
commit
5ace0cb17a
1 changed files with 5 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue