]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: temporarily skip the EnterNamespace= test w/o embedded debuginfo 39268/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 10 Oct 2025 18:09:51 +0000 (20:09 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 11 Oct 2025 20:37:33 +0000 (22:37 +0200)
commit80b4cacf1b121c8b1ec444970cc566dc4efd1837
tree5cf848f40cef5ad982560d2a23ee84fa3b5fb184
parent4d8e8d44ab3f6f99102faf0dcb53ca4de4d517ae
test: temporarily skip the EnterNamespace= test w/o embedded debuginfo

The EnterNamespace= feature currently doesn't work if the debuginfo is
separated from the crashing binary. Until that's resolved, let's run the
test only if the test binary has embedded debuginfo (.debug_info
section; e.g. when systemd is built without WITH_DEBUG=1) or it contains
MiniDebugInfo (.gnu_debugdata section; default on Fedora and CentOS).

See: https://github.com/systemd/systemd/pull/39268#issuecomment-3390745718
test/units/TEST-87-AUX-UTILS-VM.coredump.sh