dom/workers/test/mochitest.ini

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

michael@0 1 [DEFAULT]
michael@0 2 support-files =
michael@0 3 WorkerTest_badworker.js
michael@0 4 atob_worker.js
michael@0 5 bug1020226_worker.js
michael@0 6 bug1020226_frame.html
michael@0 7 clearTimeouts_worker.js
michael@0 8 closeOnGC_server.sjs
michael@0 9 closeOnGC_worker.js
michael@0 10 close_worker.js
michael@0 11 content_worker.js
michael@0 12 console_worker.js
michael@0 13 consoleReplaceable_worker.js
michael@0 14 csp_worker.js
michael@0 15 errorPropagation_iframe.html
michael@0 16 errorPropagation_worker.js
michael@0 17 errorwarning_worker.js
michael@0 18 eventDispatch_worker.js
michael@0 19 fibonacci_worker.js
michael@0 20 file_bug1010784_worker.js
michael@0 21 importScripts_worker.js
michael@0 22 importScripts_worker_imported1.js
michael@0 23 importScripts_worker_imported2.js
michael@0 24 importScripts_worker_imported3.js
michael@0 25 importScripts_worker_imported4.js
michael@0 26 instanceof_worker.js
michael@0 27 json_worker.js
michael@0 28 jsversion_worker.js
michael@0 29 loadEncoding_worker.js
michael@0 30 location_worker.js
michael@0 31 longThread_worker.js
michael@0 32 multi_sharedWorker_frame.html
michael@0 33 multi_sharedWorker_sharedWorker.js
michael@0 34 navigator_worker.js
michael@0 35 newError_worker.js
michael@0 36 onLine_worker.js
michael@0 37 onLine_worker_child.js
michael@0 38 onLine_worker_head.js
michael@0 39 promise_worker.js
michael@0 40 recursion_worker.js
michael@0 41 recursiveOnerror_worker.js
michael@0 42 relativeLoad_import.js
michael@0 43 relativeLoad_worker.js
michael@0 44 relativeLoad_worker2.js
michael@0 45 rvals_worker.js
michael@0 46 sharedWorker_sharedWorker.js
michael@0 47 simpleThread_worker.js
michael@0 48 suspend_iframe.html
michael@0 49 suspend_worker.js
michael@0 50 terminate_worker.js
michael@0 51 terminateSyncXHR_frame.html
michael@0 52 terminateSyncXHR_worker.js
michael@0 53 testXHR.txt
michael@0 54 threadErrors_worker1.js
michael@0 55 threadErrors_worker2.js
michael@0 56 threadErrors_worker3.js
michael@0 57 threadErrors_worker4.js
michael@0 58 threadTimeouts_worker.js
michael@0 59 throwingOnerror_worker.js
michael@0 60 timeoutTracing_worker.js
michael@0 61 transferable_worker.js
michael@0 62 urlApi_worker.js
michael@0 63 url_worker.js
michael@0 64 workersDisabled_worker.js
michael@0 65 xhr2_worker.js
michael@0 66 xhrAbort_worker.js
michael@0 67 xhr_implicit_cancel_worker.js
michael@0 68 xhr_worker.js
michael@0 69 xhr_headers_worker.js
michael@0 70 xhr_headers_server.sjs
michael@0 71 url_exceptions_worker.js
michael@0 72 urlSearchParams_worker.js
michael@0 73 subdir/relativeLoad_sub_worker.js
michael@0 74 subdir/relativeLoad_sub_worker2.js
michael@0 75 subdir/relativeLoad_sub_import.js
michael@0 76 bug1060621_worker.js
michael@0 77 bug1062920_worker.js
michael@0 78
michael@0 79 [test_404.html]
michael@0 80 [test_atob.html]
michael@0 81 [test_blobConstructor.html]
michael@0 82 [test_blobWorkers.html]
michael@0 83 [test_bug949946.html]
michael@0 84 [test_bug1002702.html]
michael@0 85 [test_bug1010784.html]
michael@0 86 [test_bug1020226.html]
michael@0 87 [test_chromeWorker.html]
michael@0 88 [test_clearTimeouts.html]
michael@0 89 [test_close.html]
michael@0 90 [test_closeOnGC.html]
michael@0 91 [test_console.html]
michael@0 92 [test_consoleReplaceable.html]
michael@0 93 [test_contentWorker.html]
michael@0 94 [test_csp.html]
michael@0 95 skip-if = (toolkit == 'gonk' && debug) #debug-only failure
michael@0 96 [test_csp.html^headers^]
michael@0 97 [test_csp.js]
michael@0 98 [test_dataURLWorker.html]
michael@0 99 [test_errorPropagation.html]
michael@0 100 skip-if = buildapp == 'b2g' # b2g(times out) b2g-debug(times out) b2g-desktop(times out)
michael@0 101 [test_errorwarning.html]
michael@0 102 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 103 [test_eventDispatch.html]
michael@0 104 [test_fibonacci.html]
michael@0 105 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 106 [test_importScripts.html]
michael@0 107 [test_instanceof.html]
michael@0 108 [test_json.html]
michael@0 109 [test_jsversion.html]
michael@0 110 skip-if = (toolkit == 'gonk' && debug) #debug-only failure
michael@0 111 [test_loadEncoding.html]
michael@0 112 [test_loadError.html]
michael@0 113 [test_location.html]
michael@0 114 [test_longThread.html]
michael@0 115 [test_multi_sharedWorker.html]
michael@0 116 [test_multi_sharedWorker_lifetimes.html]
michael@0 117 [test_navigator.html]
michael@0 118 [test_newError.html]
michael@0 119 [test_onLine.html]
michael@0 120 skip-if = (toolkit == 'gonk' && debug) #debug-only failure
michael@0 121 [test_promise.html]
michael@0 122 [test_promise_resolved_with_string.html]
michael@0 123 [test_recursion.html]
michael@0 124 [test_recursiveOnerror.html]
michael@0 125 [test_relativeLoad.html]
michael@0 126 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 127 [test_resolveWorker-assignment.html]
michael@0 128 [test_resolveWorker.html]
michael@0 129 [test_rvals.html]
michael@0 130 [test_sharedWorker.html]
michael@0 131 [test_simpleThread.html]
michael@0 132 [test_suspend.html]
michael@0 133 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 134 [test_terminate.html]
michael@0 135 [test_terminateSyncXHR.html]
michael@0 136 [test_threadErrors.html]
michael@0 137 [test_threadTimeouts.html]
michael@0 138 [test_throwingOnerror.html]
michael@0 139 [test_timeoutTracing.html]
michael@0 140 [test_transferable.html]
michael@0 141 [test_url.html]
michael@0 142 skip-if = (toolkit == 'gonk' && debug) #debug-only crash, bug 931887
michael@0 143 [test_urlApi.html]
michael@0 144 [test_workersDisabled.html]
michael@0 145 [test_xhr.html]
michael@0 146 [test_xhr2.html]
michael@0 147 [test_xhrAbort.html]
michael@0 148 [test_xhr_headers.html]
michael@0 149 [test_xhr_implicit_cancel.html]
michael@0 150 [test_xhr_parameters.html]
michael@0 151 skip-if = buildapp == 'b2g' || e10s
michael@0 152 [test_xhr_parameters.js]
michael@0 153 [test_xhr_system.html]
michael@0 154 skip-if = buildapp == 'b2g' || e10s
michael@0 155 [test_xhr_system.js]
michael@0 156 [test_xhr_timeout.html]
michael@0 157 skip-if = (os == "win") || (os == "mac") || toolkit == 'android' || e10s #bug 798220
michael@0 158 [test_url_exceptions.html]
michael@0 159 [test_urlSearchParams.html]
michael@0 160 [test_bug1060621.html]
michael@0 161 [test_bug1062920.html]

mercurial