diff -r 000000000000 -r 6474c204b198 dom/workers/test/mochitest.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dom/workers/test/mochitest.ini Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,161 @@ +[DEFAULT] +support-files = + WorkerTest_badworker.js + atob_worker.js + bug1020226_worker.js + bug1020226_frame.html + clearTimeouts_worker.js + closeOnGC_server.sjs + closeOnGC_worker.js + close_worker.js + content_worker.js + console_worker.js + consoleReplaceable_worker.js + csp_worker.js + errorPropagation_iframe.html + errorPropagation_worker.js + errorwarning_worker.js + eventDispatch_worker.js + fibonacci_worker.js + file_bug1010784_worker.js + importScripts_worker.js + importScripts_worker_imported1.js + importScripts_worker_imported2.js + importScripts_worker_imported3.js + importScripts_worker_imported4.js + instanceof_worker.js + json_worker.js + jsversion_worker.js + loadEncoding_worker.js + location_worker.js + longThread_worker.js + multi_sharedWorker_frame.html + multi_sharedWorker_sharedWorker.js + navigator_worker.js + newError_worker.js + onLine_worker.js + onLine_worker_child.js + onLine_worker_head.js + promise_worker.js + recursion_worker.js + recursiveOnerror_worker.js + relativeLoad_import.js + relativeLoad_worker.js + relativeLoad_worker2.js + rvals_worker.js + sharedWorker_sharedWorker.js + simpleThread_worker.js + suspend_iframe.html + suspend_worker.js + terminate_worker.js + terminateSyncXHR_frame.html + terminateSyncXHR_worker.js + testXHR.txt + threadErrors_worker1.js + threadErrors_worker2.js + threadErrors_worker3.js + threadErrors_worker4.js + threadTimeouts_worker.js + throwingOnerror_worker.js + timeoutTracing_worker.js + transferable_worker.js + urlApi_worker.js + url_worker.js + workersDisabled_worker.js + xhr2_worker.js + xhrAbort_worker.js + xhr_implicit_cancel_worker.js + xhr_worker.js + xhr_headers_worker.js + xhr_headers_server.sjs + url_exceptions_worker.js + urlSearchParams_worker.js + subdir/relativeLoad_sub_worker.js + subdir/relativeLoad_sub_worker2.js + subdir/relativeLoad_sub_import.js + bug1060621_worker.js + bug1062920_worker.js + +[test_404.html] +[test_atob.html] +[test_blobConstructor.html] +[test_blobWorkers.html] +[test_bug949946.html] +[test_bug1002702.html] +[test_bug1010784.html] +[test_bug1020226.html] +[test_chromeWorker.html] +[test_clearTimeouts.html] +[test_close.html] +[test_closeOnGC.html] +[test_console.html] +[test_consoleReplaceable.html] +[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) +[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_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] +[test_longThread.html] +[test_multi_sharedWorker.html] +[test_multi_sharedWorker_lifetimes.html] +[test_navigator.html] +[test_newError.html] +[test_onLine.html] +skip-if = (toolkit == 'gonk' && debug) #debug-only failure +[test_promise.html] +[test_promise_resolved_with_string.html] +[test_recursion.html] +[test_recursiveOnerror.html] +[test_relativeLoad.html] +skip-if = buildapp == 'b2g' # b2g(Failed to load script: relativeLoad_import.js) b2g-debug(Failed to load script: relativeLoad_import.js) b2g-desktop(Failed to load script: relativeLoad_import.js) +[test_resolveWorker-assignment.html] +[test_resolveWorker.html] +[test_rvals.html] +[test_sharedWorker.html] +[test_simpleThread.html] +[test_suspend.html] +skip-if = buildapp == 'b2g' || e10s # b2g(test timed out, might need more time) b2g-debug(test timed out, might need more time) b2g-desktop(test timed out, might need more time) +[test_terminate.html] +[test_terminateSyncXHR.html] +[test_threadErrors.html] +[test_threadTimeouts.html] +[test_throwingOnerror.html] +[test_timeoutTracing.html] +[test_transferable.html] +[test_url.html] +skip-if = (toolkit == 'gonk' && debug) #debug-only crash, bug 931887 +[test_urlApi.html] +[test_workersDisabled.html] +[test_xhr.html] +[test_xhr2.html] +[test_xhrAbort.html] +[test_xhr_headers.html] +[test_xhr_implicit_cancel.html] +[test_xhr_parameters.html] +skip-if = buildapp == 'b2g' || e10s +[test_xhr_parameters.js] +[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] +[test_urlSearchParams.html] +[test_bug1060621.html] +[test_bug1062920.html]