[lldb-dev] [Bug 22053] New: Make the test runner print test output on the fly, not just a huge dump at the end.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 29 12:05:35 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=22053

            Bug ID: 22053
           Summary: Make the test runner print test output on the fly, not
                    just a huge dump at the end.
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: zturner at google.com
    Classification: Unclassified

It's useful to be able to see test output as the tests are running.  Currently
you cannot see anything until the test runner has completed.  Since it can
sometimes take a long time, it often leaves one wondering if the test suite is
hung, or if things are going as expected.

Being able to see the output of individual tests as those tests complete would
be a welcome feature.

-- 
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/20141229/ef5f4296/attachment.html>


More information about the lldb-dev mailing list