summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
diff options
context:
space:
mode:
authorCody Maloney <cmaloney@users.noreply.github.com>2024-11-21 09:33:12 (GMT)
committerGitHub <noreply@github.com>2024-11-21 09:33:12 (GMT)
commitff2278e2bf660155ca8f7c0529190ca59a41c13a (patch)
treea3faef0307e70fda6a1f9c1e18dda7b2850c7ad7 /Misc/NEWS.d/next/Tests
parent1629d2ca56014beb2d46c42cc199a43ac97e3b97 (diff)
downloadcpython-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.rst1
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.