-
Notifications
You must be signed in to change notification settings - Fork 129
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
src/tests/parse_rss fails on 32 bits systems (but not i386) #1223
Comments
Hah... I like when tests uncover bugs. Will take some time to work on it though... |
@paulgevers I have some hope that #1233 fixes the issue. As I have no multi-arch build setup prepared (missing time) I'd like to ask you if you can test whether this helps. |
I'm pretty sure I applied the patch but had this during test builds on armel
armhf:
and mispel:
|
Fixing format and cast errors (#1223)
Version 1.15.1 now fails on the official Debian releases mips64el and s390x due to
Of the unofficial releases, at least ppc64 is also affected. See: |
@paulgevers In the current memcheck.sh script I've added support for supressions to be defined in memcheck.supp. If you want we can add suppressions for those platforms. |
I tried to improve the test coverage in the Debian package of liferea and uploaded what I though had the required ingredients to
experimental
. However, on 32 bit architectures, the parse_rss test fails because of a miss-match in the time. i386 passes (but that has weird floating point precision if I recall correctly).See the results here:
https://buildd.debian.org/status/logs.php?pkg=liferea&ver=1.14.1-2
armel
armhf
mipsel
hppa
powerpc
The text was updated successfully, but these errors were encountered: