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.Tests.GraphicsTests/FromHdc_ValidHdc_ReturnsExpected(hdc: 83953579) #28949

Closed
ghost opened this issue Mar 12, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 12, 2019

Opened on behalf of @wfurt

The test System.Drawing.Tests.GraphicsTests/FromHdc_ValidHdc_ReturnsExpected(hdc: 83953579) has failed.

Failure Message:

Assert.False() Failure\r
Expected: False\r
Actual:   True

Stack Trace:

   at System.Drawing.Tests.GraphicsTests.VerifyGraphics(Graphics graphics, RectangleF expectedVisibleClipBounds) in F:\vsagent\5\s\src\System.Drawing.Common\tests\GraphicsTests.cs:line 3190
   at System.Drawing.Tests.GraphicsTests.FromHdc_ValidHdc_ReturnsExpected(IntPtr hdc) in F:\vsagent\5\s\src\System.Drawing.Common\tests\GraphicsTests.cs:line 108

Build : 3.0 - 20190312.3 (Core Tests)
Failing configurations:

  • Windows.10.Arm64-arm64
    • Release
@wfurt
Copy link
Member

wfurt commented Mar 12, 2019

We habe 11 failing tests: https://mc.dot.net/#/product/netcore/30/source/official~2Fdotnet~2Fcorefx~2Frefs~2Fheads~2Fmaster/type/test~2Ffunctional~2Fcli~2F/build/20190312.3/workItem/System.Drawing.Common.Tests

The assert is Assert.False(graphics.IsVisibleClipEmpty);
This may or may not be same root cause as dotnet/runtime#28859. Bit the exception is quite different.

cc: @safern

@msftgits msftgits transferred this issue from dotnet/corefx Feb 1, 2020
@msftgits msftgits added this to the Future milestone Feb 1, 2020
@maryamariyan maryamariyan added the untriaged New issue has not been triaged by the area owner label Feb 23, 2020
@tannergooding tannergooding removed the untriaged New issue has not been triaged by the area owner label Jul 8, 2020
@mateoatr
Copy link
Contributor

This is being tracked in dotnet/winforms#8829.

@ghost ghost locked as resolved and limited conversation to collaborators Aug 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants