Skip to content

[iOS] ZipArchive and ZipFile unicode test failures #72951

@steveisok

Description

@steveisok

Both ExtractToDirectoryUnicode and ExtractToDirectoryExtension_Unicode fail comparing the file names extracted from unicode.zip.

What's weird is that the expected and actual file names appear to be equal:

Expected: 한글.txt

Actual: 한글.txt

If you take the strings from actual and expected and put them in a small test, they will be equal. It seems like the values returned from the file system in

IEnumerable<string> actualEntries = Directory.EnumerateFileSystemEntries(actual, "*", SearchOption.AllDirectories);
IEnumerable<string> expectedEntries = Directory.EnumerateFileSystemEntries(expected, "*", SearchOption.AllDirectories);
are suspect.

Skipping the tests for now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-System.IO.Compressionhelp wanted[up-for-grabs] Good issue for external contributorsin-prThere is an active PR which will close this issue when it is mergedos-iosApple iOS

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions