[lldb-dev] Moving lldbsuite API tests

Jordan Rupprecht via lldb-dev lldb-dev at lists.llvm.org
Tue Feb 11 10:07:36 PST 2020


I didn't actually get around to this yesterday. Landed minutes ago
as 99451b4453688a94c6014cac233d371ab4cc342d. I'll keep an eye out for
failures, but poke me if I miss something :)

On Mon, Feb 10, 2020 at 9:21 AM Jonas Devlieghere <jonas at devlieghere.com>
wrote:

> I'm very excited about this. Thank you for taking the time and effort
> to make this happen!
>
> On Mon, Feb 10, 2020 at 9:01 AM Jordan Rupprecht <rupprecht at google.com>
> wrote:
> >
> > Later today I'm planning to land D71151, which moves
> lldb/packages/Python/lldbsuite/test to lldb/test/API, and removes the
> lldb/test/API/testcases symlink. This is a large move, so I expect it will
> cause conflict for many outstanding patches with lldb tests. However, it
> should hopefully make testing the lldbsuite/test/api a little easier: for
> example, you can now run "ninja check-lldb-api-lang" to run that
> subdirectory of tests, which matches how ninja targets work for the rest of
> llvm testing. (Note: "ninja check-lldb" still works without re-invoking
> cmake, but you need to run cmake again to get all the sub targets). It also
> removes the symlink, which confuses some tools, and makes file navigation
> confusing.
> >
> > I have verified no tests got lost in the move via:
> > (cd /path/to/src/llvm-build/tools/lldb/test && /usr/bin/python
> /path/to/src/llvm-build/dev/./bin/llvm-lit -sv
> /path/to/src/llvm-project/lldb/test/API --show-tests)
> > which shows no diffs before/after my patch
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20200211/e012f557/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4849 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20200211/e012f557/attachment-0001.bin>


More information about the lldb-dev mailing list