Files
gentoo/dev-libs/libpeas/files/libpeas-2.2.1-skip_test_gjs.patch
Nicolas PARLANT f0405fb532 dev-libs/libpeas: skip gjs tests
it fails with usersandbox

Closes: https://bugs.gentoo.org/961580
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/1381
Merges: https://codeberg.org/gentoo/gentoo/pulls/1381
Signed-off-by: Sam James <sam@gentoo.org>
2026-07-10 21:39:16 +01:00

15 lines
546 B
Diff

https://bugs.gentoo.org/961580
skip tests for gjs due to sandbox restrictions (usersandbox)
--- a/tests/libpeas/meson.build
+++ b/tests/libpeas/meson.build
@@ -9,7 +9,8 @@ libpeas_tests_sources = [
libpeas_tests_c_args = ['-UG_DISABLE_ASSERT', '-UG_DISABLE_CAST_CHECKS']
if build_gjs_loader == true
- libpeas_tests_sources += [['extension-gjs', [gjs_dep]]]
+ warning('gjs tests are currently disabled due to sandbox restrictions #961580')
+# libpeas_tests_sources += [['extension-gjs', [gjs_dep]]]
endif
if build_lua51_loader == true