зеркало из https://github.com/mozilla/gecko-dev.git
Bug 806736 - Part 0: Don't run test_privbrowsing.html in per-window PB builds
This commit is contained in:
Родитель
2cbf9d9475
Коммит
62ebfb4017
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче