Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't allow duplicate names for tests. | Zachary Turner | 2015-09-09 | 1 | -76/+0 |
| | | | | | | | | | 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 | ||||
* | Added some simple testcases for figuring out breakpoints by name in | Jim Ingham | 2011-10-11 | 1 | -0/+76 |
classes & namespaces. llvm-svn: 141629 |