summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-04-12 14:42:41 -0400
committerBehdad Esfahbod <behdad@behdad.org>2007-04-12 14:44:32 -0400
commite391d3eaee65d65f267f86d1ef1e1fd8898e6556 (patch)
tree5e1d406e5d3566a1f72ec81ca7a1f1c12decc51d /test
parentd3c7942fb271fe8d1df7ca3205b41601abdcb5c8 (diff)
[test] Disable text-glyph-range that was crashing
Disabled tests are defined in DISABLED_TESTS. This has the benefit that they will still be buildable and be shipped. Just not run by default.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 4effd77e2..3056969ee 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -99,7 +99,6 @@ text-antialias-gray \
text-antialias-none \
text-antialias-subpixel \
text-cache-crash \
-text-glyph-range \
text-pattern \
text-rotate \
text-zero-len \
@@ -114,6 +113,10 @@ rel-path \
push-group \
zero-alpha
+DISABLED_TESTS = \
+text-glyph-range \
+extend-reflect
+
# Then we have a collection of tests that are only run if certain
# features are compiled into cairo
if HAVE_PTHREAD
@@ -415,8 +418,7 @@ long-lines \
self-intersecting \
surface-pattern \
surface-pattern-scale-down \
-surface-pattern-scale-up \
-text-glyph-range
+surface-pattern-scale-up
# Any test that doesn't generate a log file goes here
NOLOG_TESTS = \
@@ -502,7 +504,7 @@ svg2pdf_LDADD = $(LDADD) $(LIBRSVG_LIBS)
endif
endif
-EXTRA_PROGRAMS += $(TESTS) $(SUPPORT_PROGS)
+EXTRA_PROGRAMS += $(TESTS) $(DISABLED_TESTS) $(SUPPORT_PROGS)
# Do a funny transition of CAIRO_TEST_TARGET through TARGETS such that
# one can limit tested targets both through CAIRO_TEST_TARGET env var