From 1fa1d9e09a80c444d6313fcc10f95054e604bc51 Mon Sep 17 00:00:00 2001 From: "dolske%mozilla.com" Date: Fri, 5 Oct 2007 23:11:12 +0000 Subject: [PATCH] Disabling fast reftests (bug 387132) due to reported link problems on Linux too. *sigh* --- layout/tools/reftest/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/tools/reftest/Makefile.in b/layout/tools/reftest/Makefile.in index cc387bb3832..88b7072b30e 100644 --- a/layout/tools/reftest/Makefile.in +++ b/layout/tools/reftest/Makefile.in @@ -44,7 +44,7 @@ include $(DEPTH)/config/autoconf.mk MODULE = reftest -ifneq ($(OS_ARCH), WINNT) +ifdef DISABLED_SEE_BUG_387132 LIBRARY_NAME = reftest IS_COMPONENT = 1 @@ -101,7 +101,7 @@ XPIDLSRCS = nsIReftestHelper.idl CPPSRCS = nsReftestHelper.cpp -endif #OS_ARCH != WINNT +endif # DISABLED_SEE_BUG_387132 EXTRA_COMPONENTS= \ reftest-cmdline.js \