[PATCH] lit: Incremental test scheduling

Andrew Trick atrick at apple.com
Sun Oct 27 18:45:16 PDT 2013


I really want this feature. It may not be clean, but would save a lot of time in practice. However...

On Oct 24, 2013, at 10:35 PM, Alp Toker <alp at nuanti.com> wrote:

> lit shell tests and compiled unit tests are both supported. At the moment, the cache is implemented by scanning and modifying test source mtimes directly. This hasn't caused trouble but the technique could be refined in future to store test failures in a separate cache file if needed.

This doesn’t feel right. I don’t think it will personally cause me any grief, but seems like someone or their tools will be confused. If others think it’s ok, I won’t object. I just don’t want to accept the patch until others review this aspect.

-Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131027/62614326/attachment.html>


More information about the llvm-commits mailing list