Tue, 06 Jan 2015 21:39:09 +0100
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 = head_helpers.js ../../../common/tests/unit/head_helpers.js
3 tail =
4 firefox-appdir = browser
6 [test_load_modules.js]
8 [test_crypto_crypt.js]
9 [test_crypto_deriveKey.js]
10 [test_crypto_random.js]
11 # Bug 676977: test hangs consistently on Android
12 skip-if = os == "android"
14 [test_utils_hawk.js]
15 [test_utils_hkdfExpand.js]
16 [test_utils_httpmac.js]
17 [test_utils_pbkdf2.js]
18 [test_utils_sha1.js]