Bug 69310
Summary: | NRWT --force doesn't open results.html when there are failures | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ojan Vafai <ojan> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | dpranke, eric, tony |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 88680 |
Ojan Vafai
For example, run-webkit-tests --force css3/flexbox doesn't open the results.html page when there are failures (currently the css3/flexbox tests are all skipped).
It looks like it is generating the correct results.html file though.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Pranke
I just tried this with new-run-webkit-tests --chromium --force webarchive , and it worked fine (webarchive is normally skipped). Also, I don't see anything in the code that would keep the results.html from being opened.
So, maybe there was a bug that got fixed, or maybe it was something else. Please reopen if you see this again