Comment 2 for bug 623642

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 623642] [NEW] subunit-filter --no-success doesn't filter out all successes

First WAG: you have a corrupted stream, and -filter is seeing the rest
of the stream as non-protocol content in the corrupted messages
context; then the next filter is seeing a clean stream but that
content isn't filtered.

compare
| subunit-filter | subunit-filter | subunit-filter | subunit-stats
| subunit-filter | subunit-filter | subunit-stats
| subunit-filter | subunit-stats
| subunit-stats

-Rob