From 5fc4489826e6be3fdde1c71185302b354d3ec162 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 5 Dec 2017 18:19:19 +0100 Subject: Blacklist flaky QtCore::qthread_prod_cons_test test Change-Id: I4813d79f6f4acb4dc47ec7dbfdee111de76a2fde Reviewed-by: Christian Tismer Reviewed-by: Friedemann Kleint --- build_history/blacklist.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build_history') diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt index e8e0798f0..97e2a0462 100644 --- a/build_history/blacklist.txt +++ b/build_history/blacklist.txt @@ -76,6 +76,10 @@ win32 linux darwin +[QtCore::qthread_prod_cons_test] + win32 + linux + darwin # Disable signature existence test for now on dev [registry::existence_test] qt5.11 -- cgit v1.2.3 From 54457efbf96bf644f44a9ac1b55dc98847dad73e Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 8 Dec 2017 08:56:22 +0100 Subject: 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 --- build_history/blacklist.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'build_history') 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 -- cgit v1.2.3