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