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
=== modified file 'tests/unit_x11/tst_mousefilters/tst_mousefilterstest.cpp'
--- tests/unit_x11/tst_mousefilters/tst_mousefilterstest.cpp 2016-02-01 18:57:26 +0000
+++ tests/unit_x11/tst_mousefilters/tst_mousefilterstest.cpp 2016-02-09 13:16:56 +0000
@@ -544,6 +544,7 @@
544544
545 void testCase_doubleClicked()545 void testCase_doubleClicked()
546 {546 {
547 QSKIP("FIXME: lp#1542215 Flaky test result");
547 QScopedPointer<QQuickView> view(loadTest("DoubleClicked.qml"));548 QScopedPointer<QQuickView> view(loadTest("DoubleClicked.qml"));
548 QVERIFY(view);549 QVERIFY(view);
549 UCMouse *filter = attachedFilter<UCMouse>(view->rootObject(), "FilterOwner");550 UCMouse *filter = attachedFilter<UCMouse>(view->rootObject(), "FilterOwner");

Subscribers

People subscribed via source and target branches