Bug 1310297 - Remove test annotations using b2g, mulet or gonk: dom/workers. r=RyanVM

MozReview-Commit-ID: BqEzF7D2X1S

--HG--
extra : rebase_source : 12efebd4f3695625bc6987e854e290f88dc0f6ce
This commit is contained in:
Sebastian Hengst 2016-11-05 11:29:18 +01:00
parent 1736538ee8
commit e271a86b39
5 changed files with 11 additions and 22 deletions

View File

@ -1,5 +1,5 @@
[DEFAULT]
skip-if = buildapp == 'b2g' || os == 'android'
skip-if = os == 'android'
support-files =
WorkerDebugger.console_childWorker.js
WorkerDebugger.console_debugger.js

View File

@ -153,23 +153,17 @@ skip-if = true # bug 1176225
[test_consoleSharedWorkers.html]
[test_contentWorker.html]
[test_csp.html]
skip-if = (toolkit == 'gonk' && debug) #debug-only failure
[test_dataURLWorker.html]
[test_errorPropagation.html]
skip-if = buildapp == 'b2g' # b2g(times out) b2g-debug(times out) b2g-desktop(times out)
[test_errorwarning.html]
skip-if = buildapp == 'b2g' # b2g(Failed to load script: errorwarning_worker.js) b2g-debug(Failed to load script: errorwarning_worker.js) b2g-desktop(Failed to load script: errorwarning_worker.js)
[test_eventDispatch.html]
[test_fibonacci.html]
skip-if = buildapp == 'b2g' # b2g(Failed to load script: fibonacci_worker.js) b2g-debug(Failed to load script: fibonacci_worker.js) b2g-desktop(Failed to load script: fibonacci_worker.js)
[test_importScripts.html]
[test_importScripts_mixedcontent.html]
skip-if = buildapp == 'b2g' # no https on b2g
tags = mcb
[test_instanceof.html]
[test_json.html]
[test_jsversion.html]
skip-if = (toolkit == 'gonk' && debug) #debug-only failure
[test_loadEncoding.html]
[test_loadError.html]
[test_location.html]
@ -178,13 +172,11 @@ skip-if = (toolkit == 'gonk' && debug) #debug-only failure
[test_multi_sharedWorker_lifetimes.html]
[test_navigator.html]
[test_navigator_languages.html]
skip-if = buildapp == 'mulet'
[test_newError.html]
[test_notification.html]
[test_notification_child.html]
[test_notification_permission.html]
[test_onLine.html]
skip-if = (toolkit == 'gonk' && debug) #debug-only failure
[test_promise.html]
[test_promise_resolved_with_string.html]
[test_recursion.html]
@ -193,7 +185,6 @@ skip-if = (toolkit == 'gonk' && debug) #debug-only failure
[test_resolveWorker-assignment.html]
[test_rvals.html]
[test_sharedWorker.html]
skip-if = (toolkit == 'gonk' && debug) # Bug 1176223
[test_simpleThread.html]
[test_suspend.html]
[test_terminate.html]
@ -203,23 +194,22 @@ skip-if = (toolkit == 'gonk' && debug) # Bug 1176223
[test_timeoutTracing.html]
[test_transferable.html]
[test_websocket1.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
skip-if = toolkit == 'android' #bug 982828
[test_websocket2.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
skip-if = toolkit == 'android' #bug 982828
[test_websocket3.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
skip-if = toolkit == 'android' #bug 982828
[test_websocket4.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
skip-if = toolkit == 'android' #bug 982828
[test_websocket5.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
skip-if = toolkit == 'android' #bug 982828
[test_websocket_basic.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
skip-if = toolkit == 'android' #bug 982828
[test_websocket_https.html]
skip-if = buildapp == 'b2g' # no https on b2g
[test_websocket_loadgroup.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
skip-if = toolkit == 'android' #bug 982828
[test_webSocket_sharedWorker.html]
skip-if = buildapp == 'b2g' || toolkit == 'android' #bug 982828
skip-if = toolkit == 'android' #bug 982828
[test_worker_interfaces.html]
[test_workersDisabled.html]
[test_referrer.html]

View File

@ -1,5 +1,5 @@
[DEFAULT]
skip-if = buildapp == 'b2g' || os == 'android'
skip-if = os == 'android'
support-files =
chrome_helpers.js
empty.js

View File

@ -1,5 +1,4 @@
[DEFAULT]
skip-if = buildapp == 'b2g'
support-files =
worker.js

View File

@ -1,7 +1,7 @@
[DEFAULT]
head =
tail =
skip-if = toolkit == 'android' || toolkit == 'gonk'
skip-if = toolkit == 'android'
support-files =
data/worker.js
data/worker_fileReader.js