Between the time it was created and it was pushed upstream, 99451b4453688a94c6014cac233d371ab4cc342d has moved the existing gui gui tests to lldb/test, so move this one too.
And update it to contain TestGuiBasic.py changes since the time when it was based on that test.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lldb/test/API is usually for testing the lldb::SB* interfaces IIRC. So not sure this move makes sense?
Comment Actions
It's really for any test that wants to use the lldbtest test harness. There are other tests in the commands sub-directory that use lldbutil methods to get the test up and going, then a bunch of self.expects to test various command line output. Oddly enough there are also some tests in there (like the disassemble/basic test) that don't seem to test command line commands at all. But that's a separate issue.
Comment Actions
I personally don't particularly care where the tests are, I just wanted all the gui tests to be together to make it simpler to run them all.