Bug 37422
Summary: | new-run-webkit-tests should save per-test stderr output | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Pranke <dpranke> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, eric, ojan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Dirk Pranke
Currently run-webkit-tests tracks per-test stderr output if it exists, and reports on it in the results file.
The old Chromium run-webkit-tests would log stderr output to the log file, but not store it separately.
The new-run-webkit-tests should probably follow the lead of run-webkit-tests.
Alternatively we could concat stderr output onto stdout, which would cause the tests to fail, but this could lead to flaky test failures and/or harmless logging being treated as a failure.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ojan Vafai
*** This bug has been marked as a duplicate of bug 37739 ***