-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When excluding tests, only exclude exact matches. Fix some qt 6 tests. #59116
Conversation
Otherwise eg an entry in the blocklist for PyQgsAnnotation will prevent the PyQgsAnnotationRectTextItem test from running
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
Tests failed for Qt 6One or more tests failed using the build from commit a127048 layout_exportlayout_exportTest failed at test_layout_export at tests/src/python/test_selective_masking.py:883 Rendered image did not match tests/testdata/control_images/selective_masking/layout_export/layout_export.png (found 43 pixels different) layout_export_text_masking_w_transparencylayout_export_text_masking_w_transparencyTest failed at test_layout_export_text_masking_w_transparency at tests/src/python/test_selective_masking.py:1073 Rendered image did not match tests/testdata/control_images/selective_masking/layout_export_text_masking_w_transparency/layout_export_text_masking_w_transparency.png (found 264 pixels different) layout_export_w_effectslayout_export_w_effectsTest failed at test_layout_export_w_effects at tests/src/python/test_selective_masking.py:920 Rendered image did not match tests/testdata/control_images/selective_masking/layout_export_w_effects/layout_export_w_effects.png (found 320 pixels different) multiple_label_masks_different_sets_sequential_nocachemultiple_label_masks_different_sets_sequential_nocacheTest failed at test_multiple_label_masks_different_sets at tests/src/python/test_selective_masking.py:422
multiple_label_masks_same_set_sequential_nocachemultiple_label_masks_same_set_sequential_nocacheTest failed at test_multiple_label_masks_same_set at tests/src/python/test_selective_masking.py:461
The full test report (included comparison of rendered vs expected images) can be found here. Further documentation on the QGIS test infrastructure can be found in the Developer's Guide. |
a127048
to
6c4e215
Compare
Otherwise eg an entry in the blocklist for PyQgsAnnotation will prevent the PyQgsAnnotationRectTextItem test from running