← Back to team overview

touch-packages team mailing list archive

[Bug 1493825] Re: TestSadTab.test_*_web_process_crashed fail with oxide 1.9

 

This bug was fixed in the package webbrowser-app -
0.23+15.10.20150913-0ubuntu1

---------------
webbrowser-app (0.23+15.10.20150913-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.
  * Resync trunk. added: po/mr.po

  [ Olivier Tilloy ]
  * Allow saving canvas images from the context menu.
  * Handle HTTP authentication requests by showing an authentication
    dialog. (LP: #1422534)
  * Remove the workaround for bug #1471181 now that oxide 1.9 has been
    released with a proper fix. (LP: #1471181)
  * Set the 'visible' property of actions instead of 'enabled' to ensure
    the visibility of the corresponding entries in the drawer menu
    matches. (LP: #1495297)
  * Use SIGABRT instead of SIGSEGV to crash a renderer process in tests.
    (LP: #1493825)
  * Use the new WebContext.userAgentOverrides API (new in Oxide 1.9).
    (LP: #1410753)

  [ Ugo Riboni ]
  * Handle HTTP authentication requests by showing an authentication
    dialog. (LP: #1422534)

 -- Olivier Tilloy <olivier.tilloy@xxxxxxxxxxxxx>  Sun, 13 Sep 2015
21:25:02 +0000

** Changed in: webbrowser-app (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1493825

Title:
  TestSadTab.test_*_web_process_crashed fail with oxide 1.9

Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  With the publication of oxide 1.9, the following two autopilot tests
  started failing on my arale:

    webbrowser_app.tests.test_sad_tab.TestSadTab.test_close_tab_web_process_crashed
    webbrowser_app.tests.test_sad_tab.TestSadTab.test_reload_web_process_crashed

  Indeed, when I manually try to crash a renderer process with "kill -11 $pid", nothing happens.
  "kill -6 $pid" (SIGABRT) does the job though, so it’s an easy fix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1493825/+subscriptions


References