-
Notifications
You must be signed in to change notification settings - Fork 516
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
[net9.0] Update dependencies from dotnet/sdk #20949
[net9.0] Update dependencies from dotnet/sdk #20949
Conversation
VS.Tools.Net.Core.SDK.Resolver From Version 9.0.100-rc.1.24377.4 -> To Version 9.0.100-rc.1.24377.5 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.AspNetCore.App.Ref,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport,Microsoft.NETCore.App.Ref,Microsoft.DotNet.Cecil From Version 9.0.0-preview.7.24366.18 -> To Version 9.0.0-rc.1.24376.16 (parent: VS.Tools.Net.Core.SDK.Resolver
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
VS.Tools.Net.Core.SDK.Resolver From Version 9.0.100-rc.1.24377.4 -> To Version 9.0.100-rc.1.24378.3 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.AspNetCore.App.Ref,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport,Microsoft.NETCore.App.Ref,Microsoft.DotNet.Cecil From Version 9.0.0-preview.7.24366.18 -> To Version 9.0.0-rc.1.24377.4 (parent: VS.Tools.Net.Core.SDK.Resolver
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
This comment has been minimized.
This comment has been minimized.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
VS.Tools.Net.Core.SDK.Resolver From Version 9.0.100-rc.1.24377.4 -> To Version 9.0.100-rc.1.24380.1 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.AspNetCore.App.Ref,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport,Microsoft.NETCore.App.Ref,Microsoft.DotNet.Cecil From Version 9.0.0-preview.7.24366.18 -> To Version 9.0.0-rc.1.24378.5 (parent: VS.Tools.Net.Core.SDK.Resolver
This comment has been minimized.
This comment has been minimized.
VS.Tools.Net.Core.SDK.Resolver From Version 9.0.100-rc.1.24377.4 -> To Version 9.0.100-rc.1.24380.5 Dependency coherency updates Microsoft.NET.ILLink.Tasks,Microsoft.AspNetCore.App.Ref,Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport,Microsoft.NETCore.App.Ref,Microsoft.DotNet.Cecil From Version 9.0.0-preview.7.24366.18 -> To Version 9.0.0-rc.1.24378.5 (parent: VS.Tools.Net.Core.SDK.Resolver
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
📚 [CI Build] Artifacts 📚Packages generatedView packagesPipeline on Agent |
💻 [CI Build] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
💻 [CI Build] Windows Integration Tests passed 💻✅ All Windows Integration Tests passed. Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
🔥 [CI Build] Test results 🔥Test results❌ Tests failed on VSTS: test results 0 tests crashed, 1 tests failed, 169 tests passed. Failures❌ monotouch tests (tvOS) [attempt 2]
Html Report (VSDrops) Download Successes✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
…a-1aa6-4cd1-8dcf-fcf5ed5b2989
Regarding:
The tests are not being executed as the monotouchtest app hangs on several networking tests and gets cancelled not producing any results. The following tests are problematic:
If they are marked to be skipped on NativeAOT tvOS, the |
Additional finding: It seems that when I root: <linker>
<assembly fullname="System.Net.Http">
<type fullname="System.Net.Http.SocketsHttpHandler" />
</assembly>
</linker> Some of the problems go away. |
I can reproduce this locally too. Attaching lldb yields this stack trace:
Disassembly shows it's stuck on a jmp instruction that jumps to itself:
|
…OT (#21285) This PR reenables failing tests on tvOS/x64 with NativeAOT as the dotnet/runtime fix became available in: dotnet/runtime@cd064dd and got merged in to the xamarin net9.0 branch. The tests were previously disabled in: #20949 --- Fixes: #20972
This pull request updates the following dependencies
Coherency Updates
The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format
From https://github.com/dotnet/sdk