-
Notifications
You must be signed in to change notification settings - Fork 353
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
use intptrcast for heap_allocator test; then it should work on Windows #809
Conversation
@bors r+ |
📌 Commit b067313 has been approved by |
@bors r+ |
📌 Commit 0ea4b50 has been approved by |
use intptrcast for heap_allocator test; then it should work on Windows
💔 Test failed - status-appveyor |
Well that's odd...
So calling the allocation function actually succeeds, but then later checking alignment does not. |
@bors try |
use intptrcast for heap_allocator test; then it should work on Windows
Wow, @oli-obk this build log looks like we are throwing and catching tons of Miri errors. That doesn't seem right. |
@bors try |
use intptrcast for heap_allocator test; then it should work on Windows
D'oh, I've failed to actually set the compiler flag correctly... @bors r+ |
📌 Commit 78261b7 has been approved by |
use intptrcast for heap_allocator test; then it should work on Windows
💔 Test failed - status-appveyor |
@bors try |
use intptrcast for heap_allocator test; then it should work on Windows
💔 Test failed - checks-travis |
@bors try |
use intptrcast for heap_allocator test; then it should work on Windows
💔 Test failed - checks-travis |
Found it! There was a bug in the alignment we used for the system allocator ( I expanded the @bors r+ |
📌 Commit 53c72ba has been approved by |
use intptrcast for heap_allocator test; then it should work on Windows
@bors r- retry |
Aaaand found a bug in libstd. ;) rust-lang/rust#62251 @bors r+ |
📌 Commit cb6d4f0 has been approved by |
use intptrcast for heap_allocator test; then it should work on Windows
💥 Test timed out |
@bors retry |
use intptrcast for heap_allocator test; then it should work on Windows
☀️ Test successful - checks-travis, status-appveyor |
No description provided.