mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 09:58:57 +00:00
18 lines
541 B
INI
18 lines
541 B
INI
[DEFAULT]
|
|
head = head.js ../../../common/tests/unit/head_helpers.js ../../../common/tests/unit/head_http.js
|
|
tail =
|
|
skip-if = toolkit == 'android'
|
|
|
|
[test_accounts.js]
|
|
[test_client.js]
|
|
skip-if = toolkit == 'gonk' # times out, bug 1073639
|
|
[test_credentials.js]
|
|
[test_loginmgr_storage.js]
|
|
skip-if = appname == 'b2g' # login manager storage only used on desktop.
|
|
[test_manager.js]
|
|
skip-if = appname != 'b2g'
|
|
reason = FxAccountsManager is only available for B2G for now
|
|
[test_oauth_client.js]
|
|
[test_oauth_grant_client.js]
|
|
[test_profile_client.js]
|