commit | 86240549f4320181bc37ec4cd98a374dce6bccf5 | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Tue Dec 10 22:02:32 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 10 22:05:31 2024 -0800 |
tree | f362ee6fa47002f780ae59e79c17d900991258d1 | |
parent | 54a742eb38a527487bbe7eb7c2b204de1dd3d26f [diff] |
[libc++abi] Don't leak in test (#119505) Trying to re-enable a test on bots https://github.com/llvm/llvm-zorg/blob/bb695735dba75e1a5dced13e836f4f46de464bac/zorg/buildbot/builders/sanitizers/buildbot_functions.sh#L443 When we reach `terminate()` `exc` pointer is not on the stack, so lsan correctly reports a leak. GitOrigin-RevId: a4538cdcee75b78b7165dda05c9aa7718c4837c4