[Lldb-commits] [PATCH] D44526: [dotest] Clean up test folder clean-up

Pavel Labath via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 20 04:55:56 PDT 2018


Deleting the test build dir is fairly easy. I can whip up a patch for that,
but I'm not sure if that's the part that is bothering you the most here.
Dealing with the log files is a bot more complicated and there doesn't seem
to be a clear consensus on what to do with them.  The last discussion about
the (Jan 17: Questions about the LLDB testsuite and improving its
reliability) ended without a clear conclusion. I personally, think it would
be nice to put the log files into the build dir, but I don't feel strongly
enough about it to go around and try to get people to change their habits.


On Mon, 19 Mar 2018 at 17:17, Greg Clayton via Phabricator via lldb-commits
<lldb-commits at lists.llvm.org> wrote:

> clayborg added subscribers: labath, clayborg.
> clayborg added a comment.
>
> I would be nice to have the option to nuke each test build directory if
> the test passed. Can be an option that we specify. That way, the only
> folders left over could be the tests that are failing. The options doesn't
> need to default to true, but if anyone is in that code and would know how
> to do that, that would be a great option to have. This option could also
> clean up the log directory and remove any logs for tests that succeeded or
> were skipped. I alway have to go and nuke these files manually.
>
> Greg
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D44526
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180320/eae3c5d3/attachment.html>


More information about the llvm-commits mailing list