-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Try fixing runtime-extra-platforms runs #82022
Conversation
Tagging subscribers to this area: @dotnet/area-extensions-logging Issue DetailsRuntime-extra-platforms are broken on Mac/Linux right now (see failures in #81747). Looks like this was broken by #80382 that did run runtime-extra-platforms, but then made a change to this project file in 97dfa12 without rerunning the leg. I'm assuming this works on Windows. cc @dotnet/ilc-contrib
|
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsRuntime-extra-platforms are broken on Mac/Linux right now (see failures in #81747). Looks like this was broken by #80382 that did run runtime-extra-platforms, but then made a change to this project file in 97dfa12 without rerunning the leg. I'm assuming this works on Windows. cc @dotnet/ilc-contrib
|
cc @stephentoub - some Concurrent tests are still failing after #81957: https://helix.dot.net/api/2019-06-17/jobs/c087cc54-b07b-4112-bd05-e525345a1f11/workitems/System.Collections.Concurrent.Tests/console |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@LakshanF looks like besides the Linux build break, there are also runtime failures on Windows in the Microsoft.Extensions.Logging.EventSource.Tests and System.Runtime.Caching.Tests. I pulled down the dumps from this CI run (https://dev.azure.com/dnceng-public/public/_build/results?buildId=170238&view=ms.vss-test-web.build-test-results-tab&runId=3419779&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab&resultId=168001) In both cases, we're running into a debugbreak (in disabledevenpipeinternal.cpp):
|
@LakshanF could you please track fixing this with some issue? Thanks! |
Runtime-extra-platforms are broken on Mac/Linux right now (see failures in #81747).
Looks like this was broken by #80382 that did run runtime-extra-platforms, but then made a change to this project file in 97dfa12 without rerunning the leg. I'm assuming this works on Windows.
cc @dotnet/ilc-contrib