Skip to content

tests: Skip assert-msg-test.py if gdb fails

Matt Turner requested to merge mattst88/glib:skip-test-under-sandbox into main

Similar to commit 6e44151b, skip the test if gdb is unable to read /proc/PID/mem, which gdb does as a fallback if ptrace is unavailable.

This allows the test to skip when run under Gentoo's sandbox.

Merge request reports