[clang] [clang] Merge gtest binaries into AllClangUnitTests (PR #134196)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 16 03:18:50 PDT 2025


kadircet wrote:

Do you or @petrhosek have some free cycles to follow up on that soon?

Because as things stand, unit test execution is currently in a very fragile state. Anyone that adds a unittest to clang currently runs the risk of braking something completely unrelated (I do agree that it's the fault of those tests to be fragile in the first place), resulting in lots of time debugging (I spent a good couple hours here).

If we can't get a fix in soon, can we consider reverting this until someone has the capacity to land this with a custom main for clang unit tests?

https://github.com/llvm/llvm-project/pull/134196


More information about the cfe-commits mailing list