[all-commits] [llvm/llvm-project] 743c32: [clang] Disable libclang abort death test after me...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Tue Apr 29 11:31:18 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 743c32eb8195c248c699c61ffbac141947b8e6ab
https://github.com/llvm/llvm-project/commit/743c32eb8195c248c699c61ffbac141947b8e6ab
Author: Reid Kleckner <rnk at google.com>
Date: 2025-04-29 (Tue, 29 Apr 2025)
Changed paths:
M clang/unittests/libclang/CrashTests/LibclangCrashTest.cpp
Log Message:
-----------
[clang] Disable libclang abort death test after merging unittests
Death tests are often sensitive to global process state, which is
dirtier now that the scope of the test binary has increased
significantly.
I think the value of this single death test isn't high enough to roll
back the gtest binary merging patch, so I'm disabling it.
See issue #137855 for the investigation.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list