Bug 96998

Summary: [GTK] run-webkit-tests unable to find TestExpectations for WK2
Product: WebKit Reporter: Sergio Villar Senin <svillar>
Component: New BugsAssignee: 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 Flags
Patch none

Description Sergio Villar Senin 2012-09-18 04:08:44 PDT
[GTK] run-webkit-tests unable to find TestExpectations for WK2
Comment 1 Sergio Villar Senin 2012-09-18 04:12:15 PDT
Created attachment 164530 [details]
Patch
Comment 2 Sergio Villar Senin 2012-09-18 04:32:39 PDT
Comment on attachment 164530 [details]
Patch

Clearing flags on attachment: 164530

Committed r128874: <http://trac.webkit.org/changeset/128874>
Comment 3 Sergio Villar Senin 2012-09-18 04:32:43 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Dirk Pranke 2012-09-18 10:09:29 PDT
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.
Comment 5 Sergio Villar Senin 2012-09-18 11:07:01 PDT
(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.