[Lldb-commits] [lldb] r247173 - Don't allow duplicate names for tests.
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 9 11:44:14 PDT 2015
On 9 September 2015 at 14:25, Zachary Turner via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
> Author: zturner
> Date: Wed Sep 9 13:25:13 2015
> New Revision: 247173
>
> URL: http://llvm.org/viewvc/llvm-project?rev=247173&view=rev
> Log:
> 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.
I wonder if it would be straightforward to have the test runner fail
out if it encounters duplicate test file names?
More information about the lldb-commits
mailing list