Bug 1641796 - Fix parent-intercept skip-if for browser_dbg-windowless-service-workers r=jlast

Depends on D79059

Differential Revision: https://phabricator.services.mozilla.com/D79060
This commit is contained in:
Julian Descottes 2020-06-16 14:27:45 +00:00
parent 265dbfbb5b
commit 2c4d8f2731

View File

@ -189,7 +189,7 @@ skip-if = true #Bug 1571994
[browser_dbg-windowless-service-workers-reload.js]
skip-if = !serviceworker_e10s # parent intercept mode required.
[browser_dbg-windowless-service-workers.js]
skip-if = !nightly_build || (os == 'linux' && ccov) # parent intercept mode is needed bug 1588154. Bug 1613543, the test consistently timeouts on Linux coverage builds.
skip-if = !serviceworker_e10s || (os == 'linux' && ccov) # parent intercept mode is needed bug 1588154. Bug 1613543, the test consistently timeouts on Linux coverage builds.
[browser_dbg-worker-scopes.js]
skip-if = (os == 'linux' && debug) || (os == 'linux' && asan) || ccov #Bug 1456013, Bug 1559547
[browser_dbg-event-handler.js]