diff options
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib.inc')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 5183f37a6e..b946e798bb 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -134,7 +134,13 @@ do_install:append:class-target () { | |||
134 | # https://gitlab.gnome.org/GNOME/glib/-/issues/2810 | 134 | # https://gitlab.gnome.org/GNOME/glib/-/issues/2810 |
135 | rm -f ${D}${datadir}/installed-tests/glib/thread-pool-slow.test | 135 | rm -f ${D}${datadir}/installed-tests/glib/thread-pool-slow.test |
136 | } | 136 | } |
137 | 137 | do_install:append:class-target:libc-musl () { | |
138 | # Remove failing tests on musl libc systems, this helps set baseline for musl testing | ||
139 | # they remain to be rootcaused and fixed but marked known failures here. | ||
140 | for t in convert.test collate.test gdatetime.test date.test converter-stream.test option-context.test; do | ||
141 | rm -rf ${D}${datadir}/installed-tests/glib/$t | ||
142 | done | ||
143 | } | ||
138 | # As we do not build python3 for windows, makes no sense to ship the script that's using it | 144 | # As we do not build python3 for windows, makes no sense to ship the script that's using it |
139 | do_install:append:mingw32() { | 145 | do_install:append:mingw32() { |
140 | rm -f ${D}${bindir}/gtester-report | 146 | rm -f ${D}${bindir}/gtester-report |