Test failure: System.Drawing tests fail on ARM64/32
See original GitHub issueOpened on behalf of @AriNuer
The test System.Drawing.Drawing2D.Tests.GraphicsPathTests/AddArc_Rectangle_Success has failed.
Failure Message:
Assert.Equal() Failure\r
Expected: {X=2.999624,Y=2.0137072,Width=0,Height=0.013704777}\r
Actual: {X=2.9996243,Y=2.0137074,Width=0,Height=0.013704777}
Stack Trace:
at System.Drawing.Drawing2D.Tests.GraphicsPathTests.AssertArc(GraphicsPath path) in F:\vsagent\5\s\src\System.Drawing.Common\tests\Drawing2D\GraphicsPathTests.cs:line 2434
at System.Drawing.Drawing2D.Tests.GraphicsPathTests.AddArc_Rectangle_Success() in F:\vsagent\5\s\src\System.Drawing.Common\tests\Drawing2D\GraphicsPathTests.cs:line 402
Build : 3.0 - 20190303.8 (Core Tests) Failing configurations:
- Windows.10.Arm64-arm64
- Release
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Test failure: System.Drawing tests fail on ARM64/32 #8817
The test System.Drawing.Drawing2D.Tests.GraphicsPathTests/AddArc_Rectangle_Success has failed. Failure Message: Assert.Equal() Failure\r Expected: { ...
Read more >System.Drawing mono failure debugging
As per this answer regarding failed mono-test-install results, I put the following in test.cs : using System; using System.Drawing; class X ...
Read more >How do I install System.Drawing.Common in a project that ...
I am trying to write some unit tests in C# in a '.NETFramework,Version=v4.5.2' application but all tests give the next error: 'System.IO.
Read more >Troubleshooting Windows HLK Test Failures
Failed tests include error options that you can use to help troubleshoot test failures. For more information about the Results tab, see Manage ......
Read more >System.Drawing.Common only supported on Windows - .NET
Learn about the .NET 6 breaking change where the System.Drawing.Common package is no longer supported on non-Windows operating systems.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@wfurt disabled it yesterday in the meantime. Once I have some bandwidth, I can do the work to allow the variance in the results so that we can have them running on all archs and oss.
Let’s disable them for arm64/32 to get rolling builds green and then this issue can be addressed individually to re-enable the tests.