Merge lp:~jamesh/unity-api/disable-powerpc-tests into lp:unity-api

Proposed by James Henstridge
Status: Rejected
Rejected by: James Henstridge
Proposed branch: lp:~jamesh/unity-api/disable-powerpc-tests
Merge into: lp:unity-api
Diff against target: 14 lines (+7/-0)
1 file modified
debian/rules (+7/-0)
To merge this branch: bzr merge lp:~jamesh/unity-api/disable-powerpc-tests
Reviewer Review Type Date Requested Status
Michi Henning (community) Approve
Unity8 CI Bot continuous-integration Needs Fixing
Review via email: mp+302009@code.launchpad.net

Commit message

Ignore test failures on powerpc due to Qt bug on Yakkety.

Description of the change

Ignore test failures on powerpc due to failures on Yakkety: https://bugs.launchpad.net/bugs/1606927

To post a comment you must log in.
Revision history for this message
Unity8 CI Bot (unity8-ci-bot) wrote :

FAILED: Continuous integration, rev:241
https://unity8-jenkins.ubuntu.com/job/lp-unity-api-ci/94/
Executed test runs:
    FAILURE: https://unity8-jenkins.ubuntu.com/job/build/2456/console
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-0-fetch/2484
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-1-sourcepkg/release=vivid+overlay/2371
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-1-sourcepkg/release=xenial+overlay/2371
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-1-sourcepkg/release=yakkety/2371
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=vivid+overlay/2364
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=vivid+overlay/2364/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=xenial+overlay/2364
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=xenial+overlay/2364/artifact/output/*zip*/output.zip
    FAILURE: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=amd64,release=yakkety/2364/console
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=vivid+overlay/2364
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=vivid+overlay/2364/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=xenial+overlay/2364
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=xenial+overlay/2364/artifact/output/*zip*/output.zip
    FAILURE: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=armhf,release=yakkety/2364/console
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=vivid+overlay/2364
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=vivid+overlay/2364/artifact/output/*zip*/output.zip
    SUCCESS: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=xenial+overlay/2364
        deb: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=xenial+overlay/2364/artifact/output/*zip*/output.zip
    FAILURE: https://unity8-jenkins.ubuntu.com/job/build-2-binpkg/arch=i386,release=yakkety/2364/console

Click here to trigger a rebuild:
https://unity8-jenkins.ubuntu.com/job/lp-unity-api-ci/94/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Michi Henning (michihenning) wrote :

Yes, that seems the most sensible thing to do. unity-api is still falling over the OptionSelector problem though.

review: Approve

Unmerged revisions

241. By James Henstridge

Ignore test results on powerpc due to Qt/GCC 6 problems

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2015-07-20 10:49:36 +0000
3+++ debian/rules 2016-08-04 10:50:03 +0000
4@@ -21,3 +21,10 @@
5 override_dh_auto_configure:
6 dh_auto_configure -- -Duse_pch=FALSE
7 endif
8+
9+# Ignore test failures on powerpc due to Qt/GCC6 bug:
10+# https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1606927
11+ifneq (,$(filter powerpc,$(DEB_HOST_ARCH)))
12+override_dh_auto_test:
13+ dh_auto_test || :
14+endif

Subscribers

People subscribed via source and target branches

to all changes: