aboutsummaryrefslogtreecommitdiffstats
path: root/build_history/blacklist.txt
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2022-03-13 19:22:02 +0100
committerChristian Tismer <tismer@stackless.com>2022-03-15 16:12:58 +0100
commitb702a05c2f2a48be5ef77cdc8e8f4cc4cdb2e9c1 (patch)
tree81fecf74611015fa7bab113b9368d6457885bb8f /build_history/blacklist.txt
parent38fe8062b6f03dae438dc4e42537c131a98eceb0 (diff)
PyPySide: handle signature with the new "builtin method" type
PyPy never had a distinction between normal methods and builtin methods like Python has by PyCFunction. Not immediately on our demand, but because the NumPy extension grew a problem out of exactly the same fact, a new "builtin method" was created. Using this new type, three errors concerning signatures could be resolved: sample::renaming QtWidgets::signature_test QtQml::qqmlnetwork_test [ChangeLog][PySide6] The new PyPy "builtin method" is now adopted and handled correctly in the signature module. Task-number: PYSIDE-1843 Task-number: PYSIDE-535 Change-Id: I462fe67fe63453fc214e332645dba60a1d399f5c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'build_history/blacklist.txt')
-rw-r--r--build_history/blacklist.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
index b5c3b1c61..a40e20aff 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
@@ -48,8 +48,6 @@
# PYSIDE-535: These errors are still present. Please try to remove one :)
[sample::mixed_mi]
pypy
-[sample::renaming]
- pypy
[sample::sample]
pypy
[sample::str]
@@ -72,12 +70,8 @@
pypy
[QtWidgets::bug_860]
pypy
-[QtWidgets::signature_test]
- pypy
[QtQml::bug_825]
pypy
-[QtQml::qqmlnetwork_test]
- pypy # This is added to the same entry above
[QtQml::javascript_exceptions]
pypy
[QtQml::qqmlincubator_incubateWhile]