services/common/tests/unit/xpcshell.ini

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/services/common/tests/unit/xpcshell.ini	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,44 @@
     1.4 +[DEFAULT]
     1.5 +head = head_global.js head_helpers.js head_http.js
     1.6 +tail =
     1.7 +firefox-appdir = browser
     1.8 +
     1.9 +# Test load modules first so syntax failures are caught early.
    1.10 +[test_load_modules.js]
    1.11 +
    1.12 +[test_utils_atob.js]
    1.13 +[test_utils_convert_string.js]
    1.14 +[test_utils_dateprefs.js]
    1.15 +[test_utils_deepCopy.js]
    1.16 +[test_utils_encodeBase32.js]
    1.17 +[test_utils_encodeBase64URL.js]
    1.18 +[test_utils_ensureMillisecondsTimestamp.js]
    1.19 +[test_utils_exceptionStr.js]
    1.20 +[test_utils_json.js]
    1.21 +[test_utils_makeURI.js]
    1.22 +[test_utils_namedTimer.js]
    1.23 +[test_utils_sets.js]
    1.24 +[test_utils_stackTrace.js]
    1.25 +[test_utils_utf8.js]
    1.26 +[test_utils_uuid.js]
    1.27 +
    1.28 +[test_async_chain.js]
    1.29 +[test_async_querySpinningly.js]
    1.30 +[test_bagheera_server.js]
    1.31 +[test_bagheera_client.js]
    1.32 +[test_hawkclient.js]
    1.33 +run-if = fxaccounts # This test imports some FxAccounts modules.
    1.34 +[test_hawkrequest.js]
    1.35 +[test_observers.js]
    1.36 +[test_restrequest.js]
    1.37 +[test_tokenauthenticatedrequest.js]
    1.38 +
    1.39 +# Storage service APIs
    1.40 +[test_storageservice_bso.js]
    1.41 +[test_storageservice_client.js]
    1.42 +# Bug 969624: Intermittent fail on Android 2.3 emulator
    1.43 +skip-if = os == "android" && android_version == "10"
    1.44 +
    1.45 +[test_tokenserverclient.js]
    1.46 +
    1.47 +[test_storage_server.js]

mercurial