-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Merge dev15.7.x to master #25503
Merge dev15.7.x to master #25503
Conversation
Implement stackalloc initializers
[stackalloc-init] Use initblk whenever possible regardless of type size
[stackalloc-init] Symbol API tests
…tackalloc-init-merge
Merge 'features/compiler' into stackalloc-init
Merging Dev15.7.x into features/stackalloc-init
Merge from dev15.7.x into features/stackalloc-inits
Merging features/stackalloc-init into dev15.7.x
There is no props file in this package to Import. Having the Import here is breaking our ability to publish in official builds.
Remove props file reference
Test failures in windows_coreclr_release_prtest: Rerunning to see if these are flaky |
@dotnet-bot retest windows_coreclr_release_prtest please |
@dotnet-bot retest windows_coreclr_debug_prtest please |
These test failures looks genuine as they are failing in every build. They got added recently: https://github.com/dotnet/roslyn/blob/dev15.7.x/src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenStackAllocInitializerTests.cs |
Note: to get better formatted output, head to the test failure, and copy the output into a program that will allow you to search for
|
These failures are expected. IL is better in I'll try making the change |
@dotnet-bot test windows_release_vs-integration_prtest please |
@dotnet-bot test windows_debug_vs-integration_prtest please |
@dotnet-bot test windows_debug_unit64_prtest please |
This is an automatically generated pull request from dev15.7.x into master.
git fetch --all git checkout merges/dev15.7.x-to-master git reset --hard upstream/master git merge upstream/dev15.7.x # Fix merge conflicts git commit git push merges/dev15.7.x-to-master --force
Once all conflicts are resolved and all the tests pass, you are free to merge the pull request.