Hi everyone,
BackgroundI'm fixing some memory leaks in the Nvidia desktop driver (Windows and Linux) to
address issues encountered in various chromium-related projects
like Angle and Dawn.
Now I'm looking at adding some automatic testing to catch these kinds of issues early, and I have lots of questions about how to do that well.
Kenneth Russell recommended this group as a good place to ask these questions.
QuestionsI'll just list a few of my questions to get the conversation started:
- Do you have automatic leak detection tests running for any projects within chromium?
- If so, can you point me to some of them?
- If not, have you considered it?