Remove hack from dotest.py to fix extra output on -P command, and fix MacOSX multi...
authorTodd Fiala <todd.fiala@gmail.com>
Tue, 8 Jul 2014 16:29:54 +0000 (16:29 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Tue, 8 Jul 2014 16:29:54 +0000 (16:29 +0000)
commit9189e034f172b2c9280046de2d10c2d9e209f16f
treeee9090dd6f290bd945b7a52c1d95f7ddda891c59
parent862d8b8d06fb155378530ba26a73574f73134f26
Remove hack from dotest.py to fix extra output on -P command, and fix MacOSX multi-threaded test run collisions on crashlog.dylib.

On MacOSX, we need to adjust the way we clean up the crashlog dylib in deleteCrashInfoDylib().
Right now it is only geared to run one test at a time.  For now I'm just skipping the delete.
I'll work with Apple on a fix that handles this.  It seems to only cause one dylib total to
hang around that might otherwise have been deleted.  Fixes MacOSX multiple tests running
at the same time.  (I didn't hit this on Yosemite, might be an issue that only shows up
on Mavericks?)

llvm-svn: 212548
lldb/test/dotest.py