1{
2    "suites": {
3        "bcv": {
4            "tests": ["basic_compositor_video"]
5        },
6        "chromez": {
7            "tests": ["about_preferences_basic", "tresize", "about_newtab_with_snippets"]
8        },
9        "dromaeojs": {
10            "tests": ["dromaeo_css", "kraken"]
11        },
12        "flex": {
13            "tests": ["tart_flex", "ts_paint_flex"]
14        },
15        "other": {
16            "_comment": "Bug 1220362 - Disabled startup_about_home_paint_cached for high frequency intermittents",
17            "tests": ["a11yr", "ts_paint", "twinopen", "sessionrestore", "sessionrestore_no_auto_restore", "tabpaint", "cpstartup", "startup_about_home_paint", "pdfpaint", "cross_origin_pageload"]
18        },
19        "sessionrestore-many-windows": {
20            "tests": ["sessionrestore_many_windows"]
21        },
22        "g1": {
23            "tests": ["tp5o_scroll"],
24            "pagesets_name": "tp5n.zip"
25        },
26        "damp": {
27            "tests": ["damp"],
28            "pagesets_name": "tp5n.zip"
29        },
30        "tabswitch": {
31            "tests": ["tabswitch"],
32            "pagesets_name": "tp5n.zip"
33        },
34        "g3": {
35            "tests": ["dromaeo_dom"]
36        },
37        "g4": {
38            "tests": ["displaylist_mutate", "rasterflood_svg", "rasterflood_gradient"]
39        },
40        "g5": {
41            "tests": ["ts_paint_webext", "tp5o_webext"],
42            "pagesets_name": "tp5n.zip"
43        },
44        "motionmark": {
45            "tests": ["motionmark_animometer", "motionmark_htmlsuite", "JetStream", "ARES6"],
46            "benchmark_zip": "jetstream.zip"
47        },
48        "svgr": {
49            "tests": ["tsvgx", "tsvgr_opacity", "tscrollx", "tsvg_static", "tart"]
50        },
51        "perf-reftest": {
52            "tests": ["perf_reftest"]
53        },
54        "perf-reftest-singletons": {
55            "tests": ["perf_reftest_singletons"]
56        },
57        "tp5o": {
58            "tests": ["tp5o"],
59            "pagesets_name": "tp5n.zip"
60        },
61        "webgl": {
62            "tests": ["glterrain", "glvideo", "motionmark_webgl"]
63        },
64        "xperf": {
65            "tests": ["tp5n"],
66            "pagesets_name": "tp5n.zip",
67            "talos_options": [
68                "--xperf_path",
69                "\"c:/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/xperf.exe\""
70            ]
71        },
72        "h1": {
73            "tests": ["ts_paint_heavy"]
74        },
75        "realworld-webextensions": {
76            "tests": ["startup_about_home_paint_realworld_webextensions"],
77            "webextensions_zip": "webextensions.zip"
78        }
79    }
80}
81