summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skipblacklisted.junitxml
Commit message (Collapse)AuthorAgeFilesLines
* qtestlib: Add option to skip blacklisted testsKalle Viironen2023-11-221-0/+18
Add a command-line option "-skipblacklisted" to testlib to skip blacklisted test cases. Currently, blacklisted test cases are run, but results are ignored. For test code coverage measurements, it's important to see the code coverage of the actually tested code in comparison to the code that was run but not actually tested. The default approach remains unchanged, meaning that blacklisted tests are run with the results ignored. Fixes: QTBUG-112793 Change-Id: I6fe0a6353cb1c021e0232c79bb4f404632fb0bce Reviewed-by: Jason McDonald <macadder1@gmail.com>