From 60dedbb258af25ec2bf443f7b1cfb5e73a83b78e Mon Sep 17 00:00:00 2001 From: Benjamin Smedberg Date: Thu, 1 Jul 2010 17:03:16 -0400 Subject: [PATCH] Temporarily disable the crashreporter tests on x86-Linux only, due to bug 573290 on a CLOSED TREE. --- toolkit/crashreporter/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toolkit/crashreporter/Makefile.in b/toolkit/crashreporter/Makefile.in index 7dc15ba18001..169adccfa1d4 100644 --- a/toolkit/crashreporter/Makefile.in +++ b/toolkit/crashreporter/Makefile.in @@ -112,7 +112,11 @@ EXTRA_JS_MODULES = \ $(NULL) ifdef ENABLE_TESTS + +# Temporarily disable the tests on x86-Linux, see bug 573290. +ifneq ($(OS_ARCH)_$(TARGET_XPCOM_ABI),Linux_x86-gcc3) TOOL_DIRS = test endif +endif include $(topsrcdir)/config/rules.mk