Merge lp:~timo-jyrinki/ubuntu/trusty/maliit-framework/fix_tests_under_qt52 into lp:ubuntu/trusty/maliit-framework

Proposed by Timo Jyrinki
Status: Merged
Merge reported by: Jamie Strandboge
Merged at revision: not available
Proposed branch: lp:~timo-jyrinki/ubuntu/trusty/maliit-framework/fix_tests_under_qt52
Merge into: lp:ubuntu/trusty/maliit-framework
Diff against target: 25 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~timo-jyrinki/ubuntu/trusty/maliit-framework/fix_tests_under_qt52
Reviewer Review Type Date Requested Status
Jamie Strandboge Approve
Review via email: mp+203039@code.launchpad.net

Commit message

Modify xvfb command to successfully pass tests (LP: #1272249)

To post a comment you must log in.
11. By Dmitry Shachnev

[ Timo Jyrinki ]
Remove hard-coded dependency on libqt5core5 (LP: #1270720).

12. By Timo Jyrinki

Modify xvfb command to successfully pass tests (LP: #1272249)

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

Rebased and added changelog entry.

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Changing from the default of '-screen 0 640x480x8' to '-screen 0 640x480x24' seems reasonable, but it would have been nice to have a more detailed changelog entry (ie, why this is needed). Won't block on this. ACK. Will upload after a successful local build.

review: Approve
Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Thanks for the patch! :)

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

With 5.0 (what is in the archive now), there are no regressions.

$ debian/rules run-tests | grep Totals
Totals: 3 passed, 0 failed, 0 skipped
Totals: 3 passed, 0 failed, 0 skipped
Totals: 3 passed, 0 failed, 0 skipped
Totals: 2 passed, 0 failed, 1 skipped
Totals: 8 passed, 0 failed, 0 skipped
Totals: 5 passed, 0 failed, 0 skipped
Totals: 3 passed, 0 failed, 0 skipped
Totals: 9 passed, 0 failed, 0 skipped
Totals: 26 passed, 0 failed, 0 skipped
Totals: 5 passed, 0 failed, 0 skipped
Totals: 9 passed, 0 failed, 0 skipped

I didn't test this with 5.2 and will trust it works there (if it doesn't, we are no worse off than now).

Thanks again!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-01-24 14:54:42 +0000
3+++ debian/changelog 2014-01-24 13:51:22 +0000
4@@ -1,3 +1,9 @@
5+maliit-framework (0.99.0+git20130615+97e8335-0ubuntu5) trusty; urgency=medium
6+
7+ * Modify xvfb command to successfully pass tests (LP: #1272249)
8+
9+ -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Fri, 24 Jan 2014 13:49:59 +0000
10+
11 maliit-framework (0.99.0+git20130615+97e8335-0ubuntu4) trusty; urgency=medium
12
13 [ Timo Jyrinki ]
14
15=== modified file 'debian/rules'
16--- debian/rules 2013-07-25 09:45:13 +0000
17+++ debian/rules 2014-01-24 13:51:22 +0000
18@@ -37,7 +37,7 @@
19 rm -rf $(PKG_source)-$(UPS_version)
20
21 run-tests:
22- xvfb-run -a $(MAKE) check
23+ xvfb-run -s '-screen 0 640x480x24' -a $(MAKE) check
24
25 DEB_MAKE_CHECK_TARGET := -f debian/rules run-tests
26

Subscribers

People subscribed via source and target branches

to all changes: