Disable test from bug 393970 on linux (bug 428226)

git-svn-id: svn://10.0.0.236/trunk@249962 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com 2008-04-10 03:00:37 +00:00
parent 9230cf5f79
commit 37f87cc7b1

View File

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