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

Proposed by Albert Astals Cid
Status: Merged
Approved by: Michael Zanetti
Approved revision: 2749
Merged at revision: 2791
Proposed branch: lp:~aacid/unity8/fasterOrientedTestShell
Merge into: lp:unity8
Diff against target: 17 lines (+1/-6)
1 file modified
tests/qmltests/tst_OrientedShell.qml (+1/-6)
To merge this branch: bzr merge lp:~aacid/unity8/fasterOrientedTestShell
Reviewer Review Type Date Requested Status
Michael Zanetti (community) Approve
Unity8 CI Bot continuous-integration Approve
Review via email: mp+314133@code.launchpad.net

Commit message

There's no spreadDelegate_ anymore

Goes from ~9 to ~3 minutes

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?
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.
Revision history for this message
Unity8 CI Bot (unity8-ci-bot) wrote :

PASSED: Continuous integration, rev:2749
https://unity8-jenkins.ubuntu.com/job/lp-unity8-ci/2829/
Executed test runs:
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build/3702
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/test-0-autopkgtest/label=amd64,release=xenial+overlay,testname=qmluitests.sh/2126
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/test-0-autopkgtest/label=amd64,release=zesty,testname=qmluitests.sh/2126
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-0-fetch/3730
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=xenial+overlay/3574
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=xenial+overlay/3574/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=zesty/3574
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=zesty/3574/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=xenial+overlay/3574
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=xenial+overlay/3574/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=zesty/3574
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=zesty/3574/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=xenial+overlay/3574
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=xenial+overlay/3574/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=zesty/3574
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=zesty/3574/artifact/output/*zip*/output.zip

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

review: Approve (continuous-integration)
Revision history for this message
Michael Zanetti (mzanetti) wrote :

ack, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/qmltests/tst_OrientedShell.qml'
2--- tests/qmltests/tst_OrientedShell.qml 2016-12-12 16:45:09 +0000
3+++ tests/qmltests/tst_OrientedShell.qml 2017-01-05 10:11:25 +0000
4@@ -1365,12 +1365,7 @@
5 }
6
7 function findAppWindowForSurfaceId(surfaceId) {
8- // for PhoneStage and TabletStage
9- var delegate = findChild(shell, "spreadDelegate_" + surfaceId);
10- if (!delegate) {
11- // for DesktopStage
12- delegate = findChild(shell, "appDelegate_" + surfaceId);
13- }
14+ var delegate = findChild(shell, "appDelegate_" + surfaceId);
15 verify(delegate);
16 var appWindow = findChild(delegate, "appWindow");
17 return appWindow;

Subscribers

People subscribed via source and target branches