Bug 806736 - Part 0: Don't run test_privbrowsing.html in per-window PB builds

This commit is contained in:
Ehsan Akhgari 2012-12-06 00:41:09 -05:00
parent 2cbf9d9475
commit 62ebfb4017

View File

@ -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 \