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

[manual] Merge 'release/7.0-staging' into 'release/7.0' #87452

Merged
merged 18 commits into from
Jun 13, 2023

Conversation

carlossanlop
Copy link
Member

Use merge commit.

carlossanlop and others added 17 commits May 16, 2023 16:50
…o-release/7.0-staging

[automated] Merge branch 'release/7.0' => 'release/7.0-staging'
* Ensure that the shuffle zero mask copies all bits

* Ensure we don't try to validate Vector512 on .NET 7 as it is a .NET 8 API

* Don't remove too many braces from the test

* Don't use the xunit based test approach that was introduced in the .NET 8 branch
* Backporting #86789.

* In net8 these are running only on Chrome.
…tSpanDataFrom (#87021)

* [mono] Use underlying type in RuntimeHelpers.GetSpanDataFrom

   Make it work correctly for spans of enums

   Fixes #86865

   Note that in net8 RuntimeHelpers.CreateSpan<T> is an intrinsic, so GetSpanDataFrom is never called directly.

   But in net7 CreateSpan is not intrinsified on Mono, so the underlying method really does get called.

* test: Print all hidden field names if we can't find the right one

Co-authored-by: Aleksey Kliger <[email protected]>
…07.4 (#87232)

Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100
 From Version 7.0.7 -> To Version 7.0.8

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
… in full-aot mode. (#86934)

* [mono][aot] Generate 'native-indirect' wrappers in full-aot mode.

Fixes #80853.

* Add support for native_func_indirect wrapper type in append_mangled_wrapper and append_mangled_wrapper_subtype functions

---------

Co-authored-by: Zoltan Varga <[email protected]>
Co-authored-by: Milos Kotlar <[email protected]>
…o-release/7.0-staging

[automated] Merge branch 'release/7.0' => 'release/7.0-staging'
* Pin urllib to version 1.26.15 based on github comments to fix ssl requests error. (#85881)

* Previous changes fixed some runs, but some are still broken due to reinstall installing a broken urllib version. (#85935)

* Revert "Previous changes fixed some runs, but some are still broken due to reinstall installing a broken urllib version. (#85935)" (#86000)

This reverts commit 4ea93a6 due to the commit seemingly causes major failure in the pipelines.

* Revert "performance-setup.sh requires urllib3 version <2 (#85915)" (#86009)

This reverts commit b132963.

* [PERF] Reorder urllib and remove --force-reinstall but keep pinned version  (#86128)

* Move scenario urllib imports to the last install position.

* Remove force-reinstall from all pip installs in the scenarios-job.yml files.
* Reset Microsoft.Extensions.Hosting.WindowsServices

* Reset Microsoft.Windows.Compatibility

* Reset System.ServiceProcess.ServiceController

* Reset Microsoft.NETCore.Platforms

* Reset Microsoft.Extensions.Logging.Abstractions (from last month)

* Reset System.DirectoryServices.Protocols (from last month)

* Reset System.Management (from last month)

* Reset System.Reflection.Metadata (from last month)

* Reset System.Text.Json (from last month)
@carlossanlop carlossanlop added the Servicing-approved Approved for servicing release label Jun 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-codeflow for labeling automated codeflow Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants