Disable this test on mac for now to fix orange

This commit is contained in:
enndeakin@sympatico.ca 2007-08-15 19:12:30 -07:00
parent 40ddc9aaa8
commit 9ef977a602

View File

@ -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)