[neon/qt/pyside2/Neon/release] debian: Blacklist smart_pointer test.
Dmitry Shachnev
null at kde.org
Thu Jul 25 03:06:04 BST 2024
Git commit d13fffb9ad00291dc9e6636b8028db704b3b8ced by Dmitry Shachnev.
Committed on 14/04/2024 at 20:43.
Pushed by carlosdem into branch 'Neon/release'.
Blacklist smart_pointer test.
Closes: #1068078.
M +1 -0 debian/changelog
M +16 -5 debian/patches/blacklist-failing-tests.patch
https://invent.kde.org/neon/qt/pyside2/-/commit/d13fffb9ad00291dc9e6636b8028db704b3b8ced
diff --git a/debian/changelog b/debian/changelog
index 1b27425a..a8e6d33c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pyside2 (5.15.13-1) UNRELEASED; urgency=medium
* Acknowledge NMU, thanks Steve Langasek!
* New upstream release.
* Rebase patches for the new release.
+ * Blacklist smart_pointer test (closes: #1068078).
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 09 Mar 2024 13:32:21 +0300
diff --git a/debian/patches/blacklist-failing-tests.patch b/debian/patches/blacklist-failing-tests.patch
index 7f19bd5e..58c5e678 100644
--- a/debian/patches/blacklist-failing-tests.patch
+++ b/debian/patches/blacklist-failing-tests.patch
@@ -5,11 +5,11 @@ Subject: Blacklist failing tests
Forwarded:
https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-1146?filter=allopenissues
---
- build_history/blacklist.txt | 8 ++++++++
- 1 file changed, 8 insertions(+)
+ build_history/blacklist.txt | 11 ++++++++++-
+ 1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
-index 827191a..87aaca4 100644
+index 827191a..5565cda 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
@@ -22,6 +22,9 @@
@@ -22,7 +22,18 @@ index 827191a..87aaca4 100644
[QtGui::qmatrix_test]
win32
[QtWidgets::bug_576]
-@@ -83,6 +86,9 @@
+@@ -64,8 +67,9 @@
+ py2 win32
+ [QtQml::qquickitem_grabToImage]
+ darwin
++# Fails on armel, not reproducible on a porter box.
+ [smart::smart_pointer]
+- py2
++ linux
+ # PYSIDE-474
+ [QtWebEngineWidgets::pyside-474-qtwebengineview]
+ py2
+@@ -83,6 +87,9 @@
win32
linux
darwin
@@ -32,7 +43,7 @@ index 827191a..87aaca4 100644
# In addition to a pre-existing windows failure,
# qtlocation/ac899dcc40bb3ad09307583fb7e6befd45a77b33 / QTBUG-66304 introduced
# a failure in 5.14
-@@ -91,7 +97,9 @@
+@@ -91,7 +98,9 @@
linux
darwin
# Open GL functions failures on macOS (2/2020)
More information about the Neon-commits
mailing list