mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 799664 - Disable xpcshell tests in per-window PB builds for now; r=jdm
--HG-- extra : rebase_source : 6c6bf39bd514ce8391b67dd362daa8e65eb0c54b
This commit is contained in:
parent
64b28b2a62
commit
dfb705afd1
@ -12,7 +12,14 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = test_privatebrowsing
|
||||
|
||||
# Most xpcshell PB tests use the global PB service, which means that we should
|
||||
# not attempt to run them in regular builds. We should look at the list and
|
||||
# decide which ones of them should be ported to the browser/perwindow suite
|
||||
# in the future.
|
||||
|
||||
ifndef MOZ_PER_WINDOW_PRIVATE_BROWSING
|
||||
XPCSHELL_TESTS = unit
|
||||
endif
|
||||
|
||||
DIRS += browser \
|
||||
$(NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user