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

Only warnAsError in correctness #44261

Merged
merged 2 commits into from
Jun 16, 2020

Conversation

RikkiGibson
Copy link
Contributor

@RikkiGibson RikkiGibson commented May 14, 2020

Fixes #39278

This makes it so when we have build warnings (such as nullable warnings) we can still get test results. We just fail the correctness run. See #44141 for an example run.

@sharwell
Copy link
Member

💭 I worry a bit about this because the correctness leg doesn't build all configurations.

@RikkiGibson
Copy link
Contributor Author

Perhaps there is some configuration that would let us go through all the steps of the build while ultimately failing the leg/giving a distinct "something's probably wrong" status if warnings were produced in the build.

@RikkiGibson RikkiGibson merged commit c7f09a2 into dotnet:master Jun 16, 2020
@ghost ghost added this to the Next milestone Jun 16, 2020
@RikkiGibson RikkiGibson deleted the warnaserror-correctness branch June 16, 2020 21:01
@dibarbet dibarbet modified the milestones: Next, 16.7.P4 Jun 30, 2020
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.

Disable /warnAsError in non-Correctness runs
4 participants