Skip to content

Removed failing System.Drawing tests from net8.0+ runs. - #2936

Merged
LoopedBard3 merged 3 commits into
dotnet:mainfrom
LoopedBard3:DeleteRemovedSystemDrawingMicroBenchmarks
Mar 21, 2023
Merged

Removed failing System.Drawing tests from net8.0+ runs.#2936
LoopedBard3 merged 3 commits into
dotnet:mainfrom
LoopedBard3:DeleteRemovedSystemDrawingMicroBenchmarks

Conversation

@LoopedBard3

Copy link
Copy Markdown
Member

Fixes: #2931.

System.Drawing tests recently started failing because the runtime library code was moved out of the runtime: dotnet/runtime#83356. This PR removes the tests that broke from this change from net8.0+ runs.

Here is a net8.0 test run showing it fixed the windows runs: https://dev.azure.com/dnceng/internal/_build/results?buildId=2139959&view=results

@LoopedBard3LoopedBard3 added the pipeline blocker issue blocks perf pipeline stays green. This be considered high priority. label Mar 21, 2023
@LoopedBard3LoopedBard3 self-assigned this Mar 21, 2023
@LoopedBard3

Copy link
Copy Markdown
MemberAuthor

Failing run is failing on main and due to unrelated changes, merging.

@LoopedBard3
LoopedBard3 merged commit f1bd15c into dotnet:mainMar 21, 2023
@LoopedBard3
LoopedBard3 deleted the DeleteRemovedSystemDrawingMicroBenchmarks branch March 21, 2023 20:30
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pipeline blockerissue blocks perf pipeline stays green. This be considered high priority.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows Micro Runs failing

2 participants

@LoopedBard3@cincuranet