aboutsummaryrefslogtreecommitdiffstats
path: root/build_history
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-12-08 08:56:22 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-12-19 10:14:11 +0000
commit54457efbf96bf644f44a9ac1b55dc98847dad73e (patch)
treec2aba804609bfea73d64df43eaa2e63b4d8db61e /build_history
parent5fc4489826e6be3fdde1c71185302b354d3ec162 (diff)
Fix QtCore test bug829 to run on Windows
The test used Python functionality to create a temporary file which caused an access error on Windows, apparently due to the file still being open. Besides, the temporary file was leaked. Rewrite using QTemporaryFile and make sure the file is closed and the QTemporaryFile is deleted before using it and delete it in __del__(). Task-number: PYSIDE-431 Change-Id: I5d63e76ead7169d9f3f2267ee53aa91b601a3968 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'build_history')
-rw-r--r--build_history/blacklist.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
index 97e2a0462..9c9dabf73 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
@@ -10,8 +10,6 @@
linux
darwin
win32
-[QtCore::bug_829]
- win32
[QtCore::qfile_test]
win32
darwin py3