Uh oh!
There was an error while loading. Please reload this page.
gh-104839: Prevent test_venv AddressSanitizer spam - #105005
Conversation
Pass any ASAN_OPTIONS environment variable through to the child process so that leak sanitizer being disabled on our CI and buildbots stays true in the children.
gpshead
commented
May 27, 2023
Only 596 lines of output in the Address Sanitizer Tests CI run. Yay, normal. No longer 50,000 and 5MiB. |
miss-islington
commented
May 27, 2023
Thanks @gpshead for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11, 3.12. |
miss-islington
commented
May 27, 2023
Sorry, @gpshead, I could not cleanly backport this to |
miss-islington
commented
May 27, 2023
Sorry @gpshead, I had trouble checking out the |
bedevere-bot
commented
May 27, 2023
GH-105006 is a backport of this pull request to the 3.12 branch. |
…#105006) gh-104839: Prevent test_venv AddressSanitizer spam (GH-105005) Pass any ASAN_OPTIONS environment variable through to the child process so that leak sanitizer being disabled on our CI and buildbots stays true in the children. (cherry picked from commit a17f160) Co-authored-by: Gregory P. Smith [Google] <greg@krypto.org>
Pass any ASAN_OPTIONS environment variable through to the child process so that leak sanitizer being disabled on our CI and buildbots stays true in the children.
Fixes#104839.