-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Get make check
working on MSVC
#27786
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
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
Ah and when I say "MSVC" I really mean 64-bit MSVC, unwinding doesn't work so hot in 32-bit MSVC just yet. Also, here's an example of a successful test run on the bots in dev: http://54.176.156.253/builders/auto-win-msvc-64-opt/builds/42 |
// in VS 2013 it returns a double with the bit pattern 0x2 and in VS 2015 it | ||
// returns 0x20000. | ||
// | ||
// For not just ignore this test entirely on MSVC as it's tested elsewhere |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/not/now
* An apparent bug in VS 2013's implementation of the `exp2` function is worked around in one of flt2dec's tests.
fbd2658
to
60ac0d8
Compare
@bors r+ |
📌 Commit 60ac0d8 has been approved by |
⌛ Testing commit 60ac0d8 with merge 91b14bb... |
💔 Test failed - auto-mac-64-opt |
@bors: retry On Thu, Aug 13, 2015 at 1:34 PM, bors [email protected] wrote:
|
* An apparent bug in VS 2013's implementation of the `exp2` function is worked around in one of flt2dec's tests. Turns out this was the only fix necessary!
exp2
function is workedaround in one of flt2dec's tests.
Turns out this was the only fix necessary!