Bug 1089036 - Removing invalid mochitests and adding them as support files in dom/workers/test/mochitest.ini. r=jmaher

This commit is contained in:
Vaibhav Agrawal 2014-10-30 08:41:00 +01:00
parent a1bdb2ddac
commit 6d4081420e

View File

@ -57,6 +57,10 @@ support-files =
terminateSyncXHR_frame.html
terminateSyncXHR_worker.js
testXHR.txt
test_csp.html^headers^
test_csp.js
test_xhr_parameters.js
test_xhr_system.js
threadErrors_worker1.js
threadErrors_worker2.js
threadErrors_worker3.js
@ -110,8 +114,6 @@ support-files =
[test_contentWorker.html]
[test_csp.html]
skip-if = (toolkit == 'gonk' && debug) #debug-only failure
[test_csp.html^headers^]
[test_csp.js]
[test_dataURLWorker.html]
[test_errorPropagation.html]
skip-if = buildapp == 'b2g' # b2g(times out) b2g-debug(times out) b2g-desktop(times out)
@ -169,11 +171,9 @@ skip-if = buildapp == 'b2g' || e10s # b2g(test timed out, might need more time)
[test_xhr_implicit_cancel.html]
[test_xhr_parameters.html]
skip-if = buildapp == 'b2g' || e10s
[test_xhr_parameters.js]
[test_xhr_responseURL.html]
[test_xhr_system.html]
skip-if = buildapp == 'b2g' || e10s
[test_xhr_system.js]
[test_xhr_timeout.html]
skip-if = (os == "win") || (os == "mac") || toolkit == 'android' || e10s #bug 798220
[test_url_exceptions.html]