]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-98894: Check readelf failures in test_dtrace (GH-152345) (#152891)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Jul 2026 14:58:12 +0000 (16:58 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 14:58:12 +0000 (16:58 +0200)
commitbd86f3cb692840fbe0bfe83fcd1c1f78767294e5
treed3960ac6b15cf6cfdf1b96e4718a43f5977ec168
parenta1a9e6f081256b88860b3866f2b19398eca57d99
[3.15] gh-98894: Check readelf failures in test_dtrace (GH-152345) (#152891)

gh-98894: Check readelf failures in test_dtrace (GH-152345)

Report readelf command failures directly instead of later failing with
missing-probe assertions.
(cherry picked from commit d60a6779e8dd5fbf1f2f84b34bb5a20f3e8cd7fd)

Co-authored-by: stratakis <cstratak@redhat.com>
Lib/test/test_dtrace.py