mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1109950-speed up loop run-all-browser-tests by ~20 seconds, r=Standard8
This commit is contained in:
parent
c7094c4e62
commit
ec611a1745
@ -8,9 +8,13 @@ set -e
|
||||
./mach marionette-test browser/components/loop/manifest.ini
|
||||
|
||||
# The browser_parsable_css.js can fail if we add some css that isn't parsable.
|
||||
./mach mochitest browser/components/loop/test/mochitest browser/base/content/test/general/browser_parsable_css.js
|
||||
|
||||
#
|
||||
# The check to make sure that the media devices can be used in Loop without
|
||||
# prompting is in browser_devices_get_user_media_about_urls.js. It's possible
|
||||
# to mess this up with CSP handling, and probably other changes, too.
|
||||
./mach mochitest browser/base/content/test/general/browser_devices_get_user_media_about_urls.js
|
||||
|
||||
./mach mochitest \
|
||||
browser/components/loop/test/mochitest \
|
||||
browser/base/content/test/general/browser_parsable_css.js \
|
||||
browser/base/content/test/general/browser_devices_get_user_media_about_urls.js
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user