зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
914731b237
Коммит
26930790af
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче