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

[tvOS] System.Drawing.PrimitivesTest.RectangleTests.RectangleFConversionTest failed #60172

Closed
MaximLipnin opened this issue Oct 8, 2021 · 1 comment
Milestone

Comments

@MaximLipnin
Copy link
Contributor

MaximLipnin commented Oct 8, 2021

      <test name="System.Drawing.PrimitivesTest.RectangleTests.RectangleFConversionTest(x: 3.4028235E+38, y: -3.4028235E+38, width: 3.4028235E+38, height: -3.4028235E+38)" type="System.Drawing.PrimitivesTest.RectangleTests" method="RectangleFConversionTest" time="0.006278" result="Fail">
        <failure exception-type="Xunit.Sdk.EqualException">
          <message><![CDATA[Assert.Equal() Failure\nExpected: {X=2147483647,Y=-2147483648,Width=2147483647,Height=-2147483648}\nActual:   {X=2147483647,Y=-2147483648,Width=-1,Height=0}]]></message>
          <stack-trace><![CDATA[   at System.Drawing.PrimitivesTest.RectangleTests.RectangleFConversionTest(Single x, Single y, Single width, Single height)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
        </failure>
      </test>
      <test name="System.Drawing.PrimitivesTest.RectangleTests.RectangleFConversionTest(x: -3.4028235E+38, y: 3.4028235E+38, width: -3.4028235E+38, height: 3.4028235E+38)" type="System.Drawing.PrimitivesTest.RectangleTests" method="RectangleFConversionTest" time="0.0005553" result="Fail">
        <failure exception-type="Xunit.Sdk.EqualException">
          <message><![CDATA[Assert.Equal() Failure\nExpected: {X=-2147483648,Y=2147483647,Width=-2147483648,Height=2147483647}\nActual:   {X=-2147483648,Y=2147483647,Width=0,Height=-1}]]></message>
          <stack-trace><![CDATA[   at System.Drawing.PrimitivesTest.RectangleTests.RectangleFConversionTest(Single x, Single y, Single width, Single height)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
        </failure>
      </test>

https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-59503-merge-82a08e0bf78247ad85/System.Drawing.Primitives.Tests/1/testResults.xml?sv=2019-07-07&se=2021-10-27T21%3A20%3A15Z&sr=c&sp=rl&sig=l6x81ojLuccAHXezeNAnngaxlFWwA%2FvquAUqBhREPyM%3D

#59503

cc @steveisok

@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Drawing untriaged New issue has not been triaged by the area owner labels Oct 8, 2021
@marek-safar marek-safar added the os-tvos Apple tvOS label Oct 11, 2021
@steveisok steveisok removed the untriaged New issue has not been triaged by the area owner label Jul 5, 2022
@steveisok steveisok added this to the 8.0.0 milestone Jul 5, 2022
@pavelsavara
Copy link
Member

Duplicate of #60585

@pavelsavara pavelsavara marked this as a duplicate of #60585 Mar 13, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Apr 12, 2023
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

4 participants