mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
bc0998a225
commit
6a3e22b54f
@ -41,7 +41,7 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = toolkit/components/passwordmgr/test
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(DEPTH)/config/config.mk
|
||||
|
||||
ifneq (mobile,$(MOZ_BUILD_APP))
|
||||
DIRS = \
|
||||
@ -69,7 +69,6 @@ MOCHI_TESTS = \
|
||||
test_basic_form_pwonly.html \
|
||||
test_bug_227640.html \
|
||||
test_bug_242956.html \
|
||||
test_privbrowsing.html \
|
||||
test_bug_360493_1.html \
|
||||
test_bug_360493_2.html \
|
||||
test_bug_391514.html \
|
||||
@ -78,8 +77,6 @@ MOCHI_TESTS = \
|
||||
test_master_password.html \
|
||||
test_master_password_cleanup.html \
|
||||
test_prompt_async.html \
|
||||
test_notifications.html \
|
||||
test_prompt.html \
|
||||
test_xhr.html \
|
||||
test_xml_load.html \
|
||||
test_zzz_finish.html \
|
||||
@ -109,6 +106,19 @@ MOCHI_CONTENT = \
|
||||
subtst_prompt_async.html \
|
||||
$(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
|
||||
|
||||
# This test doesn't pass because we can't ensure a cross-platform
|
||||
|
Loading…
Reference in New Issue
Block a user