summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos.json
blob: 1b592bc309d11e9778610e9ba156a70c5864f5b2 (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
{
    "talos.zip": {
        "url": "http://talos-bundles.pvt.build.mozilla.org/zips/talos.a6052c33d420.zip",
        "path": ""
    },
    "extra_options": {
        "android": [ "--apkPath=%(apk_path)s" ]
    },
    "suites": {
        "chromez": {
            "tests": ["tresize", "tcanvasmark"],
            "talos_options": ["--disable-e10s"]
        },
        "chromez-e10s": {
            "tests": ["tresize", "tcanvasmark"]
        },
        "dromaeojs": {
            "tests": ["dromaeo_css", "kraken"],
            "talos_options": ["--disable-e10s"]
        },
        "dromaeojs-e10s": {
            "tests": ["dromaeo_css", "kraken"]
        },
        "other": {
            "tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore", "tabpaint"],
            "talos_options": ["--disable-e10s"]
        },
        "other-e10s": {
            "tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore", "tabpaint"]
        },
        "other_nol64": {
            "tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore", "tabpaint"],
            "talos_options": ["--disable-e10s"]
        },
        "other-e10s_nol64": {
            "tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore", "tabpaint"]
        },
        "other_l64": {
            "tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore", "tabpaint"],
            "talos_options": ["--disable-e10s"]
        },
        "other-e10s_l64": {
            "tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore", "tabpaint"]
        },
        "g1": {
            "tests": ["tp5o_scroll", "glterrain"],
            "talos_options": ["--disable-e10s"],
            "pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip"
        },
        "g1-e10s": {
            "tests": ["tp5o_scroll", "glterrain"],
            "pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip"
        },
        "g2": {
            "tests": ["damp", "tps"],
            "talos_options": ["--disable-e10s"],
            "pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip"
        },
        "g2-e10s": {
            "tests": ["damp", "tps"],
            "pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip"
        },
        "g3": {
            "tests": ["dromaeo_dom"],
            "talos_options": ["--disable-e10s"]
        },
        "g3-e10s": {
            "tests": ["dromaeo_dom"]
        },
        "g4": {
            "tests": ["basic_compositor_video"],
            "talos_options": ["--disable-e10s"]
        },
        "g4-e10s": {
            "tests": ["basic_compositor_video"]
        },
        "svgr": {
            "tests": ["tsvgx", "tsvgr_opacity", "tart", "tscrollx", "cart"],
            "talos_options": ["--disable-e10s"]
        },
        "svgr-e10s": {
            "tests": ["tsvgx", "tsvgr_opacity", "tart", "tscrollx", "cart"]
        },
        "tp5o": {
            "tests": ["tp5o"],
            "talos_options": ["--disable-e10s"],
            "pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip"
        },
        "tp5o-e10s": {
            "tests": ["tp5o"],
            "pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip"
        },
        "xperf": {
            "tests": ["tp5n"],
            "pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip",
            "talos_options": [
                "--disable-e10s",
                "--xperf_path",
                "\"c:/Program Files/Microsoft Windows Performance Toolkit/xperf.exe\""
            ]
        },
        "xperf-e10s": {
            "tests": ["tp5n"],
            "pagesets_url": "http://talos-bundles.pvt.build.mozilla.org/zips/tp5n.zip",
            "talos_options": [
                "--xperf_path",
                "\"c:/Program Files/Microsoft Windows Performance Toolkit/xperf.exe\""
            ]
        }
    },
    "mobile-suites": {
        "remote-tsvgx": {
            "tests": ["tsvgm"],
            "talos_options": [
                "--noChrome",
                "--tppagecycles", "7"
            ]
        },
        "remote-tp4m_nochrome": {
            "tests": ["tp4m"]
        }
    }
}