Disable test from bug 393970 on linux (bug 428226)

This commit is contained in:
gavin%gavinsharp.com 2008-04-10 03:29:17 +00:00
Родитель abbf3af06b
Коммит 2ceab1f449
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -44,11 +44,10 @@ relativesrcdir = layout/xul/base/test
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
_TEST_FILES = $(NULL)
ifneq ($(OS_ARCH),Linux)
_TEST_FILES += test_bug393970.xul
endif
_TEST_FILES = test_bug393970.xul \
$(NULL)
libs:: $(_TEST_FILES)
$(INSTALL) $^ $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
endif