Open Bug 1195484 Opened 9 years ago Updated 2 years ago

Process cppunittest output as it occurs

Categories

(Testing :: CPPUnitTest, defect)

defect

Tracking

(Not tracked)

People

(Reporter: jgriffin, Unassigned)

Details

Currently, output from a cppunittest is stored until the process terminates, and then it gets dumped.

https://dxr.mozilla.org/mozilla-central/source/testing/runcppunittests.py#51

For long-running tests, then, we have to increase the output timeout (see bug 1190474), and if something happens to the test while it's running, we can lose the entire output.

Ideally, we should be dumping the output in near realtime.
In our other suites we tend to elide test output unless there's a failure. Not sure if it's worth trying to do the same thing here or not.
Component: General → CPPUnitTest
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.