Skip to content

Commit

Permalink
Backed out changeset 5cd2ba3bc6c4 (bug 1336389) for failing new talos…
Browse files Browse the repository at this point in the history
… test cpstartup. r=backout
  • Loading branch information
Archaeopteryx committed Sep 19, 2017
1 parent 174ffbe commit 39e85a0
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 239 deletions.
3 changes: 0 additions & 3 deletions testing/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ with Files("talos/talos/tests/scroll/**"):
with Files("talos/talos/tests/tabpaint/**"):
BUG_COMPONENT = ("Firefox", "Tabbed Browser")

with Files("talos/talos/tests/cpstartup/**"):
BUG_COMPONENT = ("Firefox", "Tabbed Browser")

with Files("talos/talos/tests/tart/**"):
BUG_COMPONENT = ("Firefox", "Tabbed Browser")

Expand Down
4 changes: 2 additions & 2 deletions testing/talos/talos.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"tests": ["dromaeo_css", "kraken"]
},
"other-e10s": {
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_many_windows", "sessionrestore_no_auto_restore", "tabpaint", "cpstartup"]
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_many_windows", "sessionrestore_no_auto_restore", "tabpaint"]
},
"other-stylo-disabled-e10s": {
"talos_options": ["--disable-stylo"],
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_many_windows", "sessionrestore_no_auto_restore", "tabpaint", "cpstartup"]
"tests": ["a11yr", "ts_paint", "tpaint", "sessionrestore", "sessionrestore_many_windows", "sessionrestore_no_auto_restore", "tabpaint"]
},
"g1-e10s": {
"tests": ["tp5o_scroll", "glterrain"],
Expand Down
22 changes: 0 additions & 22 deletions testing/talos/talos/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,28 +304,6 @@ class tabpaint(PageloaderTest):
}


@register_test()
class cpstartup(PageloaderTest):
"""
"""
extensions = '${talos}/tests/cpstartup/cpstartup-signed.xpi'
tpmanifest = '${talos}/tests/cpstartup/cpstartup.manifest'
tppagecycles = 20
gecko_profile_entries = 1000000
tploadnocache = True
unit = 'ms'
preferences = {
# By default, Talos is configured to open links from
# content in new windows. We're overriding them so that
# they open in new tabs instead.
# See http://kb.mozillazine.org/Browser.link.open_newwindow
# and http://kb.mozillazine.org/Browser.link.open_newwindow.restriction
'browser.link.open_newwindow': 3,
'browser.link.open_newwindow.restriction': 2,
}


@register_test()
class tps(PageloaderTest):
"""
Expand Down
144 changes: 0 additions & 144 deletions testing/talos/talos/tests/cpstartup/bootstrap.js

This file was deleted.

1 change: 0 additions & 1 deletion testing/talos/talos/tests/cpstartup/chrome.manifest

This file was deleted.

31 changes: 0 additions & 31 deletions testing/talos/talos/tests/cpstartup/content/cpstartup.html

This file was deleted.

9 changes: 0 additions & 9 deletions testing/talos/talos/tests/cpstartup/content/target.html

This file was deleted.

Binary file not shown.
1 change: 0 additions & 1 deletion testing/talos/talos/tests/cpstartup/cpstartup.manifest

This file was deleted.

24 changes: 0 additions & 24 deletions testing/talos/talos/tests/cpstartup/install.rdf

This file was deleted.

2 changes: 0 additions & 2 deletions toolkit/content/browser-child.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ var WebNavigation = {
addMessageListener("WebNavigation:SetOriginAttributes", this);
addMessageListener("WebNavigation:Reload", this);
addMessageListener("WebNavigation:Stop", this);
// This message is used for measuring content process startup performance.
sendAsyncMessage("Content:BrowserChildReady", { time: Services.telemetry.msSystemNow() });
},

get webNavigation() {
Expand Down

0 comments on commit 39e85a0

Please sign in to comment.