mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1057512 - enable --run-by-dir for browser-chrome e10s. r=dminor
This commit is contained in:
parent
8e338b54df
commit
bcb0dcda8d
@ -130,6 +130,7 @@ skip-if = os == "linux"
|
||||
skip-if = e10s # bug 1090635
|
||||
[browser_981305_separator_insertion.js]
|
||||
[browser_988072_sidebar_events.js]
|
||||
skip-if = e10s # bug 1101482 - fails in --run-by-dir
|
||||
[browser_989338_saved_placements_not_resaved.js]
|
||||
[browser_989751_subviewbutton_class.js]
|
||||
[browser_987177_destroyWidget_xul.js]
|
||||
|
@ -1712,8 +1712,7 @@ class Mochitest(MochitestUtilsMixin):
|
||||
self.setTestRoot(options)
|
||||
|
||||
# Until we have all green, this only runs on bc* jobs (not dt* jobs)
|
||||
# skipping on e10s jobs as we have a few extra failures
|
||||
if options.browserChrome and not options.subsuite and not options.e10s:
|
||||
if options.browserChrome and not options.subsuite:
|
||||
options.runByDir = True
|
||||
|
||||
if not options.runByDir:
|
||||
|
Loading…
Reference in New Issue
Block a user