Bug 60225

Summary: [results.html] Hide the entire table if all failures are expected
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: New BugsAssignee: Ojan Vafai <ojan>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric: review+

Description Ojan Vafai 2011-05-04 16:05:14 PDT
[results.html] Hide the entire table if all failures are expected
Comment 1 Ojan Vafai 2011-05-04 16:09:55 PDT
Created attachment 92340 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-05-04 16:11:02 PDT
Comment on attachment 92340 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=92340&action=review

OK.

> LayoutTests/fast/harness/results.html:387
> +    if (globalState().results.uses_expectations_file) {

Could we do this as a helper method so that this can jsut early return instead?
Comment 3 Ojan Vafai 2011-05-04 16:56:47 PDT
Committed r85809: <http://trac.webkit.org/changeset/85809>