Bug ID 25450
Summary Convert standard concurrent test runner output over to TestResult-based implementation
Product lldb
Version unspecified
Hardware PC
OS All
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@lists.llvm.org
Reporter todd.fiala@gmail.com
CC llvm-bugs@lists.llvm.org
Classification Unclassified
A few months back I added the TestResults and test_event infrastructure to the
concurrent test runner.
It's time to covert our standard text-based (non-curses) output over to use
this infrastructure. In the process, we'll get more accurate information about
number of tests runs and test-method-based counts (rather than test class or
test file-based counts, which are less interesting).
Once the following feature is implemented:
https://llvm.org/bugs/show_bug.cgi?id=24828
We'll also be able to note test methods that failed to run (possibly due to an
inferior detest.py timing out). I'll file that as a separate bugzilla task,
though.