summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-06-01 13:10:57 +0000
committerCarl Worth <cworth@cworth.org>2005-06-01 13:10:57 +0000
commit707a2c97a1cb709ccf60899576467b898f658481 (patch)
treef3fbf61d24cedda9d5eb19ab5f6e7c759c876e47
parent48fbc201c787512076934c40f15e173dbff771c3 (diff)
Add self-intersecting to the list of expected failures.
-rw-r--r--ChangeLog5
-rw-r--r--test/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38d0e3cf2..b88b9a6eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-06-01 Carl Worth <cworth@cworth.org>
+ * test/Makefile.am (XFAIL_TESTS): Add self-intersecting to the
+ list of expected failures.
+
+2005-06-01 Carl Worth <cworth@cworth.org>
+
* test/.cvsignore:
* test/Makefile.am:
* test/self-intersecting-ref.png:
diff --git a/test/Makefile.am b/test/Makefile.am
index 030ce88b1..5b8fb3764 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -95,6 +95,7 @@ rel-path-ref.png
XFAIL_TESTS = \
filter-nearest-offset \
pixman-rotate \
+self-intersecting \
source-surface-scale-paint \
text-rotate