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.IO.Compression.Tests failures #60167

Open
MaximLipnin opened this issue Oct 8, 2021 · 0 comments
Open

[tvOS] System.IO.Compression.Tests failures #60167

MaximLipnin opened this issue Oct 8, 2021 · 0 comments
Labels
area-System.IO.Compression help wanted [up-for-grabs] Good issue for external contributors needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration os-tvos Apple tvOS test-bug Problem in test source code (most likely)
Milestone

Comments

@MaximLipnin
Copy link
Contributor

<test name="System.IO.Compression.Tests.ZipFile_ZipArchive_Extract.ExtractToDirectoryExtension_Unicode" type="System.IO.Compression.Tests.ZipFile_ZipArchive_Extract" method="ExtractToDirectoryExtension_Unicode" time="0.0096503" result="Fail">
    <failure exception-type="Xunit.Sdk.TrueException">
        <message><![CDATA[Assert.True() Failure\nExpected: True\nActual:   False]]></message>
        <stack-trace><![CDATA[   at System.IO.Compression.Tests.ZipFileTestBase.DirFileNamesEqual(String actual, String expected)
            at System.IO.Compression.Tests.ZipFile_ZipArchive_Extract.ExtractToDirectoryExtension_Unicode()
            at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
    </failure>
</test>

<test name="System.IO.Compression.Tests.ZipFile_Unix.UnixCreateSetsPermissionsInExternalAttributes" type="System.IO.Compression.Tests.ZipFile_Unix" method="UnixCreateSetsPermissionsInExternalAttributes" time="0.0784894" result="Fail">
    <failure exception-type="Xunit.Sdk.EqualException">
        <message><![CDATA[Assert.Equal() Failure\nExpected: 3968\nActual:   896]]></message>
        <stack-trace><![CDATA[   at System.IO.Compression.Tests.ZipFile_Unix.<UnixCreateSetsPermissionsInExternalAttributes>g__EnsureExternalAttributes|0_0(String permissions, ZipArchiveEntry entry)
            at System.IO.Compression.Tests.ZipFile_Unix.UnixCreateSetsPermissionsInExternalAttributes()
            at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)]]></stack-trace>
    </failure>
</test>

<test name="System.IO.Compression.Tests.ZipFile_Extract.ExtractToDirectoryUnicode" type="System.IO.Compression.Tests.ZipFile_Extract" method="ExtractToDirectoryUnicode" time="0.008351" result="Fail">
    <failure exception-type="Xunit.Sdk.TrueException">
        <message><![CDATA[Assert.True() Failure\nExpected: True\nActual:   False]]></message>
        <stack-trace><![CDATA[   at System.IO.Compression.Tests.ZipFileTestBase.DirFileNamesEqual(String actual, String expected)
            at System.IO.Compression.Tests.ZipFile_Extract.ExtractToDirectoryUnicode()
            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.IO.Compression.ZipFile.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.IO.Compression untriaged New issue has not been triaged by the area owner labels Oct 8, 2021
@jeffhandley jeffhandley added needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration os-tvos Apple tvOS test-bug Problem in test source code (most likely) and removed untriaged New issue has not been triaged by the area owner labels Oct 9, 2021
@jeffhandley jeffhandley added this to the Future milestone Oct 9, 2021
@carlossanlop carlossanlop added the help wanted [up-for-grabs] Good issue for external contributors label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.IO.Compression help wanted [up-for-grabs] Good issue for external contributors needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration os-tvos Apple tvOS test-bug Problem in test source code (most likely)
Projects
None yet
Development

No branches or pull requests

3 participants