diff options
author | Cody Maloney <cmaloney@users.noreply.github.com> | 2024-11-21 09:33:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-21 09:33:12 (GMT) |
commit | ff2278e2bf660155ca8f7c0529190ca59a41c13a (patch) | |
tree | a3faef0307e70fda6a1f9c1e18dda7b2850c7ad7 /Misc/NEWS.d/next/Tests | |
parent | 1629d2ca56014beb2d46c42cc199a43ac97e3b97 (diff) | |
download | cpython-ff2278e2bf660155ca8f7c0529190ca59a41c13a.zip cpython-ff2278e2bf660155ca8f7c0529190ca59a41c13a.tar.gz cpython-ff2278e2bf660155ca8f7c0529190ca59a41c13a.tar.bz2 |
gh-127076: Disable strace tests under LD_PRELOAD (#127086)
Distribution tooling (ex. sandbox on Gentoo and fakeroot on Debian) uses
LD_PRELOAD to intercept system calls and potentially modify them when
building. These tools can change the set of system calls, so disable
system call testing under these cases.
Co-authored-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2024-11-21-02-03-48.gh-issue-127076.a3avV1.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2024-11-21-02-03-48.gh-issue-127076.a3avV1.rst b/Misc/NEWS.d/next/Tests/2024-11-21-02-03-48.gh-issue-127076.a3avV1.rst new file mode 100644 index 0000000..7dec8bd --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2024-11-21-02-03-48.gh-issue-127076.a3avV1.rst @@ -0,0 +1 @@ +Disable strace based system call tests when LD_PRELOAD is set. |