diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-02-15 22:10:06 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-02-15 22:10:06 +0100 |
commit | 74c6186a0e8cffd86a068d3114fa6afbb8274ad9 (patch) | |
tree | ea0027dff431e7c13e68b8500a136bcd13b1a143 /test | |
parent | ce776bb156b827fbfb9e93bfe6065b6e2d841cf0 (diff) |
skip all tests on debian arm* / mips* (broken Imlib2, again)
Diffstat (limited to 'test')
-rw-r--r-- | test/imlib2-bug-notice | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/imlib2-bug-notice b/test/imlib2-bug-notice new file mode 100644 index 0000000..46da336 --- /dev/null +++ b/test/imlib2-bug-notice @@ -0,0 +1,11 @@ +[!] Possibly broken imlib2 / libgif detected - ignoring test results + +Imlib2 1.4.7 is unable to load GIF images on Debian stretch/sid systems (and +maybe other distros too). On x86 / x86_64 this applies to most gifs which are +not the first file in the filelist, while on mips/mipsel and (some?) arm boxes +it is unable to load any gif files. Since feh's tests include gifs, they fail. + +As there's nothing we can do about it (and other image formats still work +fine), we'll just pretend everything's okay. + +See <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813729> for details. |