Skip to content
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

Test updated release/1.10-ci with prefast fixes #5281

Conversation

dilijev
Copy link
Contributor

@dilijev dilijev commented Jun 7, 2018

See #5280 for CI update and fixes in #5272 by @Penguinwizzard

Penguinwizzard and others added 23 commits June 5, 2018 13:53
We had signed/unsigned mixups between the format string and the args.
Note that this includes functional changes to one implementation,
as it could in some cases only set the getter or setter and leave
the other uninitialized.

There's also a couple other function annotation alignment fixes in
this commit.
Unfortunately there's a good number of holes, which seem to be due
to how the PREfast analysis of the locking works. Someone familiar
with the mechanics may be able to do this with fewer suppressions.
A pre-defined function is added to the chakra etw header that does
not initialize a buffer before passing it around. It looks ok, but
the warning is in a file that we have limited control over. Here I
disabled the warning for the whole included file, which seems like
the closest we can scope it.
Due to template expansion this check can be redundant, so prefast
warns on it.
Due to tightly scoped includes this file wasn't getting the warning
disables that are used in the rest of the code base to handle a few
situations that we accept (e.g. constant boolean logic, likely done
due to flag handling).
PREfast checks for this now and decides that the pointer may be null,
so the additional if statement protects against that.
PREfast complains if you add bools together; inserting the ternary
expressions around them resolves this.
Unfortunately, this needs the suppression despire the assert. Here
we copy things into a buffer, and PREfast thinks that we may write
beyond the buffer bounds, despite the analysis asserts.
… Dev14

* Update Windows build matrix to use modern configuration Server 2016 + Dev15 and Legacy configuration Server 2012 R2 + Dev14

* Update script logic for forcing detection of a specific msbuild version.
@dilijev
Copy link
Contributor Author

dilijev commented Jun 7, 2018

@dotnet-bot test ci please

@dilijev
Copy link
Contributor Author

dilijev commented Jun 8, 2018

@dotnet-bot test this please

@dilijev
Copy link
Contributor Author

dilijev commented Jun 8, 2018

@dotnet-bot
test legacy
test dailies

@dilijev dilijev changed the base branch from master-ci to release/1.10-ci June 13, 2018 19:40
@dilijev dilijev changed the title Test updated master-ci with prefast fixes Test updated release/1.10-ci with prefast fixes Jun 13, 2018
@dilijev
Copy link
Contributor Author

dilijev commented Jun 13, 2018

@Penguinwizzard when you update your prefast fix PR I'll update this PR to test them against the new CI.

@dilijev dilijev self-assigned this Jun 13, 2018
@dilijev dilijev closed this Jun 13, 2018
@dilijev dilijev deleted the ci-master-updated-legacy-test branch June 13, 2018 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants