Bug 88766

Summary: Use testRunner instead of layoutTestController in compositing tests
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: New BugsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, feature-media-reviews, hclam, igor.oliveira, jturcotte, senorblanco, simon.fraser, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 88210    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Ryosuke Niwa 2012-06-11 00:56:08 PDT
Use testRunner instead of layoutTestController in compositing tests
Comment 1 Ryosuke Niwa 2012-06-11 01:15:34 PDT
Created attachment 146807 [details]
Patch
Comment 2 Ryosuke Niwa 2012-06-11 01:17:33 PDT
Ran: find LayoutTests/compositing/ LayoutTests/platform/*/compositing/ -type f -not -iwholename "*.svn*" -not -name "*.png" -not -name "*.ttf" -not -name "*.gif" -not -name "*.mp4" -not -name "*.jpg" -not -name "*.ogv" -not -name "*.mov" | xargs sed -i -e "s/layoutTestController/testRunner/g"
Comment 3 WebKit Review Bot 2012-06-11 11:29:46 PDT
Comment on attachment 146807 [details]
Patch

Clearing flags on attachment: 146807

Committed r119992: <http://trac.webkit.org/changeset/119992>
Comment 4 WebKit Review Bot 2012-06-11 11:29:51 PDT
All reviewed patches have been landed.  Closing bug.