dom/tests/unit/xpcshell.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 head = 
     3 tail = 
     5 [test_bug319968.js]
     6 [test_bug465752.js]
     7 [test_geolocation_provider.js]
     8 # Bug 684962: test hangs consistently on Android
     9 skip-if = os == "android"
    10 [test_geolocation_timeout.js]
    11 # Bug 919946: test hangs consistently on Android
    12 skip-if = os == "android"
    13 [test_geolocation_timeout_wrap.js]
    14 skip-if = os == "mac" || os == "android"
    15 [test_geolocation_reset_accuracy.js]
    16 # Bug 919946: test hangs consistently on Android
    17 skip-if = os == "android"
    18 [test_geolocation_reset_accuracy_wrap.js]
    19 skip-if = os == "mac" || os == "android"

mercurial