mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 17:49:05 +00:00
28 lines
735 B
INI
28 lines
735 B
INI
[DEFAULT]
|
|
head = head.js
|
|
tail =
|
|
skip-if = toolkit == 'android' || toolkit == 'gonk'
|
|
support-files = data/**
|
|
|
|
# Test JSON file access and import from SQLite, not applicable to Android.
|
|
[test_module_LoginImport.js]
|
|
skip-if = os == "android"
|
|
[test_module_LoginStore.js]
|
|
skip-if = os == "android"
|
|
|
|
# Test SQLite database backup and migration, applicable to Android only.
|
|
[test_storage_mozStorage.js]
|
|
skip-if = os != "android"
|
|
|
|
# The following tests apply to any storage back-end.
|
|
[test_disabled_hosts.js]
|
|
[test_legacy_empty_formSubmitURL.js]
|
|
[test_legacy_validation.js]
|
|
[test_logins_change.js]
|
|
[test_logins_decrypt_failure.js]
|
|
[test_logins_metainfo.js]
|
|
[test_logins_search.js]
|
|
[test_notifications.js]
|
|
[test_storage.js]
|
|
[test_telemetry.js]
|