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

sorts.ml in test suite fails #7567

Closed
vicuna opened this issue Jun 26, 2017 · 2 comments
Closed

sorts.ml in test suite fails #7567

vicuna opened this issue Jun 26, 2017 · 2 comments
Assignees

Comments

@vicuna
Copy link

vicuna commented Jun 26, 2017

Original bug ID: 7567
Reporter: Richard Jones
Assigned to: @Octachron
Status: resolved (set by @Octachron on 2017-06-26T12:31:19Z)
Resolution: not a bug
Priority: normal
Severity: minor
Platform: Linux x86_64
OS: Fedora
OS Version: 27
Version: 4.04.2
Category: standard library
Monitored by: @gasche "Richard Jones"

Bug description

This happens with both OCaml 4.04.2 and with OCaml 4.06 from git. Simply run the test suite, and it fails at:

... testing 'sorts.ml': ocamlc Error: results don't match reference output!

This works on Fedora 26, but fails on Fedora 27. The major difference could be updated glibc. I'm not sure what else would affect this test.

Fedora 26 (working):
glibc-2.25-6.fc26.x86_64

Fedora 27 (failing):
glibc-2.25.90-12.fc27.x86_64

Steps to reproduce

make -j1 tests

Additional information

The full output of the test is attached.

File attachments

@vicuna
Copy link
Author

vicuna commented Jun 26, 2017

Comment author: Richard Jones

Sorry, this is a bug in glibc after all. memcmp was broken: https://bugzilla.redhat.com/show_bug.cgi?id=1464403

Fixed by upgrading to the very latest glibc.

Please close this bug.

@vicuna
Copy link
Author

vicuna commented Jun 26, 2017

Comment author: @Octachron

Thank you for reporting the issue (even if the issue was ephemeral)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants