mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 608206, bug 612277, bug 612683, bug 660585 - Disable test_prompt.html on Linux
This commit is contained in:
parent
15031db0c7
commit
9de58d4c9b
@ -112,10 +112,15 @@ MOCHI_CONTENT = \
|
||||
ifndef MOZ_SUITE
|
||||
MOCHI_TESTS += \
|
||||
test_privbrowsing.html \
|
||||
test_prompt.html \
|
||||
test_notifications.html \
|
||||
$(NULL)
|
||||
else
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user