-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #10566 - Urgau:check-cfg-improvements, r=ehuss
Improve support of condition compilation checking This PR is a series of improvements to the check-cfg implementation. ### What does this PR try to resolve? This PR resolve the concern expressed in #10486 (comment) that is: * Fixing the tests on Windows: e8aa51d * Merging all the -Z flags under -Zcheck-cfg: 969e282 * Moving of all of the check-cfg tests into a separate module: c18b442 * And removing of an unused parameter: 068bdf4 ### How should we test and review this PR? This PR should be reviewed commit by commit and tested with the automated tests or examples. ### Additional information I decided to use a custom macro to make the test functional under Windows, the macro generate a contains line with the correct escaping depending on the platform (windows or not windows).
- Loading branch information
Showing
10 changed files
with
530 additions
and
626 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
Oops, something went wrong.