summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-04-07 13:30:59 -0700
committerCarl Worth <cworth@cworth.org>2008-04-07 16:09:08 -0700
commitfdcd1445846b59d2ffd1780dd0f6d70169036ad4 (patch)
treeb839789936271b428d78d14ac56598779be43ec5
parent36246c51ba720713ebf93573da29b098e87f0bd0 (diff)
Add filter-bilinear-extents to the XFAIL list
This test case does show a bug, and we have lots of ideas on how to fix the bug, but we want to wait until after the 1.6 release before we fix it. See: http://bugs.freedesktop.org/show_bug.cgi?id=15349
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index da7399b40..7b4ac7eb9 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -705,6 +705,7 @@ big-line$(EXEEXT) \
big-trap$(EXEEXT) \
extend-pad$(EXEEXT) \
filter-nearest-offset$(EXEEXT) \
+filter-bilinear-extents$(EXEEXT) \
long-lines$(EXEEXT) \
self-intersecting$(EXEEXT) \
surface-pattern$(EXEEXT) \