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

test: Get some tests working on MSVC 32-bit #30168

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

There were a few tests that either relied on some odd linker behavior or used
intrinsics directly instead of the standard library wrappers which account for
various linkage differences across platforms. While we're not running these
tests yet this touches them up to the point that they should be ready to pass on
32-bit MSVC.

There were a few tests that either relied on some odd linker behavior or used
intrinsics directly instead of the standard library wrappers which account for
various linkage differences across platforms. While we're not running these
tests yet this touches them up to the point that they should be ready to pass on
32-bit MSVC.
@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member Author

r? @brson

@rust-highfive rust-highfive assigned brson and unassigned nikomatsakis Dec 12, 2015
@alexcrichton
Copy link
Member Author

Looks like I ended up opening #30448 before this landed.

@alexcrichton alexcrichton deleted the fix-some-tests branch January 21, 2016 01:31
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.

4 participants