зеркало из https://github.com/mozilla/gecko-dev.git
Temporarily disable the crashreporter tests on x86-Linux only, due to bug 573290 on a CLOSED TREE.
This commit is contained in:
Родитель
4b29191430
Коммит
60dedbb258
|
@ -112,7 +112,11 @@ EXTRA_JS_MODULES = \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
ifdef ENABLE_TESTS
|
ifdef ENABLE_TESTS
|
||||||
|
|
||||||
|
# Temporarily disable the tests on x86-Linux, see bug 573290.
|
||||||
|
ifneq ($(OS_ARCH)_$(TARGET_XPCOM_ABI),Linux_x86-gcc3)
|
||||||
TOOL_DIRS = test
|
TOOL_DIRS = test
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
Загрузка…
Ссылка в новой задаче