Bug 64008 - Remove unused parameter from _add_test in test_expectations.py
Summary: Remove unused parameter from _add_test in test_expectations.py
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: 2011-07-06 11:27 PDT by Adam Barth
Modified: 2011-07-06 13:54 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.14 KB, patch)
2011-07-06 11:27 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2011-07-06 11:27:11 PDT
Remove unused parameter from _add_test in test_expectations.py
Comment 1 Adam Barth 2011-07-06 11:27:34 PDT
Created attachment 99854 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-07-06 11:36:44 PDT
Comment on attachment 99854 [details]
Patch

OK.
Comment 3 WebKit Review Bot 2011-07-06 12:07:52 PDT
Comment on attachment 99854 [details]
Patch

Clearing flags on attachment: 99854

Committed r90479: <http://trac.webkit.org/changeset/90479>
Comment 4 WebKit Review Bot 2011-07-06 12:07:56 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Dirk Pranke 2011-07-06 13:48:30 PDT
It would probably be good to remove the rest of the "num_matches" logic at this point, since that code (which was already disabled) is now even more disabled :).
Comment 6 Adam Barth 2011-07-06 13:54:22 PDT
(In reply to comment #5)
> It would probably be good to remove the rest of the "num_matches" logic at this point, since that code (which was already disabled) is now even more disabled :).

I didn't follow that rabbit, but it's good to know that none if it is used.