[neon/qt/qtquickcontrols/Neon/unstable] debian: Add hppa to the list of architectures where test failures are ignored.
Dmitry Shachnev
null at kde.org
Mon Apr 29 17:44:19 BST 2024
Git commit 9ae2b947ccf03534f60543f9cd5198dd27624b79 by Dmitry Shachnev.
Committed on 14/03/2023 at 15:14.
Pushed by jriddell into branch 'Neon/unstable'.
Add hppa to the list of architectures where test failures are ignored.
Closes: #1030730.
M +3 -0 debian/changelog
M +2 -2 debian/rules
https://invent.kde.org/neon/qt/qtquickcontrols/-/commit/9ae2b947ccf03534f60543f9cd5198dd27624b79
diff --git a/debian/changelog b/debian/changelog
index 124a332..20f7a2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
qtquickcontrols-opensource-src (5.15.8-3) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Add hppa to the list of architectures where test failures are ignored
+ (closes: #1030730).
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 14 Mar 2023 18:12:47 +0300
diff --git a/debian/rules b/debian/rules
index 83e0c29..9f85475 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,10 +26,10 @@ override_dh_auto_test-indep:
override_dh_auto_test-arch:
$(MAKE) install INSTALL_ROOT=$(CURDIR)/test_root
-ifneq (,$(filter $(DEB_HOST_ARCH),mips mips64el mipsel powerpc ppc64 riscv64 s390x))
+ifneq (,$(filter $(DEB_HOST_ARCH),hppa mips mips64el mipsel powerpc ppc64 riscv64 s390x))
# mips*: segmentation fault, see #868745
# powerpc, ppc64: some failures in extras::Tests_Picture and extras::Tests_StatusIndicator
- # riscv64: failure in qtquickcontrols::Tests_TreeView::test_pressAndHold
+ # hppa, riscv64: failure in qtquickcontrols::Tests_TreeView::test_pressAndHold
# s390x: some failures in qtquickcontrols::Tests_TableView and qtquickcontrols::Tests_TreeView
-xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \
dh_auto_test --no-parallel -- QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml
More information about the Neon-commits
mailing list