mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 21:51:47 +00:00
47 lines
1.1 KiB
INI
47 lines
1.1 KiB
INI
[DEFAULT]
|
|
head = head_global.js head_helpers.js head_http.js
|
|
tail =
|
|
firefox-appdir = browser
|
|
skip-if = toolkit == 'gonk'
|
|
|
|
# Test load modules first so syntax failures are caught early.
|
|
[test_load_modules.js]
|
|
|
|
[test_utils_atob.js]
|
|
[test_utils_convert_string.js]
|
|
[test_utils_dateprefs.js]
|
|
[test_utils_deepCopy.js]
|
|
[test_utils_encodeBase32.js]
|
|
[test_utils_encodeBase64URL.js]
|
|
[test_utils_ensureMillisecondsTimestamp.js]
|
|
[test_utils_exceptionStr.js]
|
|
[test_utils_json.js]
|
|
[test_utils_makeURI.js]
|
|
[test_utils_namedTimer.js]
|
|
[test_utils_sets.js]
|
|
[test_utils_stackTrace.js]
|
|
[test_utils_utf8.js]
|
|
[test_utils_uuid.js]
|
|
|
|
[test_async_chain.js]
|
|
[test_async_querySpinningly.js]
|
|
[test_bagheera_server.js]
|
|
[test_bagheera_client.js]
|
|
[test_hawkclient.js]
|
|
[test_hawkrequest.js]
|
|
[test_logmanager.js]
|
|
[test_observers.js]
|
|
[test_restrequest.js]
|
|
[test_tokenauthenticatedrequest.js]
|
|
|
|
# Storage service APIs
|
|
[test_storageservice_bso.js]
|
|
[test_storageservice_client.js]
|
|
# Bug 969624: Intermittent fail on Android 2.3 emulator
|
|
skip-if = os == "android" && android_version == "10"
|
|
|
|
[test_tokenserverclient.js]
|
|
skip-if = os == "android"
|
|
|
|
[test_storage_server.js]
|