-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-System.IO.Compressionhelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is mergedos-iosApple iOSApple iOS
Milestone
Description
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
runtime/src/libraries/Common/tests/System/IO/Compression/ZipTestHelper.cs
Lines 291 to 292 in c21ae04
| IEnumerable<string> actualEntries = Directory.EnumerateFileSystemEntries(actual, "*", SearchOption.AllDirectories); | |
| IEnumerable<string> expectedEntries = Directory.EnumerateFileSystemEntries(expected, "*", SearchOption.AllDirectories); |
Skipping the tests for now.
Metadata
Metadata
Assignees
Labels
area-System.IO.Compressionhelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is mergedos-iosApple iOSApple iOS