[Lldb-commits] [lldb] r371734 - [lldb] Remove duplicated breakpoint tests

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 12 07:07:16 PDT 2019


Author: teemperor
Date: Thu Sep 12 07:07:16 2019
New Revision: 371734

URL: http://llvm.org/viewvc/llvm-project?rev=371734&view=rev
Log:
[lldb] Remove duplicated breakpoint tests

After reverting the deletion of the functionalities/breakpoint tests,
we now have some tests twice in the test/ folder which breaks dotest:

* commands/breakpoint/basic
* functionalities/breakpoint/breakpoint_command

After looking over these tests, I think it makes sense to only
keep the original functionalities/ folder. The commands/breakpoint/basic
test are not exclusively testing the breakpoint command itself, so
they shouldn't be in commands/ in the first place. Note that these
folders have identical contents (beside small adjustments regarding
the Makefile which landed after the restructuring).

Removed:
    lldb/trunk/packages/Python/lldbsuite/test/commands/breakpoint/



More information about the lldb-commits mailing list