[Lldb-commits] [PATCH] D18017: Eliminate the TestStarted-XXX and TestFinished-XXX files from the test traces

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 9 19:34:24 PST 2016


tfiala accepted this revision.
tfiala added a comment.
This revision is now accepted and ready to land.

I'm fine with nuking them.

Prior to the parallel test runner, they were probably the most reliable way to tell if a test crashed in the middle of a run, and to figure out what it was.  (Maybe - I don't know as I never used them for that or any other purpose).

We now have much more reasonable ways to track overall progress, so I don't see a compelling reason to keep them.


http://reviews.llvm.org/D18017





More information about the lldb-commits mailing list