]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-98894: Check tracer exit status in test_dtrace (GH-152893) (#152900)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Jul 2026 15:37:52 +0000 (17:37 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Jul 2026 15:37:52 +0000 (15:37 +0000)
commite0db0e4d3472716149f5861deee6390ac8e9b47f
tree95bf7742f900e11db3240ea21cb8d181cd2397a2
parent7dd15e4f76bed0af816316ab27d51a859a5b55b5
[3.15] gh-98894: Check tracer exit status in test_dtrace (GH-152893) (#152900)

gh-98894: Check tracer exit status in test_dtrace (GH-152893)

Fail functional dtrace and SystemTap cases directly when the tracer exits
non-zero.
(cherry picked from commit 311e7e79f4e305f1217ef548a62ea219a47c0d7b)

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