gecko-dev/services/crypto/tests/unit/xpcshell.ini
Edouard Oger 2c61cf7eb4 Bug 1368560 part 1 - Remove un-used legacy crypto methods. r=markh
MozReview-Commit-ID: JbzweOMFLpR

--HG--
extra : rebase_source : f7cece36dce26c96a740aede6c696deb08345a90
2017-05-29 17:27:13 -04:00

23 lines
584 B
INI

[DEFAULT]
head = head_helpers.js ../../../common/tests/unit/head_helpers.js
firefox-appdir = browser
support-files =
!/services/common/tests/unit/head_helpers.js
[test_load_modules.js]
[test_crypto_crypt.js]
[test_crypto_random.js]
# Bug 676977: test hangs consistently on Android
skip-if = os == "android"
[test_crypto_service.js]
skip-if = (os == "android" || appname == 'thunderbird')
[test_jwcrypto.js]
skip-if = (os == "android" || appname == 'thunderbird')
[test_utils_hawk.js]
[test_utils_hkdfExpand.js]
[test_utils_httpmac.js]
[test_utils_pbkdf2.js]
[test_utils_sha1.js]