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 failure on ppc64 and sparc64 #112

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

Test failure on ppc64 and sparc64 #112

tillea opened this issue Dec 21, 2017 · 0 comments

Comments

@tillea
Copy link

tillea commented Dec 21, 2017

Hi,
in issue #111 I was told that snap is only for 64 bit architectures. So I will restrict the Debian packaging to 64 bit architectures only. However, when checking the build logs of ppc64 and sparc64 in both cases there is a failure in the test suite:

For ppc64:

./unit_tests
ProbabilityDistanceTest:
- basic probabilities: [OK]
- indels: [OK]

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)

EventTest:
- many waiters: [OK]
- single waiters: [OK]

5 / 9 tests passed.

For sparc64:

./unit_tests
ProbabilityDistanceTest:
- basic probabilities: [OK]
- indels: [OK]

LandauVishkinTest:
- equal strings: [OK]
- prefixes: [FAILED]
    lv.computeEditDistance("abcde", 5, "abcd", 4, 2) was 1, expected 0
    (tests/LandauVishkinTest.cpp:16)

Any idea what might be wrong here?

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