зеркало из https://github.com/mozilla/pjs.git
Disable test from bug 393970 on linux (bug 428226)
This commit is contained in:
Родитель
6c701f2fe2
Коммит
792dc45e7c
|
@ -44,8 +44,11 @@ relativesrcdir = layout/xul/base/test
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_TEST_FILES = test_bug393970.xul \
|
||||
$(NULL)
|
||||
_TEST_FILES = $(NULL)
|
||||
|
||||
ifneq ($(OS_ARCH),Linux)
|
||||
_TEST_FILES += test_bug393970.xul
|
||||
endif
|
||||
|
||||
libs:: $(_TEST_FILES)
|
||||
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||
|
|
Загрузка…
Ссылка в новой задаче