Merge lp:~aacid/unity8/oxide_regression_workaround into lp:unity8

Proposed by Albert Astals Cid
Status: Merged
Approved by: Michael Zanetti
Approved revision: 1792
Merged at revision: 1810
Proposed branch: lp:~aacid/unity8/oxide_regression_workaround
Merge into: lp:unity8
Diff against target: 9 lines (+1/-1)
1 file modified
tests/qmltests/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~aacid/unity8/oxide_regression_workaround
Reviewer Review Type Date Requested Status
Michael Zanetti (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+260271@code.launchpad.net

Commit message

workaround oxide 1.7 issue

See bug #1459142

Description of the change

 * Are there any related MPs required for this MP to build/function as expected?
No

 * Did you perform an exploratory manual test run of your code change and any related functionality?
Test only

 * Did you make sure that your branch does not contain spurious tags?
Yes

 * If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
N/A

 * If you changed the UI, has there been a design review?
N/A

 * Did you have a look at the warnings when running tests? Can they be reduced?
No new warnings introduced

To post a comment you must log in.
Revision history for this message
Michael Zanetti (mzanetti) wrote :

 * Did you perform an exploratory manual test run of the code change and any related functionality?

yes

 * Did CI run pass? If not, please explain why.

waiting for Jenkins... Not top-approving yet.

 * Did you make sure that the branch does not contain spurious tags?

yes

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michael Zanetti (mzanetti) wrote :

Grass is greener on this side!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/qmltests/CMakeLists.txt'
2--- tests/qmltests/CMakeLists.txt 2015-05-18 23:04:19 +0000
3+++ tests/qmltests/CMakeLists.txt 2015-05-27 10:29:02 +0000
4@@ -93,4 +93,4 @@
5 add_qml_test(Stages WindowMoveResizeArea)
6 add_qml_test(Stages Splash)
7 add_qml_test(Tutorial Tutorial)
8-add_qml_test(Wizard Wizard)
9+add_qml_test(Wizard Wizard ENVIRONMENT "OXIDE_NO_SANDBOX=1")

Subscribers

People subscribed via source and target branches