Bug 168468
| Summary: | I want to be able to see stderr output from a passing test (even when all tests pass) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, fujii.hironori, lforschler, simon.fraser, thorton |
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=137630 | ||
Simon Fraser (smfr)
When investigating test failures via logging, it's useful to see the output from a passing test run. However, stderr from passing tests doesn't show up in the layout test results page.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
A workaround is to use --debug-rwt-logging (and all bots have that enabled).
Alexey Proskuryakov
This is very much like bug 137630. Is the proper behavior here to get stderr links in HTML results page too?