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