From 792dc45e7c7f685556be7383fef5cf2b88011cca Mon Sep 17 00:00:00 2001 From: "gavin@gavinsharp.com" Date: Wed, 9 Apr 2008 20:00:37 -0700 Subject: [PATCH] Disable test from bug 393970 on linux (bug 428226) --- layout/xul/base/test/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/layout/xul/base/test/Makefile.in b/layout/xul/base/test/Makefile.in index 677cbe89d25..e6fcbae61d1 100644 --- a/layout/xul/base/test/Makefile.in +++ b/layout/xul/base/test/Makefile.in @@ -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)