]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 May 2023 21:22:44 +0000 (14:22 -0700)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 21:22:44 +0000 (14:22 -0700)
commitf9d2a109bb9a477f79639c0459d32f1c38c67cce
treeaa1b5645679325bd823577f6696a0859a57912be
parentf48a96a28012d28ae37a2f4587a780a5eb779946
[3.10] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is enabled (GH-104667) (#104669)

gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is enabled (GH-104667)

Skip test_subprocess.ProcessTestCase.test_empty_env if ASAN is enabled.
(cherry picked from commit c3f43bfb4bec39ff8f2c36d861a3c3a243bcb3af)

Co-authored-by: chgnrdv <52372310+chgnrdv@users.noreply.github.com>
Lib/test/test_subprocess.py