From: Stuart Prescott Date: Mon, 14 Oct 2024 01:46:18 +0000 (+1100) Subject: Add additional patches for XFAILing tests X-Git-Tag: archive/raspbian/6.10.3-2+rpi1~1^2~66 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e2961acafa60ad8607c822459d726c0561a06abc;p=pyside6.git Add additional patches for XFAILing tests --- diff --git a/debian/patches/0008-XFAIL-smart-smart_pointer.patch b/debian/patches/0008-XFAIL-smart-smart_pointer.patch new file mode 100644 index 00000000..0d262171 --- /dev/null +++ b/debian/patches/0008-XFAIL-smart-smart_pointer.patch @@ -0,0 +1,20 @@ +From: Stuart Prescott +Date: Mon, 14 Oct 2024 12:39:53 +1100 +Subject: XFAIL smart::smart_pointer + +Failure seen on armel +--- + build_history/blacklist.txt | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt +index 43fa65e..9219f1c 100644 +--- a/build_history/blacklist.txt ++++ b/build_history/blacklist.txt +@@ -1,5 +1,6 @@ + [smart::smart_pointer] + darwin ci ++ py3 + [testmodifydocumentation] + darwin arm + [signals::signal_signature_test] diff --git a/debian/patches/0009-XFAIL-QtQml-qquickitem_grabToImage.patch b/debian/patches/0009-XFAIL-QtQml-qquickitem_grabToImage.patch new file mode 100644 index 00000000..6836e6cf --- /dev/null +++ b/debian/patches/0009-XFAIL-QtQml-qquickitem_grabToImage.patch @@ -0,0 +1,21 @@ +From: Stuart Prescott +Date: Mon, 14 Oct 2024 12:45:22 +1100 +Subject: XFAIL QtQml::qquickitem_grabToImage + +Failure seen on mips64el +--- + build_history/blacklist.txt | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt +index 9219f1c..b7238fb 100644 +--- a/build_history/blacklist.txt ++++ b/build_history/blacklist.txt +@@ -118,3 +118,7 @@ + py3 + [pysidetest::new_inherited_functions_test] + py3 ++ ++# Debian mips64el-specific failures - temporarily xfail them ++[QtQml::qquickitem_grabToImage] ++ py3 diff --git a/debian/patches/series b/debian/patches/series index 7170f1f2..4bc22403 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,5 @@ 0005-Fix-numpy-header-detection.patch 0006-Mark-arm64-test-failures-as-xfail-temporarily.patch 0007-XFAIL-a-new-test-failure-with-6.7.2.patch +0008-XFAIL-smart-smart_pointer.patch +0009-XFAIL-QtQml-qquickitem_grabToImage.patch