blob: 04c579dab573410421dafa57d5f8f69e02e232d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[DEFAULT]
skip-if = toolkit == 'android'
[test_XULStore.js]
# These tests only run on the new implementation of XULStore, since they
# test migration of data from the old implementation to the new one.
# But there isn't a skip-if condition we can add here to disable them,
# so we disable them within each test file using add_task() properties.
[test_XULStore_migration.js]
[test_XULStore_migration_fail_invalid_json.js]
[test_XULStore_migration_fail_invalid_data.js]
[test_XULStore_migration_profile_change.js]
|