Eliminate the TestStarted-XXX and TestFinished-XXX files from check-lldb runs.
authorAdrian McCarthy <amccarth@google.com>
Thu, 10 Mar 2016 15:41:11 +0000 (15:41 +0000)
committerAdrian McCarthy <amccarth@google.com>
Thu, 10 Mar 2016 15:41:11 +0000 (15:41 +0000)
commit396e02a6e309cb3270ec2cd16173ce4feef11511
treef52e52654aec004c6d8429d0c08716865866f580
parent37f1f122269f207b7d7523cd29bc56bfe61b17e3
Eliminate the TestStarted-XXX and TestFinished-XXX files from check-lldb runs.

Nobody seems to know what purpose these files serve, yet they were accumulating by the thousands in the test traces directory.  I'm proposing we delete them.

Creating these files accounted for about 2.5% of the time to run ninja check-lldb on my machine, which isn't a lot, but it's something.

llvm-svn: 263122
lldb/packages/Python/lldbsuite/test/dotest.py