Disable test from bug 393970 on linux (bug 428226)

This commit is contained in:
gavin@gavinsharp.com 2008-04-09 20:00:37 -07:00
Родитель 6c701f2fe2
Коммит 792dc45e7c
1 изменённых файлов: 5 добавлений и 2 удалений

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

@ -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)