Fix stackalloc test broken in merge#25854
Merged
jcouv merged 1 commit intodotnet:masterfrom Mar 31, 2018
Merged
Conversation
Member
Author
|
FYI @dotnet/roslyn-infrastructure |
Member
|
We really should bring the It is confusing that master is ahead of 15.7.x in terms of this fix. It is not the first time we see bad merges because of this. The only difference is the older cases were caught in CI and re-resolved and this one somehow went through. |
jaredpar
approved these changes
Mar 31, 2018
Member
Author
|
test windows_debug_unit64_prtest please |
Member
Author
|
test windows_debug_unit64_prtest please |
Member
Author
|
windows_debug_unit64_prtest failed on editor tests without information (details) FYI @dotnet/roslyn-infrastructure I'll re-run. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The behavior of stackalloc was modified in the master branch, and a test were added to the dev15.7.x branch (for stackalloc initializer feature). When the dev15.7.x test was merged to master, its expectations did not reflect the new logic from master branch.
Thanks @alrz for raising the issue.
Tagging @VSadov @dotnet/roslyn-compiler for review.