-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimise some QSKIP macros in unit tests
Specially: 1. move QSKIP macros from test functions into their respective data functions, where appropriate (resulting is less output noise, ever-so-slightly faster test runs). 2. replace some QSKIP macros with QEXPECT_FAILURE macros instead. This not only provides slightly better semantics, but also allows slightly better test coverage for the affected corner cases. Squashed commit of the following: commit 5625c06 Author: Paul Colby <git@colby.id.au> Date: Fri Jan 10 09:01:57 2025 +1100 It's device UUID tracking that (unexpectedly) passes on macOS 13 commit 1613170 Author: Paul Colby <git@colby.id.au> Date: Fri Jan 10 08:57:46 2025 +1100 Only expect failure on macOS 14+ commit b20d4e6 Author: Paul Colby <git@colby.id.au> Date: Fri Jan 10 08:52:53 2025 +1100 Dont' expect a warning when expecting errors The error/s will trump (prevent) the warning. commit 493229d Author: Paul Colby <git@colby.id.au> Date: Fri Jan 10 08:48:28 2025 +1100 Fix compile-time errors for Qt <= 5.12 commit 4be8cd6 Author: Paul Colby <git@colby.id.au> Date: Fri Jan 10 08:34:23 2025 +1100 Replace QSKIPs with QEXPECT_FAIL Where appropriate. commit 8369b35 Author: Paul Colby <git@colby.id.au> Date: Fri Jan 10 08:33:23 2025 +1100 Move QSKIPs to data providers Where appropriate.
- Loading branch information
Showing
9 changed files
with
56 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters