From 274059f98b7069d75ff681a8c9fcb80d344a72ee Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Thu, 10 Apr 2008 03:29:17 +0000 Subject: [PATCH] Disable test from bug 393970 on linux (bug 428226) git-svn-id: svn://10.0.0.236/trunk@249963 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/xul/base/test/Makefile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mozilla/layout/xul/base/test/Makefile.in b/mozilla/layout/xul/base/test/Makefile.in index e6fcbae61d1..96a3e666ea5 100644 --- a/mozilla/layout/xul/base/test/Makefile.in +++ b/mozilla/layout/xul/base/test/Makefile.in @@ -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