From fe6e768f0f699a1f082f00ca433f4e95ddaf38fb Mon Sep 17 00:00:00 2001 From: "enndeakin%sympatico.ca" Date: Thu, 16 Aug 2007 02:12:30 +0000 Subject: [PATCH] Disable this test on mac for now to fix orange git-svn-id: svn://10.0.0.236/trunk@232196 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/content/tests/chrome/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mozilla/toolkit/content/tests/chrome/Makefile.in b/mozilla/toolkit/content/tests/chrome/Makefile.in index 5d7c7b258ac..1ce9f35e4ff 100644 --- a/mozilla/toolkit/content/tests/chrome/Makefile.in +++ b/mozilla/toolkit/content/tests/chrome/Makefile.in @@ -58,9 +58,12 @@ _TEST_FILES = bug288254_window.xul \ window_popup_preventdefault_chrome.xul \ test_largemenu.xul \ window_largemenu.xul \ - test_panel_focus.xul \ - window_panel_focus.xul \ $(NULL) +ifeq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) +_TEST_FILES += test_panel_focus.xul \ + window_panel_focus.xul +endif + libs:: $(_TEST_FILES) $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)