Summary: | [GTK] run-webkit-tests unable to find TestExpectations for WK2 | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Sergio Villar Senin <svillar> | ||||
Component: | New Bugs | Assignee: | Sergio Villar Senin <svillar> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth, dpranke, ojan, pnormand, rniwa, svillar, webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Sergio Villar Senin
2012-09-18 04:08:44 PDT
Created attachment 164530 [details]
Patch
Comment on attachment 164530 [details] Patch Clearing flags on attachment: 164530 Committed r128874: <http://trac.webkit.org/changeset/128874> All reviewed patches have been landed. Closing bug. Comment on attachment 164530 [details]
Patch
We should probably just make this the default implementation in base.py; it looks like no one is using that implementation anymore, and this clones the implementation in apple.py. Qt, Chromium, and Efl all use different logic.
(In reply to comment #4) > (From update of attachment 164530 [details]) > We should probably just make this the default implementation in base.py; it looks like no one is using that implementation anymore, and this clones the implementation in apple.py. Qt, Chromium, and Efl all use different logic. Good point Dirk, I didn't review the other ports implementation when dealing with this issue. I can open a new bug moving the port specific implementations to the base class. |