Merge lp:~mardy/ubuntu-system-settings-online-accounts/tests-failures into lp:ubuntu-system-settings-online-accounts

Proposed by Alberto Mardegan
Status: Merged
Approved by: David Barth
Approved revision: 379
Merged at revision: 387
Proposed branch: lp:~mardy/ubuntu-system-settings-online-accounts/tests-failures
Merge into: lp:ubuntu-system-settings-online-accounts
Diff against target: 28 lines (+9/-1)
2 files modified
debian/changelog (+7/-0)
debian/rules (+2/-1)
To merge this branch: bzr merge lp:~mardy/ubuntu-system-settings-online-accounts/tests-failures
Reviewer Review Type Date Requested Status
Online Accounts Pending
Review via email: mp+303253@code.launchpad.net

Description of the change

Don't run tests under powerpc

To post a comment you must log in.
379. By Alberto Mardegan

from trunk

[ Alberto Mardegan ]
* Fix desktop file name for scopes: they use their short app ID (LP:
  #1541717)
[ Florian Boucault ]
* Crossbuilding fixes

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 2016-07-18 12:15:06 +0000
3+++ debian/changelog 2016-08-18 13:54:57 +0000
4@@ -1,3 +1,10 @@
5+ubuntu-system-settings-online-accounts (0.7+16.10.20160718-0ubuntu2) UNRELEASED; urgency=medium
6+
7+ * debian/rules:
8+ - Don't run tests on powerpc (LP: #1606927)
9+
10+ -- Alberto Mardegan <alberto.mardegan@canonical.com> Thu, 18 Aug 2016 15:15:04 +0300
11+
12 ubuntu-system-settings-online-accounts (0.7+16.10.20160718-0ubuntu1) yakkety; urgency=medium
13
14 [ Alberto Mardegan ]
15
16=== modified file 'debian/rules'
17--- debian/rules 2016-06-10 09:45:56 +0000
18+++ debian/rules 2016-08-18 13:54:57 +0000
19@@ -7,7 +7,8 @@
20 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
21
22 # Skip tests on the archs they are known to be flaky with current configuration
23-testskip_architectures := arm64
24+# See https://launchpad.net/bugs/1606927
25+testskip_architectures := powerpc
26
27 override_dh_auto_configure:
28 dh_auto_configure -- \

Subscribers

People subscribed via source and target branches