Merge lp:~osomon/webbrowser-app/sigabrt into lp:webbrowser-app

Proposed by Olivier Tilloy
Status: Merged
Approved by: Ugo Riboni
Approved revision: 1173
Merged at revision: 1181
Proposed branch: lp:~osomon/webbrowser-app/sigabrt
Merge into: lp:webbrowser-app
Diff against target: 11 lines (+1/-1)
1 file modified
tests/autopilot/webbrowser_app/tests/test_sad_tab.py (+1/-1)
To merge this branch: bzr merge lp:~osomon/webbrowser-app/sigabrt
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+270520@code.launchpad.net

Commit message

Use SIGABRT instead of SIGSEGV to crash a renderer process in tests.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/autopilot/webbrowser_app/tests/test_sad_tab.py'
--- tests/autopilot/webbrowser_app/tests/test_sad_tab.py 2015-08-03 10:21:22 +0000
+++ tests/autopilot/webbrowser_app/tests/test_sad_tab.py 2015-09-09 12:14:55 +0000
@@ -53,7 +53,7 @@
53 self.main_window.get_new_tab_view()53 self.main_window.get_new_tab_view()
5454
55 def _crash_web_process(self):55 def _crash_web_process(self):
56 self.kill_web_processes(signal.SIGSEGV)56 self.kill_web_processes(signal.SIGABRT)
57 # A crash of the web process displays the sad tab right away57 # A crash of the web process displays the sad tab right away
58 return self.main_window.get_sad_tab()58 return self.main_window.get_sad_tab()
5959

Subscribers

People subscribed via source and target branches

to status/vote changes: