[Lldb-commits] [lldb] 9be5c13 - [lldb/Test] Add check-lldb-repro target

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 23 08:32:46 PST 2020


Thanks Martin! I'll see if I can change the temp path to whatever lit uses.

On Thu, Jan 23, 2020 at 12:05 AM Martin Storsjö <martin at martin.st> wrote:
>
> 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