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

Proposed by Albert Astals Cid on 2016-03-24
Status: Merged
Approved by: Michael Terry on 2016-03-24
Approved revision: 2308
Merged at revision: 2362
Proposed branch: lp:~aacid/unity8/stabilizeSuperTabToCycleLauncher
Merge into: lp:unity8
Diff against target: 15 lines (+5/-0)
1 file modified
tests/qmltests/tst_Shell.qml (+5/-0)
To merge this branch: bzr merge lp:~aacid/unity8/stabilizeSuperTabToCycleLauncher
Reviewer Review Type Date Requested Status
Unity8 CI Bot continuous-integration Needs Fixing on 2016-03-24
Michael Terry 2016-03-24 Approve on 2016-03-24
Review via email: mp+290042@code.launchpad.net

Commit Message

Stabilize test_superTabToCycleLauncher

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 change

 * 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

To post a comment you must log in.
Michael Terry (mterry) wrote :

LGTM.

 * Did you perform an exploratory manual test run of the code change and any related functionality?
 Yes. 10 passes without a failure (managed just 3 passes without this branch)

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

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

review: Approve
Unity8 CI Bot (unity8-ci-bot) wrote :

FAILED: Continuous integration, rev:2308
https://unity8-jenkins.ubuntu.com/job/lp-unity8-ci/864/
Executed test runs:
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-0-fetch/1151
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-1-sourcepkg/release=vivid+overlay/1132
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-1-sourcepkg/release=xenial/1132
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1130
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1130/artifact/output/*zip*/output.zip
    FAILURE: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=xenial/1130/console
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1130
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1130/artifact/output/*zip*/output.zip
    FAILURE: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=xenial/1130/console
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=vivid+overlay/1130
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=vivid+overlay/1130/artifact/output/*zip*/output.zip
    FAILURE: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=xenial/1130/console

Click here to trigger a rebuild:
https://unity8-jenkins.ubuntu.com/job/lp-unity8-ci/864/rebuild

review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/qmltests/tst_Shell.qml'
2--- tests/qmltests/tst_Shell.qml 2016-03-23 09:50:10 +0000
3+++ tests/qmltests/tst_Shell.qml 2016-03-24 14:13:01 +0000
4@@ -2120,6 +2120,11 @@
5 shell.usageScenario = "desktop";
6 GSettingsController.setAutohideLauncher(!data.launcherLocked);
7 waitForRendering(shell);
8+ // Not sure why 2 but it's the number of times
9+ // it triggers at this time and we need to wait
10+ // for them otherwise a sessionStarted signal will
11+ // hide the launcher and make the test fail
12+ tryCompare(sessionSpy, "count", 2);
13
14 var launcher = findChild(shell, "launcher");
15 var launcherPanel = findChild(launcher, "launcherPanel");

Subscribers

People subscribed via source and target branches