-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Native comm tests are disabled on Windows #11003
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
Comments
bors
added a commit
that referenced
this issue
Dec 30, 2013
…lton Turns out with an argument of 0 the function always returns immediately! Closes #11003
nrc
pushed a commit
to nrc/rust
that referenced
this issue
Jan 2, 2014
Turns out with an argument of 0 the function always returns immediately! Closes rust-lang#11003
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jul 31, 2023
…yxyas New lint [`absolute_paths`] Closes rust-lang#10568 Maybe we should make the max segments allowed a configuration option? I see quite a bit of 3-segment paths in clippy, and while I think only really `<mod/type>::<item>` or `<item>` should be (usually) used but anything above may be too widespread 😕 PS, despite this being "max segments allowed" it only lints if it's absolute, as is the point of the lint, e.g., `std::io::ErrorKind::etc` is linted but `io::ErrorKind::NotFound::etc` isn't changelog: New lint [`absolute_paths`]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm disabling the native std::comm tests on windows. I'm suspecting that our usage of
SetEvent
and friends are not matching the semantics of a unix condition variable, or something related like that.Disabling for now, will investigate later (plus perhaps we could just use the windows condition variables if we don't want to support XP).
The text was updated successfully, but these errors were encountered: