aboutsummaryrefslogtreecommitdiffstats
path: root/build_history
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-01-28 11:31:37 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-01-30 10:40:34 +0100
commitd1868d70f0f5ae38efd532911c5a7e28ebd02752 (patch)
treeaa3ed95f44f4e24181989b596af8790de081202a /build_history
parent6294578f2c6374ec92cde94821f7949b5f8c477b (diff)
Prospective fix for flaky smart_pointer_test.py
The test has been observed to fail apparently since the result was not collected. Traceback (most recent call last) File "sources/shiboken2/tests/smartbinding/smart_pointer_test.py", line 82, in testObjSmartPointer self.assertEqual(integerCount(), 1) AssertionError 2 != 1 File "sources/shiboken2/tests/smartbinding/smart_pointer_test.py", line 154, in testSmartPointersWithNamespace self.assertEqual(integerCount(), 2) AssertionError 3 != 2 Enforce a garbage collection to ensure the object is deleted. Task-number: PYSIDE-454 Change-Id: I85baa059319a5286f94a5607c4de32bfc50ae0e0 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'build_history')
-rw-r--r--build_history/blacklist.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
index adcf5206d..33c1ba016 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
@@ -68,9 +68,7 @@
[QtQml::qquickitem_grabToImage]
darwin
[smart::smart_pointer]
- win32
- linux
- darwin
+ py2
# PYSIDE-474
[QtWebEngineWidgets::pyside-474-qtwebengineview]
py2