aboutsummaryrefslogtreecommitdiffstats
path: root/build_history
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2022-03-09 08:19:57 +0100
committerChristian Tismer <tismer@stackless.com>2022-03-09 09:38:03 +0100
commit5ace7efe56aac73b42cc040e4036f2ba72ecb2c9 (patch)
treed0657306fa785892bfeb41919af4bd75bee2e577 /build_history
parent5e33c3fd708d74c4991746bb88950ec0b0b05832 (diff)
PyPySide: Blacklist all remaining bugs in order to publish
PyPy is very far and usable in almost all examples. Still, about 25 bugs are remaining which are hiding deep inside and can only over time and with some luck be found. Blacklist those remaining errors in order to publish PyPy's 96% status. Currently 27 of 657 tests fail. (24 in the core tests) [ChangeLog][PySide6] PyPy is by 96% ready. We publish it in the current state, hoping to solve the rest over time. Task-number: PYSIDE-535 Change-Id: I718747c09709b5e040b7b95e86a8ac95dfd89cf4 Reviewed-by: Simo Fält <simo.falt@qt.io>
Diffstat (limited to 'build_history')
-rw-r--r--build_history/blacklist.txt63
1 files changed, 58 insertions, 5 deletions
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
index 3294181dc..5115c3874 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
@@ -32,7 +32,7 @@
[registry::existence_test]
darwin
[QtQml::qqmlnetwork_test]
- linux ci
+ linux ci # extended, see PyPy section
[QtWidgets::bug_750]
darwin ci
[QtWidgets::qpicture_test]
@@ -42,8 +42,61 @@
debug
[signals::bug_79]
debug
-# PYSIDE-535: This one error is left as a place holder for 7 errors.
-# It will be fixed in PyPy, but we should not forget about it.
-# Fixing: Search for "def AssertRaises".
-[sample::implicitconv_numerical]
+
+# PYSIDE-535: These errors are still present. Please try to remove one :)
+[sample::mixed_mi]
pypy
+[sample::ownership_invalidate_child]
+ pypy
+[sample::renaming]
+ pypy
+[sample::sample]
+ pypy
+[sample::str]
+ pypy
+[sample::typedealloc]
+ pypy
+[smart::smart_pointer]
+ pypy
+[pysidetest::constructor_properties_test]
+ pypy
+[pysidetest::homonymoussignalandmethod_test]
+ pypy
+[pysidetest::mixin_signal_slots_test]
+ pypy
+[signals::qobject_destroyed_test]
+ pypy
+[signals::qobject_receivers_test]
+ pypy
+[signals::qobject_sender_test]
+ pypy
+[QtCore::classinfo_test]
+ pypy
+[QtCore::destroysignal_test]
+ pypy
+[QtCore::qbytearray_test]
+ pypy
+[QtCore::qeasingcurve_test]
+ pypy
+[QtCore::qobject_inherits_test]
+ pypy
+[QtCore::qproperty_decorator]
+ pypy
+[QtWidgets::action_clear]
+ pypy
+[QtWidgets::bug_836]
+ pypy
+[QtWidgets::bug_860]
+ pypy
+[QtWidgets::qlayout_test]
+ pypy
+[QtWidgets::signature_test]
+ pypy
+[QtQml::bug_825]
+ pypy
+[QtQml::qqmlnetwork_test]
+ pypy
+ linux ci # from above
+[QtQml::javascript_exceptions]
+ pypy
+# 2022-03-04 PyPy: Currently 27 of 657 tests fail