Bug 635825. (Av1) Re-enable test_notifications.html, test_privbrowsing.html and test_prompt.html on SeaMonkey. rs=Callek (a=test-only).

This commit is contained in:
Serge Gautherie 2012-05-02 12:24:40 +02:00
Родитель 914731b237
Коммит 26930790af
1 изменённых файлов: 2 добавлений и 12 удалений

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

@ -82,6 +82,8 @@ MOCHI_TESTS = \
test_maxforms_1.html \
test_maxforms_2.html \
test_maxforms_3.html \
test_notifications.html \
test_privbrowsing.html \
test_prompt_async.html \
test_xhr.html \
test_xml_load.html \
@ -112,23 +114,11 @@ MOCHI_CONTENT = \
subtst_prompt_async.html \
$(NULL)
# Don't run these tests in suite
ifndef MOZ_SUITE
MOCHI_TESTS += \
test_privbrowsing.html \
test_notifications.html \
$(NULL)
ifneq ($(OS_TARGET),Linux)
MOCHI_TESTS += \
test_prompt.html \
$(NULL)
endif
endif
ifdef MOZ_SUITE
$(warning test_prompt.html is disabled until doorhanger notfications work. Bug 598360)
$(warning test_notifications.html is disabled until doorhanger notfications work. Bug 598360)
$(warning test_privbrowsing.html is disabled due to doorhangers, Bug 598360, and no privatebrowsing support)
endif
# This test doesn't pass because we can't ensure a cross-platform
# event that occurs between DOMContentLoaded and Pageload