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

Test suite failure on ppc64 and sparc64 architectures #110

Open
tillea opened this issue Dec 20, 2017 · 0 comments
Open

Test suite failure on ppc64 and sparc64 architectures #110

tillea opened this issue Dec 20, 2017 · 0 comments

Comments

@tillea
Copy link

tillea commented Dec 20, 2017

Hi,
I'd like to report that there is some issue on ppc64 and sparc64 architecture. Please check the end of the build logs from the Debian infrastructure (which I've linked above). On ppc64 it reads:

LandauVishkinTest:
- equal strings: [OK]
- prefixes: [FAILED]
    lv.computeEditDistance("abcde", 5, "abcd", 4, 2) was 1, expected 0
    (tests/LandauVishkinTest.cpp:16)
- non-equal strings: [FAILED]
    lv.computeEditDistance("abcde", 5, "abcdX", 5, 2) was 2, expected 1
    (tests/LandauVishkinTest.cpp:22)
- overly distant strings: [FAILED]
    lv.computeEditDistance("abcde", 5, "XXXXX", 5, 2) was 2, expected -1
    (tests/LandauVishkinTest.cpp:31)
- CIGAR strings: [FAILED]
    cigarBuf was "", expected "5="
    (tests/LandauVishkinTest.cpp:45)

The issue might be a hint on a broken algorithm also on the amd64 architecture which is most probably your main target.
Kind regards, Andreas.

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

No branches or pull requests

1 participant