Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pyside2
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Qt and KDE Team
Qt5
pyside2
Commits
136f50b5
Commit
136f50b5
authored
5 years ago
by
Raphaël Hertzog
Browse files
Options
Downloads
Patches
Plain Diff
Re-enable tests failing due to broken XDG_RUNTIME_DIR
But undefine the variable in the Makefile to avoid the problem.
parent
fdcde82a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/blacklist-failing-tests.patch
+6
-20
6 additions, 20 deletions
debian/patches/blacklist-failing-tests.patch
debian/rules
+3
-0
3 additions, 0 deletions
debian/rules
with
9 additions
and
20 deletions
debian/patches/blacklist-failing-tests.patch
+
6
−
20
View file @
136f50b5
From: Sophie Brun <sophie@freexian.com>
Date: Fri, 22 Nov 2019 13:24:54 +0100
Subject: Blacklist
other
failing tests
Subject: Blacklist failing tests
Forwarded:
https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-1145?filter=allopenissues
https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-1146?filter=allopenissues
---
build_history/blacklist.txt |
12
++++++
++++++
1 file changed,
12
insertions(+)
build_history/blacklist.txt |
6
++++++
1 file changed,
6
insertions(+)
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
index adcf520..
496fd19
100644
index adcf520..
710d506
100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
@@ -6,6 +6,9 @@
darwin py3
[pysidetest::utils_test]
win32
+# crash on arm64 Debian build, https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-1145
+[pysidetest::new_inherited_functions_test]
+ linux
[signals::signal_signature_test]
linux
darwin
@@ -25,6 +28,9 @@
@@ -25,6 +25,9 @@
linux
darwin
win32
...
...
@@ -33,13 +22,10 @@ index adcf520..496fd19 100644
[QtGui::qmatrix_test]
win32
[QtWidgets::bug_576]
@@ -88,6 +9
4,12
@@
@@ -88,6 +9
1,9
@@
win32
linux
darwin
+# crash on arm64 Debian build, https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-1145
+[QtWebEngine::web_engine_initialize]
+ linux
+# crash on s390x Debian build, https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-1146
+[QtQml::qquickitem_grabToImage]
+ linux
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
0
View file @
136f50b5
...
...
@@ -23,6 +23,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Add CPPFLAGS to CXXFLAGS as CMake ignores CPPFLAGS by default
CXXFLAGS+=$(CPPFLAGS)
# Work around buildd bug (https://bugs.debian.org/842565)
undefine XDG_RUNTIME_DIR
%:
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment