aboutsummaryrefslogtreecommitdiffstats
path: root/build_history
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2022-03-09 19:00:02 +0100
committerChristian Tismer <tismer@stackless.com>2022-03-13 12:00:28 +0000
commitf376c39c904b1d619f8b340443baaa4546bdeca1 (patch)
tree9429e631d89c6b95bdddc16f97a4c33bedf5e2ff /build_history
parentf1d5a54e825d068d9b199e67ac92a62602c4f507 (diff)
testing: Allow for repetition of blacklist sections
The testing framework was written with the rule that sections may not repeated - only the last entry would persist. When adding a whole row of PyPy entries, it turned out to be a drawback. It is nicer if sections can be repeated without interaction. [ChangeLog][shiboken6] In blacklist.txt now sections can be repeated. They will be combined as one section. Task-number: PYSIDE-535 Change-Id: I5e2ac435c7508b542306b470eca50411ee01606b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'build_history')
-rw-r--r--build_history/blacklist.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
index 22bfbd329..8ef99295a 100644
--- a/build_history/blacklist.txt
+++ b/build_history/blacklist.txt
@@ -32,7 +32,7 @@
[registry::existence_test]
darwin
[QtQml::qqmlnetwork_test]
- linux ci # extended, see PyPy section
+ linux ci # extended, see PyPy section below
[QtWidgets::bug_750]
darwin ci
[QtWidgets::qpicture_test]
@@ -75,8 +75,9 @@
[QtQml::bug_825]
pypy
[QtQml::qqmlnetwork_test]
- pypy
- linux ci # from above
+ pypy # This is added to the same entry above
[QtQml::javascript_exceptions]
pypy
-# 2022-03-04 PyPy: Currently 27 of 657 tests fail
+[QtQml::qqmlincubator_incubateWhile]
+ pypy # gives timeout on macOS if I run video converter while testing
+# 2022-03-04 PyPy: Currently 28 of 657 tests fail