Re: [lldb-dev] [RFC] Upstreaming Reproducer Capture/Replay for the API Test Suite

2020-04-06 Thread Davidino Italiano via lldb-dev
> On Apr 6, 2020, at 2:24 PM, Jonas Devlieghere via lldb-dev > wrote: > > Hi everyone, > > Reproducers in LLDB are currently tested through (1) unit tests, (2) > dedicated end-to-end shell tests and (3) the `lldb-check-repro` suite which > runs all the shell tests against a replayed reprodu

Re: [lldb-dev] Minimum required swig version?

2020-04-16 Thread Davidino Italiano via lldb-dev
> On Apr 16, 2020, at 2:28 PM, Ted Woodward via lldb-dev > wrote: > > http://lldb.llvm.org/resources/build.html > Says we need swig 2 or later: > If you want to run the test suite, you’ll need to build LLDB with Python > scripting support. > > ·

Re: [lldb-dev] Minimum required swig version?

2020-04-16 Thread Davidino Italiano via lldb-dev
> On Apr 16, 2020, at 3:08 PM, Jonas Devlieghere wrote: > > > > On Thu, Apr 16, 2020 at 2:42 PM Davidino Italiano via lldb-dev > mailto:lldb-dev@lists.llvm.org>> wrote: > > >> On Apr 16, 2020, at 2:28 PM, Ted Woodward via lldb-dev >> mailto:ll