Merge lp:~saviq/unity8/skip-floatingflickable into lp:unity8

Proposed by Michał Sawicz
Status: Merged
Approved by: Albert Astals Cid
Approved revision: 2314
Merged at revision: 2322
Proposed branch: lp:~saviq/unity8/skip-floatingflickable
Merge into: lp:unity8
Diff against target: 19 lines (+2/-0)
1 file modified
tests/plugins/Ubuntu/Gestures/tst_FloatingFlickable.cpp (+2/-0)
To merge this branch: bzr merge lp:~saviq/unity8/skip-floatingflickable
Reviewer Review Type Date Requested Status
Unity8 CI Bot continuous-integration Needs Fixing
Albert Astals Cid (community) Approve
Review via email: mp+290690@code.launchpad.net

Commit message

Skip the failing test until we have a working solution for bug #1564571

Description of the change

 * Are there any related MPs required for this MP to build/function as expected? Please list.
N
 * Did you perform an exploratory manual test run of your code change and any related functionality?
Britney
 * Did you make sure that your branch does not contain spurious tags?
Y
 * 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
Albert Astals Cid (aacid) wrote :

Ok :/

review: Approve
Revision history for this message
Unity8 CI Bot (unity8-ci-bot) wrote :

FAILED: Continuous integration, rev:2314
https://unity8-jenkins.ubuntu.com/job/lp-unity8-ci/912/
Executed test runs:
    UNSTABLE: https://unity8-jenkins.ubuntu.com/job/test-0-autopkgtest/label=amd64,release=vivid+overlay,testname=qmluitests.sh/499
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/test-0-autopkgtest/label=amd64,release=xenial,testname=qmluitests.sh/499
    UNSTABLE: https://unity8-jenkins.ubuntu.com/job/test-0-autopkgtest/label=phone-armhf,release=vivid+overlay,testname=autopilot.sh/499
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-0-fetch/1235
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-1-sourcepkg/release=vivid+overlay/1209
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-1-sourcepkg/release=xenial/1209
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1207
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1207/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=xenial/1207
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=xenial/1207/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1207
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1207/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=xenial/1207
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=xenial/1207/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=vivid+overlay/1207
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=vivid+overlay/1207/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=xenial/1207
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=xenial/1207/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://unity8-jenkins.ubuntu.com/job/lp-unity8-ci/912/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/plugins/Ubuntu/Gestures/tst_FloatingFlickable.cpp'
2--- tests/plugins/Ubuntu/Gestures/tst_FloatingFlickable.cpp 2015-05-27 09:37:34 +0000
3+++ tests/plugins/Ubuntu/Gestures/tst_FloatingFlickable.cpp 2016-04-01 08:29:31 +0000
4@@ -64,6 +64,7 @@
5
6 void tst_FloatingFlickable::flickChangesContentX()
7 {
8+ QSKIP("This fails due to bug #1564571");
9 FloatingFlickable *floatingFlickable =
10 m_view->rootObject()->findChild<FloatingFlickable*>("floatingFlickable");
11 QVERIFY(floatingFlickable != nullptr);
12@@ -91,6 +92,7 @@
13
14 void tst_FloatingFlickable::flickChangesContentY()
15 {
16+ QSKIP("This fails due to bug #1564571");
17 FloatingFlickable *floatingFlickable =
18 m_view->rootObject()->findChild<FloatingFlickable*>("floatingFlickable");
19 QVERIFY(floatingFlickable != nullptr);

Subscribers

People subscribed via source and target branches