From fa2782f63c8863d1a34ad4070a0ff5d1ad5e94d5 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Thu, 6 Dec 2012 00:41:09 -0500 Subject: [PATCH] Bug 806736 - Part 0: Don't run test_privbrowsing.html in per-window PB builds --- toolkit/components/passwordmgr/test/Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/toolkit/components/passwordmgr/test/Makefile.in b/toolkit/components/passwordmgr/test/Makefile.in index 8552ab45bd5..461b6fc9268 100644 --- a/toolkit/components/passwordmgr/test/Makefile.in +++ b/toolkit/components/passwordmgr/test/Makefile.in @@ -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 \