-
Notifications
You must be signed in to change notification settings - Fork 5k
[manual] Merge release/8.0-staging into release/8.0 #112381
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/8.0-staging into release/8.0 #112381
Conversation
…websites.net (dotnet#111401) * Disable more tests dependent on http://corefx-net-http11.azurewebsites.net (dotnet#111354) * Disable more tests dependent on http://corefx-net-http11.azurewebsites.net * Disable winhttphandlertests * Disable tests using http://corefx-net-http11.azurewebsites.net (dotnet#111235) Disabling until HTTPS redirection can be turned off at the server. * Fix build * another attempt to fix build * Fix build
…ease/8.0-staging [automated] Merge branch 'release/8.0' => 'release/8.0-staging'
…NO-MERGE` label is applied (dotnet#111962) * Add workflow to prevent merging a PR when the `NO-MERGE` label is applied. * Invert condition * Fix backtick bug in check-service-labels echo. --------- Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
* Add missing .alt_entry to CoreCLR *_FakeProlog methods * Use .alt_entry on Apple platforms * Remove explicit __compact_unwind entries from x64 assembler
…ference-packages (dotnet#111605) * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20250117.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.25060.2 -> To Version 8.0.0-alpha.1.25067.1 * Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20250131.5 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.25060.2 -> To Version 8.0.0-alpha.1.25081.5 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…50114.4 (dotnet#111411) Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit From Version 8.0.0-prerelease.24510.2 -> To Version 8.0.0-prerelease.25064.4 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…110.1 (dotnet#111412) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.24516.1 -> To Version 8.0.0-beta.25060.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…otnet#111445) * Update dependencies from https://github.com/dotnet/runtime-assets build 20250114.1 Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData From Version 8.0.0-beta.24517.1 -> To Version 8.0.0-beta.25064.1 * Update dependencies from https://github.com/dotnet/runtime-assets build 20250121.1 Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData From Version 8.0.0-beta.24517.1 -> To Version 8.0.0-beta.25071.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Larry Ewing <lewing@microsoft.com>
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com> (cherry picked from commit 390973d) Co-authored-by: Jeremy Koritzinsky <jekoritz@microsoft.com>
…nals build 20250204.1 (dotnet#112176) Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.25060.2 -> To Version 8.0.0-alpha.1.25104.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…dotnet#111434) * Update dependencies from https://github.com/dotnet/hotreload-utils build 20250114.1 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 8.0.0-alpha.0.25063.2 -> To Version 8.0.0-alpha.0.25064.1 * Update dependencies from https://github.com/dotnet/hotreload-utils build 20250127.2 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 8.0.0-alpha.0.25063.2 -> To Version 8.0.0-alpha.0.25077.2 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
…ease/8.0-staging [automated] Merge branch 'release/8.0' => 'release/8.0-staging'
* Add tests to verify issue and fix. * Check for type-assignability instead of equivallence. Also fix Choice logic. * Add tests to verify issue and fix. * Ensure collections are initialized to empty - even if they should be null according to the xml. * Disable test scenarios that find failures that aren't fixed until .Net 10. * Is package authoring needed for this project?
@dotnet/runtime-infrastructure @dotnet/area-infrastructure-libraries there are two build failures currently blocking me from flowing to internal:
|
The first failure is on runtime-community linux-s390x build, it looks like it got broken by the azurelinux-3.0 image bump. You can ignore it for now. |
/ba-g Unexpectedly, BuildAnalysis captured a runtime-extra-platforms failure for tvos-arm64-mono #112436 and also a runtime-community failure for s390x #112435 , which is something I had not seen before. Maybe they were captured for being build failures, not test failures. @lewing @steveisok @akoeplinger @dotnet/dotnet-runtime-triage would you block the 8.0 release based on these two build failures? (I think we never block on runtime-community issues, but I'd prefer to get a confirmation). |
I'll merge this PR to start the 8.0 builds. If we need to introduce a fix for any of these two failures, we will need the PRs submitted directly to the |
MERGE COMMIT
This PR might hit merge conflicts if #111410 gets merged before this.