зеркало из https://github.com/mozilla/gecko-dev.git
Bug 539356 - Disable test_text.html on android since it crashes on armv6. r=roc
This commit is contained in:
Родитель
ea1b946dd2
Коммит
82af1f91f2
|
@ -72,7 +72,6 @@ MOCHITEST_FILES = \
|
||||||
test_SVGxxxListIndexing.xhtml \
|
test_SVGxxxListIndexing.xhtml \
|
||||||
test_switch.xhtml \
|
test_switch.xhtml \
|
||||||
switch-helper.svg \
|
switch-helper.svg \
|
||||||
test_text.html \
|
|
||||||
text-helper.svg \
|
text-helper.svg \
|
||||||
test_transform.xhtml \
|
test_transform.xhtml \
|
||||||
test_valueAsString.xhtml \
|
test_valueAsString.xhtml \
|
||||||
|
@ -83,4 +82,10 @@ MOCHITEST_FILES = \
|
||||||
test_zoom.xhtml \
|
test_zoom.xhtml \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
ifneq (android,$(MOZ_WIDGET_TOOLKIT))
|
||||||
|
MOCHITEST_FILES += \
|
||||||
|
test_text.html \
|
||||||
|
$(NULL)
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
Загрузка…
Ссылка в новой задаче