Merge lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/flakyFilters into lp:ubuntu-ui-toolkit/staging

Proposed by Cris Dywan
Status: Merged
Approved by: Timo Jyrinki
Approved revision: 1839
Merged at revision: 1839
Proposed branch: lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/flakyFilters
Merge into: lp:ubuntu-ui-toolkit/staging
Diff against target: 11 lines (+1/-0)
1 file modified
tests/unit_x11/tst_mousefilters/tst_mousefilterstest.cpp (+1/-0)
To merge this branch: bzr merge lp:~ubuntu-sdk-team/ubuntu-ui-toolkit/flakyFilters
Reviewer Review Type Date Requested Status
ubuntu-sdk-build-bot continuous-integration Approve
Timo Jyrinki Approve
Review via email: mp+285474@code.launchpad.net

Commit message

Skip flaky tst_mousefilterTest::doubleClicked

To post a comment you must log in.
Revision history for this message
Timo Jyrinki (timo-jyrinki) :
review: Approve
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/unit_x11/tst_mousefilters/tst_mousefilterstest.cpp'
2--- tests/unit_x11/tst_mousefilters/tst_mousefilterstest.cpp 2016-02-01 18:57:26 +0000
3+++ tests/unit_x11/tst_mousefilters/tst_mousefilterstest.cpp 2016-02-09 13:16:56 +0000
4@@ -544,6 +544,7 @@
5
6 void testCase_doubleClicked()
7 {
8+ QSKIP("FIXME: lp#1542215 Flaky test result");
9 QScopedPointer<QQuickView> view(loadTest("DoubleClicked.qml"));
10 QVERIFY(view);
11 UCMouse *filter = attachedFilter<UCMouse>(view->rootObject(), "FilterOwner");

Subscribers

People subscribed via source and target branches