On 9 September 2015 at 14:25, Zachary Turner via lldb-commits
<lldb-commits@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?
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to