-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Test run-pass/lib-run does not work on windows #714
Comments
ghost
assigned brson
Jul 19, 2011
brson
added a commit
that referenced
this issue
Jul 19, 2011
Trying to get the tinderbox green again. Will pursue later.
It still seems to break the win tinderbox. I reverted the patch. |
Thanks, marijnh. Not sure what's going on here. |
brson
pushed a commit
to brson/rust
that referenced
this issue
Jul 22, 2011
This reverts commit 1348a38. Seems that this test is still broken on win.
This test seems to be long gone. Closing! |
It's still open. |
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
struct addrinfo needs padding on Solaris/SPARC 64-bit Solaris/SPARC has a 4-byte pad before `ai_addrlen` for historical reasons (`ai_addrlen` used to be defined as a `size_t`, which is 4 bytes in ILP32 and 8 in LP64, but was converted to a 4-byte `socklen_t` in Solaris 10, which necessitated padding for (more or less) binary compatibility). See rust-lang#43649.
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 26, 2020
Bump rand from 0.7.0 to 0.7.1
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* Initial version of support table * Define support values for table * Add intrinsics table and other content * Observations on stdlib * Address Celina's comments * More comments * Add section on panic strategies * Address more comments * Minor comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm going to disable it on win32 because it keeps burning the tinderbox. Figure out what the deal is.
The text was updated successfully, but these errors were encountered: