[Lldb-commits] [lldb] 9be5c13 - [lldb/Test] Add check-lldb-repro target
Martin Storsjö via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 23 00:05:29 PST 2020
On Wed, 22 Jan 2020, Jonas Devlieghere via lldb-commits wrote:
>
> Author: Jonas Devlieghere
> Date: 2020-01-22T17:35:45-08:00
> New Revision: 9be5c13538898c7632c2de7300de9479688a2460
>
> URL: https://github.com/llvm/llvm-project/commit/9be5c13538898c7632c2de7300de9479688a2460
> DIFF: https://github.com/llvm/llvm-project/commit/9be5c13538898c7632c2de7300de9479688a2460.diff
>
> LOG: [lldb/Test] Add check-lldb-repro target
>
> This adds a new target check-lldb-repro which runs the shell tests with
> the lldb-repo utility. It runs the shell tests twice, once while
> capturing a reproducer and then again by replaying that reproducer.
>
FYI these new tests leave behind a _lot_ of intermediate files in /tmp.
Could we have those files in the normal lit test output directory instead?
// Martin
More information about the lldb-commits
mailing list