[GTK] run-webkit-tests unable to find TestExpectations for WK2
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.