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.

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

mercurial