From 1ae492f7120789c31fdb80290665fab72e2abd7b Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Tue, 20 Aug 2013 09:18:56 -0400 Subject: [PATCH] Bug 903681 - turn on ASAP tests by default and move tsvgr/tscrollr into rafx on m-c only. r=armenzg --- testing/talos/talos.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/talos/talos.json b/testing/talos/talos.json index d6e9b8152863..21e5fbebeec2 100644 --- a/testing/talos/talos.json +++ b/testing/talos/talos.json @@ -5,11 +5,11 @@ }, "global": { "talos_repo": "http://hg.mozilla.org/build/talos", - "talos_revision": "592a42000e98" + "talos_revision": "2a32cc64e7ff" }, "suites": { "chromez": { - "tests": ["tresize"], + "tests": ["tresize", "tcanvasmark"], "talos_options": [ "--mozAfterPaint", "--filter", @@ -41,7 +41,7 @@ ] }, "other": { - "tests": ["tscrollr", "a11yr", "ts_paint", "tpaint"], + "tests": ["tscrollx", "a11yr", "ts_paint", "tpaint"], "talos_options": [ "--mozAfterPaint", "--filter", @@ -51,7 +51,7 @@ ] }, "svgr": { - "tests": ["tsvgr", "tsvgr_opacity"], + "tests": ["tsvgx", "tsvgr_opacity"], "talos_options": [ "--filter", "ignore_first:5", @@ -60,7 +60,7 @@ ] }, "rafx": { - "tests": ["tscrollx", "tsvgx", "tcanvasmark"], + "tests": ["tscrollr", "tsvgr"], "talos_options": [ "--filter", "ignore_first:5",