зеркало из https://github.com/mozilla/pjs.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:
Родитель
7a16971551
Коммит
653e4d4800
|
@ -82,6 +82,8 @@ MOCHI_TESTS = \
|
||||||
test_maxforms_1.html \
|
test_maxforms_1.html \
|
||||||
test_maxforms_2.html \
|
test_maxforms_2.html \
|
||||||
test_maxforms_3.html \
|
test_maxforms_3.html \
|
||||||
|
test_notifications.html \
|
||||||
|
test_privbrowsing.html \
|
||||||
test_prompt_async.html \
|
test_prompt_async.html \
|
||||||
test_xhr.html \
|
test_xhr.html \
|
||||||
test_xml_load.html \
|
test_xml_load.html \
|
||||||
|
@ -112,23 +114,11 @@ MOCHI_CONTENT = \
|
||||||
subtst_prompt_async.html \
|
subtst_prompt_async.html \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
# Don't run these tests in suite
|
|
||||||
ifndef MOZ_SUITE
|
|
||||||
MOCHI_TESTS += \
|
|
||||||
test_privbrowsing.html \
|
|
||||||
test_notifications.html \
|
|
||||||
$(NULL)
|
|
||||||
ifneq ($(OS_TARGET),Linux)
|
ifneq ($(OS_TARGET),Linux)
|
||||||
MOCHI_TESTS += \
|
MOCHI_TESTS += \
|
||||||
test_prompt.html \
|
test_prompt.html \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
endif
|
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
|
# This test doesn't pass because we can't ensure a cross-platform
|
||||||
# event that occurs between DOMContentLoaded and Pageload
|
# event that occurs between DOMContentLoaded and Pageload
|
||||||
|
|
Загрузка…
Ссылка в новой задаче