-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
The symlinks_works test is ignored on windows #10264
Labels
O-windows
Operating system: Windows
Comments
Both libuv and libnative call |
libuv is totally gone now, so as far as I can tell, this needs closed. |
@steveklabnik the test is still at |
Jarcho
pushed a commit
to Jarcho/rust
that referenced
this issue
Feb 26, 2023
…dnet Fix test function checker in `unwrap_used`, `expect_used` After rust-lang#9686 , `unwrap` and `expect` in integration tests and raw test functions won't be allowed. fixes rust-lang#10011 fixes rust-lang#10238 fixes rust-lang#10264 --- changelog: Fix: [`expect_used`], [`unwrap_used`], [`dbg_macro`], [`print_stdout`], [`print_stderr`]: No longer lint in test functions, if the related configuration is set [rust-lang#10391](rust-lang/rust-clippy#10391) <!-- changelog_checked -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #10179 I added support for symlinks bindings to libuv. I could never get the
symlinks_work
, so I'm ignoring it for now to get this patch landed.This warrants further investigation, the problem I kept seeing was that a condition was raised saying "operation not permitted".
The text was updated successfully, but these errors were encountered: