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

Increase tolerance for alternate architectures #17800

Merged
merged 3 commits into from Jul 10, 2020

Commits on Jul 9, 2020

  1. Increase default tolerance slightly for 32-bit systems.

    Around 900 tests fail on 32-bit systems, but with rather small RMS.
    QuLogic committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    e7dfc22 View commit details
    Browse the repository at this point in the history
  2. Update aarch64 tolerances.

    QuLogic committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    ed8237f View commit details
    Browse the repository at this point in the history
  3. Increase tolerance for ppc64le and s390x.

    These are mostly the same as the aarch64 tolerances, and also fail the
    same way on 32-bit systems (though this is hidden by the previous
    commit), so just increase tolerance everywhere but x86_64.
    QuLogic committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    7deb36d View commit details
    Browse the repository at this point in the history