Bug 416390, disable this test on linux for now until we can figure out what is going on

This commit is contained in:
enndeakin@sympatico.ca 2008-04-01 15:46:51 -07:00
parent 77a00dd1fd
commit c4ab0ae142

View File

@ -101,7 +101,6 @@ _TEST_FILES = test_bug360220.xul \
test_menu_hide.xul \
test_focus.xul \
test_tabindex.xul \
test_contextmenu_list.xul \
$(NULL)
ifeq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
@ -109,5 +108,9 @@ _TEST_FILES += test_menubar.xul \
window_menubar.xul
endif
ifeq (,$(filter gtk2,$(MOZ_WIDGET_TOOLKIT)))
_TEST_FILES += test_contextmenu_list.xul \
endif
libs:: $(_TEST_FILES)
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)