Bug 69310 - NRWT --force doesn't open results.html when there are failures
Summary: NRWT --force doesn't open results.html when there are failures
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 88680
  Show dependency treegraph
 
Reported: 2011-10-03 17:41 PDT by Ojan Vafai
Modified: 2012-06-13 19:10 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ojan Vafai 2011-10-03 17:41:18 PDT
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.
Comment 1 Dirk Pranke 2012-06-13 19:10:57 PDT
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