[Lldb-commits] [PATCH] D18017: Eliminate the TestStarted-XXX and TestFinished-XXX files from the test traces
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 9 16:06:34 PST 2016
zturner added a comment.
Here's the commit that added this functionality:
D:\src\llvm\tools\lldb\test>git show a73ad66a
commit a73ad66a4ee96ccc8e6be4a645cd6b9180a72e4b
Author: Johnny Chen <johnny.chen at apple.com>
Date: Thu Aug 16 19:15:21 2012 +0000
Catch timestamps for the beginning and end of the test suite run.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@162040 91177308-0d34-0410-b5e6-96231b3b80d8
All changes to these lines of code since then have been fixing bugs in the filenames that cause tests to fail, but AFAICT nobody is using it.
http://reviews.llvm.org/D18017
More information about the lldb-commits
mailing list