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

ARM test suite fixes #3093

Merged
merged 1 commit into from
Jan 19, 2014
Merged

ARM test suite fixes #3093

merged 1 commit into from
Jan 19, 2014

Conversation

jpf91
Copy link
Contributor

@jpf91 jpf91 commented Jan 14, 2014

These changes are necessary to make the test suite pass on ARM.
It's mostly reducing the required precision of math tests or changes the test values if they're not valid for real==double systems.

Note: This is part of a set of changes which are required to get test suite & unit tests passing on ARM GDC. All necessary changes for GDC are here for reference:
https://github.com/jpf91/GDC/commits/arm-old

Once these pull requests are merged upstream I'll merge them into GDC as well.

{ //can't store ulong.max-1 in double
}
else
static assert(false, "Test not implemented for this platform");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI - this is a warning sign of an inherently bad test. :)

@ibuclaw
Copy link
Member

ibuclaw commented Jan 18, 2014

LGTM.

@ibuclaw
Copy link
Member

ibuclaw commented Jan 18, 2014

Auto-merge toggled on

yebblies added a commit that referenced this pull request Jan 19, 2014
@yebblies yebblies merged commit 44a3a4c into dlang:master Jan 19, 2014
@jpf91
Copy link
Contributor Author

jpf91 commented Jan 19, 2014

thanks

@jpf91 jpf91 deleted the arm-1 branch January 19, 2014 17:47
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.

3 participants