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 3e932ab059
commit 6e323957e1

View File

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