Bug 92216 - Simplify ExpectedFailures
Summary: Simplify ExpectedFailures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-24 23:32 PDT by Adam Barth
Modified: 2012-07-27 00:48 PDT (History)
4 users (show)

See Also:


Attachments
work in progress (9.44 KB, patch)
2012-07-24 23:33 PDT, Adam Barth
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2012-07-24 23:32:34 PDT
Simplify ExpectedFailures
Comment 1 Adam Barth 2012-07-24 23:33:20 PDT
Created attachment 154267 [details]
work in progress
Comment 2 Eric Seidel (no email) 2012-07-26 12:36:01 PDT
Comment on attachment 154267 [details]
work in progress

It looks reasonable if it works.  Please move the module-level methods onto the object somehow.
Comment 3 Adam Barth 2012-07-26 12:42:02 PDT
> It looks reasonable if it works.  Please move the module-level methods onto the object somehow.

I can make them @static.
Comment 4 Adam Barth 2012-07-27 00:48:18 PDT
Committed r123845: <http://trac.webkit.org/changeset/123845>