dom/workers/test/mochitest.ini

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/workers/test/mochitest.ini	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,161 @@
     1.4 +[DEFAULT]
     1.5 +support-files =
     1.6 +  WorkerTest_badworker.js
     1.7 +  atob_worker.js
     1.8 +  bug1020226_worker.js
     1.9 +  bug1020226_frame.html
    1.10 +  clearTimeouts_worker.js
    1.11 +  closeOnGC_server.sjs
    1.12 +  closeOnGC_worker.js
    1.13 +  close_worker.js
    1.14 +  content_worker.js
    1.15 +  console_worker.js
    1.16 +  consoleReplaceable_worker.js
    1.17 +  csp_worker.js
    1.18 +  errorPropagation_iframe.html
    1.19 +  errorPropagation_worker.js
    1.20 +  errorwarning_worker.js
    1.21 +  eventDispatch_worker.js
    1.22 +  fibonacci_worker.js
    1.23 +  file_bug1010784_worker.js
    1.24 +  importScripts_worker.js
    1.25 +  importScripts_worker_imported1.js
    1.26 +  importScripts_worker_imported2.js
    1.27 +  importScripts_worker_imported3.js
    1.28 +  importScripts_worker_imported4.js
    1.29 +  instanceof_worker.js
    1.30 +  json_worker.js
    1.31 +  jsversion_worker.js
    1.32 +  loadEncoding_worker.js
    1.33 +  location_worker.js
    1.34 +  longThread_worker.js
    1.35 +  multi_sharedWorker_frame.html
    1.36 +  multi_sharedWorker_sharedWorker.js
    1.37 +  navigator_worker.js
    1.38 +  newError_worker.js
    1.39 +  onLine_worker.js
    1.40 +  onLine_worker_child.js
    1.41 +  onLine_worker_head.js
    1.42 +  promise_worker.js
    1.43 +  recursion_worker.js
    1.44 +  recursiveOnerror_worker.js
    1.45 +  relativeLoad_import.js
    1.46 +  relativeLoad_worker.js
    1.47 +  relativeLoad_worker2.js
    1.48 +  rvals_worker.js
    1.49 +  sharedWorker_sharedWorker.js
    1.50 +  simpleThread_worker.js
    1.51 +  suspend_iframe.html
    1.52 +  suspend_worker.js
    1.53 +  terminate_worker.js
    1.54 +  terminateSyncXHR_frame.html
    1.55 +  terminateSyncXHR_worker.js
    1.56 +  testXHR.txt
    1.57 +  threadErrors_worker1.js
    1.58 +  threadErrors_worker2.js
    1.59 +  threadErrors_worker3.js
    1.60 +  threadErrors_worker4.js
    1.61 +  threadTimeouts_worker.js
    1.62 +  throwingOnerror_worker.js
    1.63 +  timeoutTracing_worker.js
    1.64 +  transferable_worker.js
    1.65 +  urlApi_worker.js
    1.66 +  url_worker.js
    1.67 +  workersDisabled_worker.js
    1.68 +  xhr2_worker.js
    1.69 +  xhrAbort_worker.js
    1.70 +  xhr_implicit_cancel_worker.js
    1.71 +  xhr_worker.js
    1.72 +  xhr_headers_worker.js
    1.73 +  xhr_headers_server.sjs
    1.74 +  url_exceptions_worker.js
    1.75 +  urlSearchParams_worker.js
    1.76 +  subdir/relativeLoad_sub_worker.js
    1.77 +  subdir/relativeLoad_sub_worker2.js
    1.78 +  subdir/relativeLoad_sub_import.js
    1.79 +  bug1060621_worker.js
    1.80 +  bug1062920_worker.js
    1.81 +
    1.82 +[test_404.html]
    1.83 +[test_atob.html]
    1.84 +[test_blobConstructor.html]
    1.85 +[test_blobWorkers.html]
    1.86 +[test_bug949946.html]
    1.87 +[test_bug1002702.html]
    1.88 +[test_bug1010784.html]
    1.89 +[test_bug1020226.html]
    1.90 +[test_chromeWorker.html]
    1.91 +[test_clearTimeouts.html]
    1.92 +[test_close.html]
    1.93 +[test_closeOnGC.html]
    1.94 +[test_console.html]
    1.95 +[test_consoleReplaceable.html]
    1.96 +[test_contentWorker.html]
    1.97 +[test_csp.html]
    1.98 +skip-if = (toolkit == 'gonk' && debug) #debug-only failure
    1.99 +[test_csp.html^headers^]
   1.100 +[test_csp.js]
   1.101 +[test_dataURLWorker.html]
   1.102 +[test_errorPropagation.html]
   1.103 +skip-if = buildapp == 'b2g' # b2g(times out) b2g-debug(times out) b2g-desktop(times out)
   1.104 +[test_errorwarning.html]
   1.105 +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)
   1.106 +[test_eventDispatch.html]
   1.107 +[test_fibonacci.html]
   1.108 +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)
   1.109 +[test_importScripts.html]
   1.110 +[test_instanceof.html]
   1.111 +[test_json.html]
   1.112 +[test_jsversion.html]
   1.113 +skip-if = (toolkit == 'gonk' && debug) #debug-only failure
   1.114 +[test_loadEncoding.html]
   1.115 +[test_loadError.html]
   1.116 +[test_location.html]
   1.117 +[test_longThread.html]
   1.118 +[test_multi_sharedWorker.html]
   1.119 +[test_multi_sharedWorker_lifetimes.html]
   1.120 +[test_navigator.html]
   1.121 +[test_newError.html]
   1.122 +[test_onLine.html]
   1.123 +skip-if = (toolkit == 'gonk' && debug) #debug-only failure
   1.124 +[test_promise.html]
   1.125 +[test_promise_resolved_with_string.html]
   1.126 +[test_recursion.html]
   1.127 +[test_recursiveOnerror.html]
   1.128 +[test_relativeLoad.html]
   1.129 +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)
   1.130 +[test_resolveWorker-assignment.html]
   1.131 +[test_resolveWorker.html]
   1.132 +[test_rvals.html]
   1.133 +[test_sharedWorker.html]
   1.134 +[test_simpleThread.html]
   1.135 +[test_suspend.html]
   1.136 +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)
   1.137 +[test_terminate.html]
   1.138 +[test_terminateSyncXHR.html]
   1.139 +[test_threadErrors.html]
   1.140 +[test_threadTimeouts.html]
   1.141 +[test_throwingOnerror.html]
   1.142 +[test_timeoutTracing.html]
   1.143 +[test_transferable.html]
   1.144 +[test_url.html]
   1.145 +skip-if = (toolkit == 'gonk' && debug) #debug-only crash, bug 931887
   1.146 +[test_urlApi.html]
   1.147 +[test_workersDisabled.html]
   1.148 +[test_xhr.html]
   1.149 +[test_xhr2.html]
   1.150 +[test_xhrAbort.html]
   1.151 +[test_xhr_headers.html]
   1.152 +[test_xhr_implicit_cancel.html]
   1.153 +[test_xhr_parameters.html]
   1.154 +skip-if = buildapp == 'b2g' || e10s
   1.155 +[test_xhr_parameters.js]
   1.156 +[test_xhr_system.html]
   1.157 +skip-if = buildapp == 'b2g' || e10s
   1.158 +[test_xhr_system.js]
   1.159 +[test_xhr_timeout.html]
   1.160 +skip-if = (os == "win") || (os == "mac") || toolkit == 'android' || e10s #bug 798220
   1.161 +[test_url_exceptions.html]
   1.162 +[test_urlSearchParams.html]
   1.163 +[test_bug1060621.html]
   1.164 +[test_bug1062920.html]

mercurial