Bug 513558 - test_contextmenu.html has lost its Linux privileges

This commit is contained in:
Phil Ringnalda 2011-12-02 20:43:19 -08:00
Родитель 22cd186b2f
Коммит 856dfb045a
1 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -48,8 +48,6 @@ _TEST_FILES = \
feed_discovery.html \
test_bug395533.html \
bug395533-data.txt \
test_contextmenu.html \
subtst_contextmenu.html \
ctxmenu-image.png \
video.ogg \
test_offlineNotification.html \
@ -72,6 +70,14 @@ _TEST_FILES = \
gZipOfflineChild.cacheManifest^headers^ \
$(NULL)
# test_contextmenu.html is disabled on Linux due to bug 513558
ifneq (gtk2,$(MOZ_WIDGET_TOOLKIT))
_TEST_FILES += \
test_contextmenu.html \
subtst_contextmenu.html \
$(NULL)
endif
# The following tests are disabled because they are unreliable:
# browser_bug423833.js is bug 428712
# browser_sanitize-download-history.js is bug 432425