Oxide 1.7 makes Unity8 qml tests not pass in a chroot
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Oxide |
Undecided
|
Unassigned | ||
| | unity8 (Ubuntu) |
Undecided
|
Unassigned | ||
Bug Description
When using oxide 1.5.5-0ubuntu1 as shipped in vivid the qml tests of unity8 pass just fine.
When using oxide 1.7.8-0ubuntu0.
[0527/073908:
The backtrace of the hang is http://
Example of the hang happening in https:/
Related branches
- Michael Zanetti (community): Approve on 2015-05-27
- PS Jenkins bot: Approve (continuous-integration) on 2015-05-27
-
Diff: 9 lines (+1/-1)1 file modifiedtests/qmltests/CMakeLists.txt (+1/-1)
| description: | updated |
| description: | updated |
| description: | updated |
| Olivier Tilloy (osomon) wrote : | #1 |
| Chris Coulson (chrisccoulson) wrote : | #2 |
As discussed on IRC, the CHECK failure ([0527/
The only scenarios under which this check can fail are:
- The actual chroot() really does fail (unlikely)
- The process using Oxide was started by root, meaning that the zygote is able to open its new root directory.
It fails in 1.7 because the check has been made more strict since https:/
| affects: | unity8 → unity8 (Ubuntu) |
| Changed in unity8 (Ubuntu): | |
| status: | New → In Progress |
| Changed in oxide: | |
| status: | New → Opinion |
| Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package unity8 - 8.10+15.
---------------
unity8 (8.10+15.
[ Albert Astals Cid ]
* Bind running to the proper object.visible
* Do not use template in generated card creator code
* Fix regression introduced by the concierge change
* Take into account the extra margin on top when calculating the
display margin
* workaround oxide 1.7 issue (LP: #1459142)
[ CI Train Bot ]
* New rebuild forced.
[ Federico Gimenez ]
* On the autopilot helpers, swipe if the item to open from the dash is
not visible. unity8-autopilot dependencies now require ubuntu-ui-
toolkit-
[ Florian Boucault ]
* Notifications: shaped icon was stretching the icon instead of
respecting its aspect ratio and filling the whole shape. (LP:
#1450229)
[ Josh Arenson ]
* Implement bare-bones shellMode=greeter and shellMode=shell
[ Leo Arias ]
* On the autopilot helpers, swipe if the item to open from the dash is
not visible. unity8-autopilot dependencies now require ubuntu-ui-
toolkit-
[ Leonardo Arias Fonseca ]
* On the autopilot helpers, swipe if the item to open from the dash is
not visible. unity8-autopilot dependencies now require ubuntu-ui-
toolkit-
[ Michael Zanetti ]
* add info on how to run a single function in make test
[ Richard Huddie ]
* Slow down the speed of autopilot helpers used to swipe to a
different scope to improve the reliability. (LP: #1461059, #1457047)
-- CI Train Bot <email address hidden> Tue, 16 Jun 2015 15:12:59 +0000
| Changed in unity8 (Ubuntu): | |
| status: | In Progress → Fix Released |

The test that hangs is test_locationHe reTerms, and it tests this QML component: http:// bazaar. launchpad. net/~unity- team/unity8/ trunk/view/ head:/qml/ Wizard/ Pages/here- terms.qml.