File: 0004-Add-failing-tests-to-blacklist.patch

package info (click to toggle)
pyside6 6.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 45,904 kB
  • sloc: python: 202,640; cpp: 91,160; xml: 18,402; javascript: 1,182; ansic: 178; sh: 163; makefile: 87
file content (36 lines) | stat: -rw-r--r-- 1,089 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From: Stuart Prescott <stuart@debian.org>
Date: Fri, 3 May 2024 16:50:13 +1000
Subject: Add failing tests to blacklist

Tests are still run but will fail. They are run multiple times to see if
they still fail - it would be better to just skip them.

It is not yet clear whether these failures are important.
---
 build_history/blacklist.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
index 5f0183f..f805980 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
@@ -91,3 +91,19 @@
 [QtQml::qqmlincubator_incubateWhile]
     pypy        # gives timeout on macOS if I run video converter while testing
 # 2022-03-04 PyPy: Currently 28 of 657 tests fail
+
+# Debian packaging failing tests
+[sample::array_numpy]
+    py3
+[sample::nontypetemplate]
+    py3
+[pyside6-android-deploy::test_pyside6_android_deploy]
+    py3
+[QtCore::qinstallmsghandler_test]
+    py3
+[QtCore::loggingcategorymacros_test]
+    py3
+[QtGui::qpainter_test]
+    py3
+[QtCharts::qcharts_numpy_test]
+    py3