зеркало из https://github.com/mozilla/pjs.git
Bug 598360 - [SeaMonkey] mochitest-5: failing test_notifications.html and test_prompt.html due to doorhangers. r=khuey, a=NPOTB
--HG-- extra : rebase_source : 30aa6c3564afe61b2b65d731598883cd40f1f8f6
This commit is contained in:
Родитель
f05bcbb740
Коммит
5613c364d6
|
@ -41,7 +41,7 @@ srcdir = @srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
relativesrcdir = toolkit/components/passwordmgr/test
|
relativesrcdir = toolkit/components/passwordmgr/test
|
||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/config.mk
|
||||||
|
|
||||||
ifneq (mobile,$(MOZ_BUILD_APP))
|
ifneq (mobile,$(MOZ_BUILD_APP))
|
||||||
DIRS = \
|
DIRS = \
|
||||||
|
@ -69,7 +69,6 @@ MOCHI_TESTS = \
|
||||||
test_basic_form_pwonly.html \
|
test_basic_form_pwonly.html \
|
||||||
test_bug_227640.html \
|
test_bug_227640.html \
|
||||||
test_bug_242956.html \
|
test_bug_242956.html \
|
||||||
test_privbrowsing.html \
|
|
||||||
test_bug_360493_1.html \
|
test_bug_360493_1.html \
|
||||||
test_bug_360493_2.html \
|
test_bug_360493_2.html \
|
||||||
test_bug_391514.html \
|
test_bug_391514.html \
|
||||||
|
@ -78,8 +77,6 @@ MOCHI_TESTS = \
|
||||||
test_master_password.html \
|
test_master_password.html \
|
||||||
test_master_password_cleanup.html \
|
test_master_password_cleanup.html \
|
||||||
test_prompt_async.html \
|
test_prompt_async.html \
|
||||||
test_notifications.html \
|
|
||||||
test_prompt.html \
|
|
||||||
test_xhr.html \
|
test_xhr.html \
|
||||||
test_xml_load.html \
|
test_xml_load.html \
|
||||||
test_zzz_finish.html \
|
test_zzz_finish.html \
|
||||||
|
@ -109,6 +106,19 @@ 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_prompt.html \
|
||||||
|
test_notifications.html \
|
||||||
|
$(NULL)
|
||||||
|
else
|
||||||
|
$(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
|
||||||
|
|
||||||
XPCSHELL_TESTS = unit
|
XPCSHELL_TESTS = unit
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Загрузка…
Ссылка в новой задаче