[lldb-dev] [Bug 25450] New: Convert standard concurrent test runner output over to TestResult-based implementation
via lldb-dev
lldb-dev at lists.llvm.org
Sun Nov 8 09:52:40 PST 2015
https://llvm.org/bugs/show_bug.cgi?id=25450
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 at lists.llvm.org
Reporter: todd.fiala at gmail.com
CC: llvm-bugs at 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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20151108/d4e9c41a/attachment.html>
More information about the lldb-dev
mailing list