blob: 1b566698ee3ff9efd61f2b6f5bd1cf7396bc7755 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[DEFAULT]
head = "head.js"
firefox-appdir = "browser"
skip-if = ["os == 'android'"] # bug 1730213
support-files = ["distribution.ini"]
["test_browserGlue_migration_ctrltab_recently_used_order.js"]
["test_browserGlue_migration_formautofill.js"]
["test_browserGlue_migration_no_errors.js"]
["test_browserGlue_migration_places_xulstore.js"]
["test_browserGlue_migration_remove_pref.js"]
["test_browserGlue_migration_resetDefaults.js"]
["test_distribution.js"]
run-sequentially = "very high failure rate in parallel"
["test_distribution_cachedexistence.js"]
|