Don't allow duplicate names for tests.
authorZachary Turner <zturner@google.com>
Wed, 9 Sep 2015 18:25:13 +0000 (18:25 +0000)
committerZachary Turner <zturner@google.com>
Wed, 9 Sep 2015 18:25:13 +0000 (18:25 +0000)
commit1132152db44c44add40be000ca838db02d778108
tree15ffe9ff545dfff3f4335330c2d5024327f553d5
parentd16550de924e2b728394dcc1141f6291d5a98968
Don't allow duplicate names for tests.

We had 2 tests named TestCPPBreakpoints.py.  If one of those tests
failed, both of them would be reported as failures and contribute
to the failure count.  There may be other examples of duplicate
test names, and we should fix those as we find them.

llvm-svn: 247173
lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpointLocations.py [moved from lldb/test/functionalities/breakpoint/cpp/TestCPPBreakpoints.py with 98% similarity]
lldb/test/lang/cpp/breakpoint-commands/Makefile [moved from lldb/test/lang/cpp/breakpoints/Makefile with 100% similarity]
lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py [moved from lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py with 98% similarity]
lldb/test/lang/cpp/breakpoint-commands/nested.cpp [moved from lldb/test/lang/cpp/breakpoints/nested.cpp with 100% similarity]