-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
Fix and re-enable core.internal.convert unit tests #788
Comments
dnadlinger
changed the title
Fix core.internal.convert unit tests
Fix and re-enable core.internal.convert unit tests
Nov 13, 2014
I suppose the internal/convert.d unittest fix should go upstream first. Tested on X86 and ARM.
|
If questioning if fixing test is right thing, note that clang doesn't zero pad x87 long doubles either. The last 6-bytes are whatever happens to already be in memory. Makes sense because eliminates extra instructions needed to zero bytes that don't have any affect on long double computations. |
smolt
added a commit
to smolt/ldc
that referenced
this issue
Dec 23, 2015
Update druntime submodule with core.internal.convert changes and start running its unit test again. This should resolve issue ldc-developers#788.
#1241 merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #770.
The text was updated successfully, but these errors were encountered: