1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/services/crypto/tests/unit/xpcshell.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +[DEFAULT] 1.5 +head = head_helpers.js ../../../common/tests/unit/head_helpers.js 1.6 +tail = 1.7 +firefox-appdir = browser 1.8 + 1.9 +[test_load_modules.js] 1.10 + 1.11 +[test_crypto_crypt.js] 1.12 +[test_crypto_deriveKey.js] 1.13 +[test_crypto_random.js] 1.14 +# Bug 676977: test hangs consistently on Android 1.15 +skip-if = os == "android" 1.16 + 1.17 +[test_utils_hawk.js] 1.18 +[test_utils_hkdfExpand.js] 1.19 +[test_utils_httpmac.js] 1.20 +[test_utils_pbkdf2.js] 1.21 +[test_utils_sha1.js]