dom/tests/mochitest/geolocation/mochitest.ini

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 [DEFAULT]
michael@0 2 support-files =
michael@0 3 geolocation.html
michael@0 4 geolocation_common.js
michael@0 5 network_geolocation.sjs
michael@0 6 windowTest.html
michael@0 7
michael@0 8 [test_allowCurrent.html]
michael@0 9 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT # b2g(Bug 910235 - Error: no message manager set when calling method: [nsIObserver::observe]) b2g-debug(Bug 910235 - Error: no message manager set when calling method: [nsIObserver::observe]) b2g-desktop(Bug 910235 - Error: no message manager set when calling method: [nsIObserver::observe])
michael@0 10 [test_allowWatch.html]
michael@0 11 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT
michael@0 12 [test_cachedPosition.html]
michael@0 13 skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s #TIMED_OUT
michael@0 14 [test_cancelCurrent.html]
michael@0 15 skip-if = buildapp == 'b2g'
michael@0 16 [test_cancelWatch.html]
michael@0 17 skip-if = buildapp == 'b2g'
michael@0 18 [test_clearWatch.html]
michael@0 19 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT
michael@0 20 [test_clearWatch_invalid.html]
michael@0 21 skip-if = buildapp == 'b2g'
michael@0 22 [test_errorcheck.html]
michael@0 23 skip-if = toolkit=='gonk' || toolkit == 'android' || e10s #TIMED_OUT # b2g-debug(debug-only timeout)
michael@0 24 [test_geolocation_is_undefined_when_pref_is_off.html]
michael@0 25 [test_handlerSpinsEventLoop.html]
michael@0 26 skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s #Don't run modal tests on Android # b2g(showmodaldialog) b2g-debug(showmodaldialog) b2g-desktop(showmodaldialog)
michael@0 27 [test_manyCurrentConcurrent.html]
michael@0 28 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT
michael@0 29 [test_manyCurrentSerial.html]
michael@0 30 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT
michael@0 31 [test_manyWatchConcurrent.html]
michael@0 32 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT
michael@0 33 [test_manyWatchSerial.html]
michael@0 34 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT
michael@0 35 [test_manyWindows.html]
michael@0 36 skip-if = buildapp == 'b2g'
michael@0 37 [test_mozsettings.html]
michael@0 38 skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s #mozSettings is undefined
michael@0 39 [test_mozsettingsWatch.html]
michael@0 40 skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s #mozSettings is undefined
michael@0 41 [test_optional_api_params.html]
michael@0 42 skip-if = buildapp == 'b2g'
michael@0 43 [test_shutdown.html]
michael@0 44 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT
michael@0 45 [test_timerRestartWatch.html]
michael@0 46 skip-if = buildapp == 'b2g' || toolkit == 'android' || e10s #TIMED_OUT
michael@0 47 [test_windowClose.html]
michael@0 48 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT
michael@0 49 [test_worseAccuracyDoesNotBlockCallback.html]
michael@0 50 skip-if = buildapp == 'b2g' || toolkit == 'android' #TIMED_OUT

mercurial