Backed out changeset 15cc8dd66362 (bug 1331937) for eslint failure at testing/talos/talos/startup_test/sessionrestore/profile-manywindows/sessionstore.js:2: Unexpected token ':'. r=backout

This commit is contained in:
Sebastian Hengst 2017-06-29 23:53:17 +02:00
parent ba66247ed7
commit badadd5e0a
4 changed files with 3 additions and 9704 deletions

View File

@ -22,21 +22,21 @@
"talos_options": ["--disable-e10s"]
},
"other-e10s": {
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_many_windows", "sessionrestore_no_auto_restore", "tabpaint"]
"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_many_windows", "sessionrestore_no_auto_restore", "tabpaint"]
"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_many_windows", "sessionrestore_no_auto_restore", "tabpaint"]
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_no_auto_restore", "tabpaint"]
},
"g1": {
"tests": ["tp5o_scroll", "glterrain"],

View File

@ -1 +0,0 @@
{"profile-after-change":true,"final-ui-startup":true,"sessionstore-windows-restored":true,"quit-application-granted":true,"quit-application":true,"sessionstore-final-state-write-complete":true,"profile-change-net-teardown":true,"profile-change-teardown":true,"profile-before-change":true}

View File

@ -188,18 +188,6 @@ class sessionrestore_no_auto_restore(sessionrestore):
preferences = {'browser.startup.page': 1}
@register_test()
class sessionrestore_many_windows(sessionrestore):
"""
A start up test measuring the time it takes to load a sessionstore.js file.
1. Set up Firefox to restore automatically from sessionstore.js file.
2. Launch Firefox.
3. Measure the delta between firstPaint and sessionRestored.
"""
profile_path = '${talos}/startup_test/sessionrestore/profile-manywindows'
@register_test()
class tpaint(TsBase):
"""