mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
media-libs/openjpeg: skip tests that fail with sys-libs/zlib-ng
Closes: https://bugs.gentoo.org/965571 Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Part-of: https://github.com/gentoo/gentoo/pull/44662 Closes: https://github.com/gentoo/gentoo/pull/44662 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
23435ee3f5
commit
ac9c7b04e6
31
media-libs/openjpeg/files/zlib-ng-knownfailures.txt
Normal file
31
media-libs/openjpeg/files/zlib-ng-knownfailures.txt
Normal file
@ -0,0 +1,31 @@
|
||||
NR-DEC-p1_04.j2k-124-decode-md5
|
||||
NR-DEC-p1_04.j2k-131-decode-md5
|
||||
NR-DEC-p1_04.j2k-132-decode-md5
|
||||
NR-DEC-p1_04.j2k-140-decode-md5
|
||||
NR-DEC-p1_06.j2k-142-decode-md5
|
||||
NR-DEC-p1_06.j2k-143-decode-md5
|
||||
NR-DEC-p1_06.j2k-149-decode-md5
|
||||
NR-DEC-p0_04.j2k-166-decode-md5
|
||||
NR-DEC-p0_04.j2k-167-decode-md5
|
||||
NR-DEC-p0_04.j2k-168-decode-md5
|
||||
NR-DEC-p0_04.j2k-170-decode-md5
|
||||
NR-DEC-a1_mono.j2c-215-decode-md5
|
||||
NR-DEC-a1_mono.j2c-216-decode-md5
|
||||
NR-DEC-a1_mono.j2c-217-decode-md5
|
||||
NR-DEC-a1_mono.j2c-223-decode-md5
|
||||
NR-DEC-basn6a08.jp2-242-decode-md5
|
||||
NR-DEC-basn6a08.jp2-244-decode-md5
|
||||
NR-DEC-basn6a08.jp2-245-decode-md5
|
||||
NR-DEC-basn6a08.jp2-246-decode-md5
|
||||
NR-DEC-basn6a08.jp2-248-decode-md5
|
||||
NR-DEC-basn6a08.jp2-250-decode-md5
|
||||
NR-DEC-file1.jp2-298-decode-md5
|
||||
NR-DEC-file1.jp2-302-decode-md5
|
||||
NR-DEC-db11217111510058.jp2-306-decode-md5
|
||||
NR-DEC-tnsot_zero.jp2-307-decode-md5
|
||||
NR-DEC-Bretagne1_ht.j2k-310-decode-md5
|
||||
NR-DEC-Bretagne1_ht_lossy.j2k-311-decode-md5
|
||||
NR-DEC-small_world_non_consecutive_tilepart_tlm.jp2-316-decode-md5
|
||||
NR-DEC-small_world_non_consecutive_tilepart_tlm.jp2-317-decode-md5
|
||||
NR-DEC-small_world_non_consecutive_tilepart_tlm.jp2-318-decode-md5
|
||||
NR-DEC-small_world_non_consecutive_tilepart_tlm.jp2-319-decode-md5
|
||||
@ -86,6 +86,11 @@ multilib_src_test() {
|
||||
elif use x86 || use arm || use arm64; then
|
||||
toskip+=( "${S}"/tools/travis-ci/knownfailures-*i386*.txt )
|
||||
fi
|
||||
if has_version "sys-libs/zlib-ng" ; then
|
||||
elog "Some tests will be skipped due to being known to fail with sys-libs/zlib-ng"
|
||||
elog
|
||||
toskip+=( "${FILESDIR}"/zlib-ng-knownfailures.txt )
|
||||
fi
|
||||
|
||||
local exp=$(sort "${toskip[@]}" | uniq | tr '\n' '|'; assert)
|
||||
popd > /dev/null || die
|
||||
|
||||
@ -86,6 +86,11 @@ multilib_src_test() {
|
||||
elif use x86 || use arm || use arm64; then
|
||||
toskip+=( "${S}"/tools/travis-ci/knownfailures-*i386*.txt )
|
||||
fi
|
||||
if has_version "sys-libs/zlib-ng" ; then
|
||||
elog "Some tests will be skipped due to being known to fail with sys-libs/zlib-ng"
|
||||
elog
|
||||
toskip+=( "${FILESDIR}"/zlib-ng-knownfailures.txt )
|
||||
fi
|
||||
|
||||
local exp=$(sort "${toskip[@]}" | uniq | tr '\n' '|'; assert)
|
||||
popd > /dev/null || die
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user