services/common/tests/unit/xpcshell.ini

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 [DEFAULT]
michael@0 2 head = head_global.js head_helpers.js head_http.js
michael@0 3 tail =
michael@0 4 firefox-appdir = browser
michael@0 5
michael@0 6 # Test load modules first so syntax failures are caught early.
michael@0 7 [test_load_modules.js]
michael@0 8
michael@0 9 [test_utils_atob.js]
michael@0 10 [test_utils_convert_string.js]
michael@0 11 [test_utils_dateprefs.js]
michael@0 12 [test_utils_deepCopy.js]
michael@0 13 [test_utils_encodeBase32.js]
michael@0 14 [test_utils_encodeBase64URL.js]
michael@0 15 [test_utils_ensureMillisecondsTimestamp.js]
michael@0 16 [test_utils_exceptionStr.js]
michael@0 17 [test_utils_json.js]
michael@0 18 [test_utils_makeURI.js]
michael@0 19 [test_utils_namedTimer.js]
michael@0 20 [test_utils_sets.js]
michael@0 21 [test_utils_stackTrace.js]
michael@0 22 [test_utils_utf8.js]
michael@0 23 [test_utils_uuid.js]
michael@0 24
michael@0 25 [test_async_chain.js]
michael@0 26 [test_async_querySpinningly.js]
michael@0 27 [test_bagheera_server.js]
michael@0 28 [test_bagheera_client.js]
michael@0 29 [test_hawkclient.js]
michael@0 30 run-if = fxaccounts # This test imports some FxAccounts modules.
michael@0 31 [test_hawkrequest.js]
michael@0 32 [test_observers.js]
michael@0 33 [test_restrequest.js]
michael@0 34 [test_tokenauthenticatedrequest.js]
michael@0 35
michael@0 36 # Storage service APIs
michael@0 37 [test_storageservice_bso.js]
michael@0 38 [test_storageservice_client.js]
michael@0 39 # Bug 969624: Intermittent fail on Android 2.3 emulator
michael@0 40 skip-if = os == "android" && android_version == "10"
michael@0 41
michael@0 42 [test_tokenserverclient.js]
michael@0 43
michael@0 44 [test_storage_server.js]

mercurial