Bug 1123852 - Update talos.json in order to pick up bug 1119780 and bug 1121571. Also, actually use e10s for the *-snow-e10s tests. r=jmaher

This commit is contained in:
Markus Stange 2015-01-21 11:09:00 -05:00
parent 09de8e21b2
commit 8f8e24c41b

View File

@ -5,7 +5,7 @@
}, },
"global": { "global": {
"talos_repo": "https://hg.mozilla.org/build/talos", "talos_repo": "https://hg.mozilla.org/build/talos",
"talos_revision": "ebc4327b8cb8" "talos_revision": "39c9c9b33cfc"
}, },
"extra_options": { "extra_options": {
"android": [ "--apkPath=%(apk_path)s" ] "android": [ "--apkPath=%(apk_path)s" ]
@ -39,7 +39,8 @@
"tests": ["tpaint"] "tests": ["tpaint"]
}, },
"other-snow-e10s": { "other-snow-e10s": {
"tests": ["tpaint"] "tests": ["tpaint"],
"talos_options": ["--e10s"]
}, },
"other_nol64": { "other_nol64": {
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore"] "tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore"]
@ -80,7 +81,8 @@
"tests": ["glterrain"] "tests": ["glterrain"]
}, },
"g1-snow-e10s": { "g1-snow-e10s": {
"tests": ["glterrain"] "tests": ["glterrain"],
"talos_options": ["--e10s"]
}, },
"svgr": { "svgr": {
"tests": ["tsvgx", "tsvgr_opacity", "tart", "tscrollx", "cart"] "tests": ["tsvgx", "tsvgr_opacity", "tart", "tscrollx", "cart"]
@ -93,7 +95,8 @@
"tests": ["tsvgx", "tscrollx"] "tests": ["tsvgx", "tscrollx"]
}, },
"svgr-snow-e10s": { "svgr-snow-e10s": {
"tests": ["tsvgx", "tscrollx"] "tests": ["tsvgx", "tscrollx"],
"talos_options": ["--e10s"]
}, },
"tp5o": { "tp5o": {
"tests": ["tp5o"], "tests": ["tp5o"],