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

Handle INVALID_DEVICE_REQUEST in std.os.windows.DeviceIoControl #16501

Merged

Conversation

squeek502
Copy link
Collaborator

This is possible when e.g. calling CreateSymbolicLink on a FAT32 filesystem.


In combination with #16492, #16498, and #16499, this is the last piece of the puzzle that will allow all the standard library tests to be run on a FAT32 filesystem without any failures.

E:\zigstd> zig test lib\std\std.zig --zig-lib-dir lib --main-pkg-path lib/std
2429 passed; 99 skipped; 0 failed.

This is possible when e.g. calling CreateSymbolicLink on a FAT32 filesystem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants