mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 806736 - Part 0: Don't run test_privbrowsing.html in per-window PB builds
This commit is contained in:
parent
72ffc2012c
commit
fa2782f63c
@ -53,7 +53,6 @@ MOCHITEST_FILES = \
|
||||
test_maxforms_3.html \
|
||||
test_notifications.html \
|
||||
test_notifications_popup.html \
|
||||
test_privbrowsing.html \
|
||||
test_prompt_async.html \
|
||||
test_xhr.html \
|
||||
test_xml_load.html \
|
||||
@ -83,6 +82,12 @@ MOCHITEST_FILES = \
|
||||
subtst_prompt_async.html \
|
||||
$(NULL)
|
||||
|
||||
ifndef MOZ_PER_WINDOW_PRIVATE_BROWSING
|
||||
MOCHITEST_FILES += \
|
||||
test_privbrowsing.html \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifneq ($(OS_TARGET),Linux)
|
||||
MOCHITEST_FILES += \
|
||||
test_prompt.html \
|
||||
|
Loading…
Reference in New Issue
Block a user