diff options
Diffstat (limited to 'testing/talos/talos.json')
-rw-r--r-- | testing/talos/talos.json | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/testing/talos/talos.json b/testing/talos/talos.json new file mode 100644 index 000000000..1b592bc30 --- /dev/null +++ b/testing/talos/talos.json @@ -0,0 +1,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"] + } + } +} |