Bug 58481
| Summary: | Impossible to tell from results.json/results.html if run was complete or not | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | abarth, dpranke, ojan |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Eric Seidel (no email)
Impossible to tell from results.json/results.html if run was complete or not
I'm having to write a whole bunch of code in the commit-queue to guess if a run was complete or not. results.json and results.html should record this information. Specifically what the --exit-after-N-failures value was, or just if the result completed.
I want to be able to tell if a test failed or passed definitively from a results archive. Currently that's impossible without apriori knowledge about how the tests were run.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dirk Pranke
Seems like this would be a good enhancement.
Ojan Vafai
full_results.json now has an interrupted key.