diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-23 08:49:11 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-23 08:50:43 +0100 |
commit | 589cc8529aa9901cf6c4330a8f7f7b93b1888b02 (patch) | |
tree | 07a58fbc3a76c516a1a3dbf7c8aa9b1f702e48e9 /dev-util | |
parent | dev-libs/vc: version bump to 1.4.2 (diff) | |
download | gentoo-589cc8529aa9901cf6c4330a8f7f7b93b1888b02.tar.gz gentoo-589cc8529aa9901cf6c4330a8f7f7b93b1888b02.tar.bz2 gentoo-589cc8529aa9901cf6c4330a8f7f7b93b1888b02.zip |
dev-util/diffoscope: disable img2txt tests
Reported-by: Jonathan Lovelace
Closes: https://bugs.gentoo.org/797688
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/diffoscope/diffoscope-177.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-util/diffoscope/diffoscope-177.ebuild b/dev-util/diffoscope/diffoscope-177.ebuild index e8afaa4711f2..a77716a3fd73 100644 --- a/dev-util/diffoscope/diffoscope-177.ebuild +++ b/dev-util/diffoscope/diffoscope-177.ebuild @@ -91,6 +91,16 @@ python_test() { # needs triage tests/comparators/test_rlib.py::test_item3_deflate_llvm_bitcode + + # img2txt based failures, bug #797688 + tests/comparators/test_ico_image.py::test_diff + tests/comparators/test_ico_image.py::test_diff_meta + tests/comparators/test_ico_image.py::test_diff_meta2 + tests/comparators/test_ico_image.py::test_has_visuals + tests/comparators/test_jpeg_image.py::test_diff + tests/comparators/test_jpeg_image.py::test_compare_non_existing + tests/comparators/test_jpeg_image.py::test_diff_meta + tests/comparators/test_jpeg_image.py::test_has_visuals ) epytest ${exclude[@]/#/--deselect } } |