[SCM] qtwebsockets packaging branch, master, updated. debian/5.9.2-2-3-ga56275e

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Oct 28 08:28:12 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebsockets.git;a=commitdiff;h=fc49861

The following commit has been merged in the master branch:
commit fc49861b72ed302e06ca228351bc9075f37569d2
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Oct 28 11:26:22 2017 +0300

    Make the tests results not fatal also on mips64el.
---
 debian/changelog | 2 ++
 debian/rules     | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index da4ecd0..f14546d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtwebsockets-opensource-src (5.9.2-3) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Make the tests results not fatal also on mips64el.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 28 Oct 2017 11:22:01 +0300
 
diff --git a/debian/rules b/debian/rules
index d7c92ff..b30984a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,8 +39,9 @@ override_dh_auto_test-arch:
 	$(MAKE) install -Csrc/imports INSTALL_ROOT=$(CURDIR)/test_root
 # armhf: illegal instruction, not reproducible on porterbox. See also #860507.
 # mips: related to llvmpipe. Reported as #868745.
+# mips64el: UNREACHABLE executed at .../llvm-toolchain-5.0-5.0/lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp:123!
 # kfreebsd-*: see https://bugreports.qt.io/browse/QTBUG-41448
-ifneq (,$(filter $(DEB_HOST_ARCH),armhf mips kfreebsd-amd64 kfreebsd-i386))
+ifneq (,$(filter $(DEB_HOST_ARCH),armhf mips mips64el kfreebsd-amd64 kfreebsd-i386))
 	-LD_LIBRARY_PATH=$(CURDIR)/lib QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml \
 		xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \
 		dh_auto_test --max-parallel=1 -- -Ctests/auto

-- 
qtwebsockets packaging



More information about the pkg-kde-commits mailing list