diff options
author | Zachary Turner <zturner@google.com> | 2015-09-09 18:25:13 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-09-09 18:25:13 +0000 |
commit | 1132152db44c44add40be000ca838db02d778108 (patch) | |
tree | 15ffe9ff545dfff3f4335330c2d5024327f553d5 /lldb/test/lang/cpp | |
parent | d16550de924e2b728394dcc1141f6291d5a98968 (diff) | |
download | bcm5719-llvm-1132152db44c44add40be000ca838db02d778108.tar.gz bcm5719-llvm-1132152db44c44add40be000ca838db02d778108.zip |
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
Diffstat (limited to 'lldb/test/lang/cpp')
-rw-r--r-- | lldb/test/lang/cpp/breakpoint-commands/Makefile (renamed from lldb/test/lang/cpp/breakpoints/Makefile) | 0 | ||||
-rw-r--r-- | lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py (renamed from lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py) | 2 | ||||
-rw-r--r-- | lldb/test/lang/cpp/breakpoint-commands/nested.cpp (renamed from lldb/test/lang/cpp/breakpoints/nested.cpp) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/breakpoints/Makefile b/lldb/test/lang/cpp/breakpoint-commands/Makefile index 1d1f38f7fd0..1d1f38f7fd0 100644 --- a/lldb/test/lang/cpp/breakpoints/Makefile +++ b/lldb/test/lang/cpp/breakpoint-commands/Makefile diff --git a/lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py b/lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py index a85652310f8..e38bd463c15 100644 --- a/lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py +++ b/lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py @@ -7,7 +7,7 @@ import unittest2 import lldb from lldbtest import * -class CPPBreakpointTestCase(TestBase): +class CPPBreakpointCommandsTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) diff --git a/lldb/test/lang/cpp/breakpoints/nested.cpp b/lldb/test/lang/cpp/breakpoint-commands/nested.cpp index 29d4b4cb19e..29d4b4cb19e 100644 --- a/lldb/test/lang/cpp/breakpoints/nested.cpp +++ b/lldb/test/lang/cpp/breakpoint-commands/nested.cpp |