[libc-commits] [libc] [libc] Fix integration test args/env in LibcTest lit format (PR #184438)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Tue Mar 3 13:11:16 PST 2026


kaladron wrote:

Hi @boomanaiden154 !  We're skating to the edge of my lit knowledge here, so I'd appreciate feedback on this.  It turns out that for integration tests, the lit environment wasn't passing the environment through as specified in the tests.  This CL makes a sidecar file in a simple format to give the custom lit infra some things to set up.  This make 7 integration tests pass.

The question is: Is this a good way to do this?  We don't have GoogleTest, and I'm trying to make the transition smooth so I don't want to do crazy overhauls on the flag flip.  So I'm perfectly fine if the reaction is "lol, yeah... No, don't do it like this" =)

Thank you!

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


More information about the libc-commits mailing list