xpcshell.toml (1852B)
1 [DEFAULT] 2 tags = "devtools devtools-memory" 3 head = "../../../shared/test/shared-head.js head.js" 4 firefox-appdir = "browser" 5 run-if = [ 6 "os != 'android'", 7 ] 8 9 ["test_action-clear-snapshots_01.js"] 10 11 ["test_action-clear-snapshots_02.js"] 12 13 ["test_action-clear-snapshots_03.js"] 14 15 ["test_action-clear-snapshots_04.js"] 16 17 ["test_action-clear-snapshots_05.js"] 18 19 ["test_action-clear-snapshots_06.js"] 20 21 ["test_action-export-snapshot.js"] 22 23 ["test_action-filter-01.js"] 24 25 ["test_action-filter-02.js"] 26 27 ["test_action-filter-03.js"] 28 29 ["test_action-import-snapshot-and-census.js"] 30 31 ["test_action-import-snapshot-dominator-tree.js"] 32 33 ["test_action-select-snapshot.js"] 34 35 ["test_action-set-display-and-refresh-01.js"] 36 37 ["test_action-set-display-and-refresh-02.js"] 38 39 ["test_action-set-display.js"] 40 41 ["test_action-take-census.js"] 42 43 ["test_action-take-snapshot-and-census.js"] 44 45 ["test_action-take-snapshot.js"] 46 47 ["test_action-toggle-inverted-and-refresh-01.js"] 48 49 ["test_action-toggle-inverted-and-refresh-02.js"] 50 51 ["test_action-toggle-inverted.js"] 52 53 ["test_action-toggle-recording-allocations.js"] 54 55 ["test_action_diffing_01.js"] 56 57 ["test_action_diffing_02.js"] 58 59 ["test_action_diffing_03.js"] 60 61 ["test_action_diffing_04.js"] 62 63 ["test_action_diffing_05.js"] 64 65 ["test_dominator_trees_01.js"] 66 67 ["test_dominator_trees_02.js"] 68 69 ["test_dominator_trees_03.js"] 70 71 ["test_dominator_trees_04.js"] 72 73 ["test_dominator_trees_05.js"] 74 75 ["test_dominator_trees_06.js"] 76 77 ["test_dominator_trees_07.js"] 78 79 ["test_dominator_trees_08.js"] 80 81 ["test_dominator_trees_09.js"] 82 83 ["test_dominator_trees_10.js"] 84 85 ["test_individuals_01.js"] 86 87 ["test_individuals_02.js"] 88 89 ["test_individuals_03.js"] 90 91 ["test_individuals_04.js"] 92 93 ["test_individuals_05.js"] 94 95 ["test_individuals_06.js"] 96 97 ["test_pop_view_01.js"] 98 99 ["test_tree-map-01.js"] 100 101 ["test_tree-map-02.js"] 102 103 ["test_utils-get-snapshot-totals.js"] 104 105 ["test_utils.js"]