summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gdk-pixbuf
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-03-26 21:53:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-29 12:05:31 +0100
commit7e252ef31094f760b5666aec9b2205166a8ccbd2 (patch)
treeadde7ae795264c9cfafc14caab595d323c6070b4 /meta/recipes-gnome/gdk-pixbuf
parentab0dbfc034a596a9171ce00f34467bc42534f00a (diff)
downloadpoky-7e252ef31094f760b5666aec9b2205166a8ccbd2.tar.gz
gdk-pixbuf: remove a test that sporadically fails without reproducibility
The test is randomly modifying file data and some of these random modifications cause OOM failures. There is no way to preserve and repeat what was modified, so the test needs to re-engineered to do proper fuzzing. See here for details: https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/issues/146 (From OE-Core rev: 732a9c83e946580607af3478cdc765d6541e3f64) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gdk-pixbuf')
-rw-r--r--meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb
index 699c4ecd0b..d0df5015a5 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb
@@ -99,6 +99,11 @@ do_install_append() {
99 99
100} 100}
101 101
102# Remove a bad fuzzing attempt that sporadically fails without a way to reproduce
103do_install_ptest() {
104 rm ${D}/${datadir}/installed-tests/gdk-pixbuf/pixbuf-randomly-modified.test
105}
106
102do_install_append_class-native() { 107do_install_append_class-native() {
103 find ${D}${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \; 108 find ${D}${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \;
104 109