mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +00:00
gh-90791: test.pythoninfo logs ASAN_OPTIONS env var (#108289)
* Cleanup libregrtest code logging ASAN_OPTIONS. * Fix a typo on "ASAN_OPTIONS" vs "MSAN_OPTIONS".
This commit is contained in:
parent
a0bb4a39d1
commit
3a1ac87f8f
3 changed files with 39 additions and 25 deletions
|
@ -308,6 +308,13 @@ def collect_os(info_add):
|
|||
"_PYTHON_PROJECT_BASE",
|
||||
"_PYTHON_SYSCONFIGDATA_NAME",
|
||||
"__PYVENV_LAUNCHER__",
|
||||
|
||||
# Sanitizer options
|
||||
"ASAN_OPTIONS",
|
||||
"LSAN_OPTIONS",
|
||||
"MSAN_OPTIONS",
|
||||
"TSAN_OPTIONS",
|
||||
"UBSAN_OPTIONS",
|
||||
))
|
||||
for name, value in os.environ.items():
|
||||
uname = name.upper()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue