summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos.json
blob: 32904f87a334c3a4517b81390ae41c0d9f004499 (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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
  "suites": {
    "bcv": {
      "tests": ["basic_compositor_video"]
    },
    "chromez": {
      "tests": ["about_preferences_basic", "tresize"]
    },
    "dromaeojs": {
      "tests": ["dromaeo_css", "kraken"]
    },
    "other": {
      "tests": [
        "a11yr",
        "ts_paint",
        "twinopen",
        "sessionrestore",
        "sessionrestore_no_auto_restore",
        "tabpaint",
        "cpstartup",
        "startup_about_home_paint",
        "pdfpaint",
        "cross_origin_pageload",
        "startup_about_home_paint_cached"
      ]
    },
    "sessionrestore-many-windows": {
      "tests": ["sessionrestore_many_windows"]
    },
    "g1": {
      "tests": ["tp5o_scroll"],
      "pagesets_name": "tp5n.zip"
    },
    "damp": {
      "tests": ["damp"],
      "pagesets_name": "tp5n.zip",
      "extra_prefs": ["talos.damp.suite=all"]
    },
    "damp-inspector": {
      "tests": ["damp"],
      "pagesets_name": "tp5n.zip",
      "extra_prefs": ["talos.damp.suite=inspector"]
    },
    "damp-webconsole": {
      "tests": ["damp"],
      "pagesets_name": "tp5n.zip",
      "extra_prefs": ["talos.damp.suite=webconsole"]
    },
    "damp-other": {
      "tests": ["damp"],
      "pagesets_name": "tp5n.zip",
      "extra_prefs": ["talos.damp.suite=other"]
    },
    "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": [
        "canvas2dvideo",
        "glterrain",
        "glvideo",
        "motionmark_webgl",
        "offscreencanvas_webcodecs_main_webgl_h264",
        "offscreencanvas_webcodecs_main_webgl_vp9",
        "offscreencanvas_webcodecs_main_webgl_av1",
        "offscreencanvas_webcodecs_worker_webgl_h264",
        "offscreencanvas_webcodecs_worker_webgl_vp9",
        "offscreencanvas_webcodecs_worker_webgl_av1",
        "offscreencanvas_webcodecs_main_2d_h264",
        "offscreencanvas_webcodecs_main_2d_vp9",
        "offscreencanvas_webcodecs_main_2d_av1",
        "offscreencanvas_webcodecs_worker_2d_h264",
        "offscreencanvas_webcodecs_worker_2d_vp9",
        "offscreencanvas_webcodecs_worker_2d_av1"
      ]
    },
    "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"
    }
  }
}