Bug 539356 - Disable test_text.html on android since it crashes on armv6. r=roc

This commit is contained in:
Matt Woodrow 2012-09-29 01:12:39 +12:00
Родитель ea1b946dd2
Коммит 82af1f91f2
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -72,7 +72,6 @@ MOCHITEST_FILES = \
test_SVGxxxListIndexing.xhtml \
test_switch.xhtml \
switch-helper.svg \
test_text.html \
text-helper.svg \
test_transform.xhtml \
test_valueAsString.xhtml \
@ -83,4 +82,10 @@ MOCHITEST_FILES = \
test_zoom.xhtml \
$(NULL)
ifneq (android,$(MOZ_WIDGET_TOOLKIT))
MOCHITEST_FILES += \
test_text.html \
$(NULL)
endif
include $(topsrcdir)/config/rules.mk