Skip to content
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

Test failure: System.Drawing.Drawing2D.Tests.LinearGradientBrushTests.Ctor_PointF_PointF_Color_Color #8819

Open
dmklementiev-zz opened this issue Oct 8, 2018 · 1 comment
Labels
Milestone

Comments

@dmklementiev-zz
Copy link

Note that the failure occurs on Arm64 only!

The test: https://github.com/dmklementiev/corefx/blob/master/src/System.Drawing.Common/tests/Drawing2D/LinearGradientBrushTests.cs has failed with the following details:

Unhandled Exception of Type Xunit.Sdk.EqualException
Message :
Assert.Equal() Failure
Expected: {X=0,Y=0,Width=2,Height=2}
Actual: {X=0,Y=-1,Width=2,Height=2}

Stack Trace :
at System.Drawing.Drawing2D.Tests.LinearGradientBrushTests.Ctor_PointF_PointF_Color_Color(Point point1, Point point2, Color color1, Color color2, RectangleF expectedRectangle) in /mnt/j/workspace/dotnet_corefx/master/linux-TGroup_netcoreapp+CGroup_Release+AGroup_arm64+TestOuter_false_prtest/src/System.Drawing.Common/tests/Drawing2D/LinearGradientBrushTests.cs:line 39

Exactly the same problem with another test:

Stack Trace :
at System.Drawing.Drawing2D.Tests.LinearGradientBrushTests.Ctor_Point_Point_Color_Color(Point point1, Point point2, Color color1, Color color2, RectangleF expectedRectangle) in /mnt/j/workspace/dotnet_corefx/master/linux-TGroup_netcoreapp+CGroup_Release+AGroup_arm64+TestOuter_false_prtest/src/System.Drawing.Common/tests/Drawing2D/LinearGradientBrushTests.cs:line 68

@weshaggard
Copy link
Member

test disabled with dotnet/corefx#32566

@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@maryamariyan maryamariyan added the untriaged The team needs to look at this issue in the next triage label Feb 23, 2020
@tannergooding tannergooding removed the untriaged The team needs to look at this issue in the next triage label Jul 8, 2020
@JeremyKuhne JeremyKuhne transferred this issue from dotnet/runtime Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants