michael@0: [DEFAULT] michael@0: support-files = michael@0: WorkerTest_badworker.js michael@0: atob_worker.js michael@0: bug1020226_worker.js michael@0: bug1020226_frame.html michael@0: clearTimeouts_worker.js michael@0: closeOnGC_server.sjs michael@0: closeOnGC_worker.js michael@0: close_worker.js michael@0: content_worker.js michael@0: console_worker.js michael@0: consoleReplaceable_worker.js michael@0: csp_worker.js michael@0: errorPropagation_iframe.html michael@0: errorPropagation_worker.js michael@0: errorwarning_worker.js michael@0: eventDispatch_worker.js michael@0: fibonacci_worker.js michael@0: file_bug1010784_worker.js michael@0: importScripts_worker.js michael@0: importScripts_worker_imported1.js michael@0: importScripts_worker_imported2.js michael@0: importScripts_worker_imported3.js michael@0: importScripts_worker_imported4.js michael@0: instanceof_worker.js michael@0: json_worker.js michael@0: jsversion_worker.js michael@0: loadEncoding_worker.js michael@0: location_worker.js michael@0: longThread_worker.js michael@0: multi_sharedWorker_frame.html michael@0: multi_sharedWorker_sharedWorker.js michael@0: navigator_worker.js michael@0: newError_worker.js michael@0: onLine_worker.js michael@0: onLine_worker_child.js michael@0: onLine_worker_head.js michael@0: promise_worker.js michael@0: recursion_worker.js michael@0: recursiveOnerror_worker.js michael@0: relativeLoad_import.js michael@0: relativeLoad_worker.js michael@0: relativeLoad_worker2.js michael@0: rvals_worker.js michael@0: sharedWorker_sharedWorker.js michael@0: simpleThread_worker.js michael@0: suspend_iframe.html michael@0: suspend_worker.js michael@0: terminate_worker.js michael@0: terminateSyncXHR_frame.html michael@0: terminateSyncXHR_worker.js michael@0: testXHR.txt michael@0: threadErrors_worker1.js michael@0: threadErrors_worker2.js michael@0: threadErrors_worker3.js michael@0: threadErrors_worker4.js michael@0: threadTimeouts_worker.js michael@0: throwingOnerror_worker.js michael@0: timeoutTracing_worker.js michael@0: transferable_worker.js michael@0: urlApi_worker.js michael@0: url_worker.js michael@0: workersDisabled_worker.js michael@0: xhr2_worker.js michael@0: xhrAbort_worker.js michael@0: xhr_implicit_cancel_worker.js michael@0: xhr_worker.js michael@0: xhr_headers_worker.js michael@0: xhr_headers_server.sjs michael@0: url_exceptions_worker.js michael@0: urlSearchParams_worker.js michael@0: subdir/relativeLoad_sub_worker.js michael@0: subdir/relativeLoad_sub_worker2.js michael@0: subdir/relativeLoad_sub_import.js michael@0: bug1060621_worker.js michael@0: bug1062920_worker.js michael@0: michael@0: [test_404.html] michael@0: [test_atob.html] michael@0: [test_blobConstructor.html] michael@0: [test_blobWorkers.html] michael@0: [test_bug949946.html] michael@0: [test_bug1002702.html] michael@0: [test_bug1010784.html] michael@0: [test_bug1020226.html] michael@0: [test_chromeWorker.html] michael@0: [test_clearTimeouts.html] michael@0: [test_close.html] michael@0: [test_closeOnGC.html] michael@0: [test_console.html] michael@0: [test_consoleReplaceable.html] michael@0: [test_contentWorker.html] michael@0: [test_csp.html] michael@0: skip-if = (toolkit == 'gonk' && debug) #debug-only failure michael@0: [test_csp.html^headers^] michael@0: [test_csp.js] michael@0: [test_dataURLWorker.html] michael@0: [test_errorPropagation.html] michael@0: skip-if = buildapp == 'b2g' # b2g(times out) b2g-debug(times out) b2g-desktop(times out) michael@0: [test_errorwarning.html] michael@0: 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) michael@0: [test_eventDispatch.html] michael@0: [test_fibonacci.html] michael@0: 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) michael@0: [test_importScripts.html] michael@0: [test_instanceof.html] michael@0: [test_json.html] michael@0: [test_jsversion.html] michael@0: skip-if = (toolkit == 'gonk' && debug) #debug-only failure michael@0: [test_loadEncoding.html] michael@0: [test_loadError.html] michael@0: [test_location.html] michael@0: [test_longThread.html] michael@0: [test_multi_sharedWorker.html] michael@0: [test_multi_sharedWorker_lifetimes.html] michael@0: [test_navigator.html] michael@0: [test_newError.html] michael@0: [test_onLine.html] michael@0: skip-if = (toolkit == 'gonk' && debug) #debug-only failure michael@0: [test_promise.html] michael@0: [test_promise_resolved_with_string.html] michael@0: [test_recursion.html] michael@0: [test_recursiveOnerror.html] michael@0: [test_relativeLoad.html] michael@0: 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) michael@0: [test_resolveWorker-assignment.html] michael@0: [test_resolveWorker.html] michael@0: [test_rvals.html] michael@0: [test_sharedWorker.html] michael@0: [test_simpleThread.html] michael@0: [test_suspend.html] michael@0: 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) michael@0: [test_terminate.html] michael@0: [test_terminateSyncXHR.html] michael@0: [test_threadErrors.html] michael@0: [test_threadTimeouts.html] michael@0: [test_throwingOnerror.html] michael@0: [test_timeoutTracing.html] michael@0: [test_transferable.html] michael@0: [test_url.html] michael@0: skip-if = (toolkit == 'gonk' && debug) #debug-only crash, bug 931887 michael@0: [test_urlApi.html] michael@0: [test_workersDisabled.html] michael@0: [test_xhr.html] michael@0: [test_xhr2.html] michael@0: [test_xhrAbort.html] michael@0: [test_xhr_headers.html] michael@0: [test_xhr_implicit_cancel.html] michael@0: [test_xhr_parameters.html] michael@0: skip-if = buildapp == 'b2g' || e10s michael@0: [test_xhr_parameters.js] michael@0: [test_xhr_system.html] michael@0: skip-if = buildapp == 'b2g' || e10s michael@0: [test_xhr_system.js] michael@0: [test_xhr_timeout.html] michael@0: skip-if = (os == "win") || (os == "mac") || toolkit == 'android' || e10s #bug 798220 michael@0: [test_url_exceptions.html] michael@0: [test_urlSearchParams.html] michael@0: [test_bug1060621.html] michael@0: [test_bug1062920.html]