Bug 69310

Summary: NRWT --force doesn't open results.html when there are failures
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: Tools / TestsAssignee: 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    

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