Disable test from bug 393970 on linux (bug 428226)

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

View File

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