[neon/qt/qtwebsockets/Neon/unstable] debian: Add powerpc to the list of architectures that crash on tests.

Dmitry Shachnev null at kde.org
Mon Apr 29 10:24:22 BST 2024


Git commit 075c443e44741ed8574a2e4c4d7aecfbf63e088d by Dmitry Shachnev, on behalf of Christian Marillat.
Committed on 21/07/2022 at 18:55.
Pushed by jriddell into branch 'Neon/unstable'.

Add powerpc to the list of architectures that crash on tests.

Closes: #1013169.

M  +3    -0    debian/changelog
M  +2    -1    debian/rules

https://invent.kde.org/neon/qt/qtwebsockets/-/commit/075c443e44741ed8574a2e4c4d7aecfbf63e088d

diff --git a/debian/changelog b/debian/changelog
index 297853d..3a11aac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtwebsockets-opensource-src (5.15.4-3) UNRELEASED; urgency=medium
 
+  [ Christian Marillat ]
+  * Add powerpc to the list of architectures that crash on tests
+    (closes: #1013169).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 21 Jul 2022 21:52:45 +0300
 
diff --git a/debian/rules b/debian/rules
index 7aa14ab..3361d55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,8 @@ override_dh_auto_test-arch:
 # mips64el: even if the code did not change from 5.11.2 (where it run fine) to
 # 5.11.3, a test is segfaulting. The issue might be somewhere else. Maybe bug #868745?
 # kfreebsd-*: see https://bugreports.qt.io/browse/QTBUG-41448
-ifneq (,$(filter $(DEB_HOST_ARCH),mips64el kfreebsd-amd64 kfreebsd-i386))
+# powerpc: see https://bugs.debian.org/1013169
+ifneq (,$(filter $(DEB_HOST_ARCH),mips64el kfreebsd-amd64 kfreebsd-i386 powerpc))
 	-LD_LIBRARY_PATH=$(CURDIR)/lib QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml \
 	TESTRUNNER='xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX"' \
 		dh_auto_test --max-parallel=1 -- -Ctests/auto



More information about the Neon-commits mailing list