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

[MacCatalyst] Test failures in System.Tests.OperatingSystemTests #56084

Closed
MaximLipnin opened this issue Jul 21, 2021 · 2 comments
Closed

[MacCatalyst] Test failures in System.Tests.OperatingSystemTests #56084

MaximLipnin opened this issue Jul 21, 2021 · 2 comments

Comments

@MaximLipnin
Copy link
Contributor

<test name="System.Tests.OperatingSystemTests.TestIsOSVersionAtLeast_MacCatalyst" type="System.Tests.OperatingSystemTests" method="TestIsOSVersionAtLeast_MacCatalyst" time="0.0054815" result="Fail">
    <failure exception-type="Xunit.Sdk.EqualException">
        <message><![CDATA[Assert.Equal() Failure\nExpected: False\nActual:   True]]></message>
        <stack-trace><![CDATA[   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
    </failure>
</test>
<test name="System.Tests.OperatingSystemTests.TestIsOSPlatform_MacCatalyst" type="System.Tests.OperatingSystemTests" method="TestIsOSPlatform_MacCatalyst" time="0.0006543" result="Fail">
    <failure exception-type="Xunit.Sdk.EqualException">
        <message><![CDATA[Assert.Equal() Failure\nExpected: False\nActual:   True]]></message>
        <stack-trace><![CDATA[   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
    </failure>
</test>
<test name="System.Tests.OperatingSystemTests.TestIsOSPlatform_IOS" type="System.Tests.OperatingSystemTests" method="TestIsOSPlatform_IOS" time="0.0002432" result="Fail">
    <failure exception-type="Xunit.Sdk.EqualException">
        <message><![CDATA[Assert.Equal() Failure\nExpected: False\nActual:   True]]></message>
        <stack-trace><![CDATA[   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
    </failure>
</test>
<test name="System.Tests.OperatingSystemTests.TestIsOSVersionAtLeast_IOS" type="System.Tests.OperatingSystemTests" method="TestIsOSVersionAtLeast_IOS" time="0.0004538" result="Fail">
    <failure exception-type="Xunit.Sdk.EqualException">
        <message><![CDATA[Assert.Equal() Failure\nExpected: False\nActual:   True]]></message>
        <stack-trace><![CDATA[   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
    </failure>
</test>
<test name="System.Tests.OperatingSystemTests.IOS_Is_Not_Also_MacCatalyst" type="System.Tests.OperatingSystemTests" method="IOS_Is_Not_Also_MacCatalyst" time="0.0010668" result="Fail">
    <failure exception-type="Xunit.Sdk.FalseException">
        <message><![CDATA[Assert.False() Failure\nExpected: False\nActual:   True]]></message>
        <stack-trace><![CDATA[   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
    </failure>
</test>

Perhaps, more details in #55550

@steveisok

@dotnet-issue-labeler dotnet-issue-labeler bot added area-VM-meta-mono untriaged New issue has not been triaged by the area owner labels Jul 21, 2021
@ghost
Copy link

ghost commented Jul 21, 2021

Tagging subscribers to this area:
See info in area-owners.md if you want to be subscribed.

Issue Details
<test name="System.Tests.OperatingSystemTests.TestIsOSVersionAtLeast_MacCatalyst" type="System.Tests.OperatingSystemTests" method="TestIsOSVersionAtLeast_MacCatalyst" time="0.0054815" result="Fail">
    <failure exception-type="Xunit.Sdk.EqualException">
        <message><![CDATA[Assert.Equal() Failure\nExpected: False\nActual:   True]]></message>
        <stack-trace><![CDATA[   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
    </failure>
</test>
<test name="System.Tests.OperatingSystemTests.TestIsOSPlatform_MacCatalyst" type="System.Tests.OperatingSystemTests" method="TestIsOSPlatform_MacCatalyst" time="0.0006543" result="Fail">
    <failure exception-type="Xunit.Sdk.EqualException">
        <message><![CDATA[Assert.Equal() Failure\nExpected: False\nActual:   True]]></message>
        <stack-trace><![CDATA[   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
    </failure>
</test>
<test name="System.Tests.OperatingSystemTests.TestIsOSPlatform_IOS" type="System.Tests.OperatingSystemTests" method="TestIsOSPlatform_IOS" time="0.0002432" result="Fail">
    <failure exception-type="Xunit.Sdk.EqualException">
        <message><![CDATA[Assert.Equal() Failure\nExpected: False\nActual:   True]]></message>
        <stack-trace><![CDATA[   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
    </failure>
</test>
<test name="System.Tests.OperatingSystemTests.TestIsOSVersionAtLeast_IOS" type="System.Tests.OperatingSystemTests" method="TestIsOSVersionAtLeast_IOS" time="0.0004538" result="Fail">
    <failure exception-type="Xunit.Sdk.EqualException">
        <message><![CDATA[Assert.Equal() Failure\nExpected: False\nActual:   True]]></message>
        <stack-trace><![CDATA[   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
    </failure>
</test>
<test name="System.Tests.OperatingSystemTests.IOS_Is_Not_Also_MacCatalyst" type="System.Tests.OperatingSystemTests" method="IOS_Is_Not_Also_MacCatalyst" time="0.0010668" result="Fail">
    <failure exception-type="Xunit.Sdk.FalseException">
        <message><![CDATA[Assert.False() Failure\nExpected: False\nActual:   True]]></message>
        <stack-trace><![CDATA[   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
    </failure>
</test>

Perhaps, more details in #55550

@steveisok

Author: MaximLipnin
Assignees: -
Labels:

area-VM-meta-mono, untriaged

Milestone: -

@akoeplinger
Copy link
Member

This will be fixed once dotnet/arcade#7655 flows into runtime.

@akoeplinger akoeplinger removed the untriaged New issue has not been triaged by the area owner label Jul 21, 2021
@akoeplinger akoeplinger added this to the 6.0.0 milestone Jul 21, 2021
steveisok pushed a commit that referenced this issue Jul 22, 2021
…res (#56074)

It's to clean up the respective CI staging lanes.

The related issues:

[iOS/tvOS/MacCatalyst] Test failures in System.Diagnostics.Tracing.Tests #56073

[libraries][iOSSimulator] ImageTests.FromFile_NullFileName_ThrowsArgumentNullException fails  #56048

JitInfoIsPopulated failed with after is not greater than before #55712

[MacCatalyst] Test failures in System.Tests.OperatingSystemTests #56084

[MacCatalyst] App crash in System.Text.Json.SourceGeneration.Tests #56085
@ghost ghost locked as resolved and limited conversation to collaborators Aug 21, 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

3 participants