Bug 88755 - Use testRunner in accessibility tests instead of layoutTestController
Summary: Use testRunner in accessibility tests instead of layoutTestController
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: Ryosuke Niwa
URL:
Keywords:
Depends on: 88210
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-10 22:58 PDT by Ryosuke Niwa
Modified: 2012-06-12 13:37 PDT (History)
13 users (show)

See Also:


Attachments
Patch (349.25 KB, patch)
2012-06-10 23:01 PDT, Ryosuke Niwa
tony: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-06-10 22:58:37 PDT
Use testRunner in accessibility tests instead of layoutTestController
Comment 1 Ryosuke Niwa 2012-06-10 23:01:55 PDT
Created attachment 146788 [details]
Patch
Comment 2 Ryosuke Niwa 2012-06-10 23:16:12 PDT
I just ran the following shell command on my Mac:
find LayoutTests/accessibility LayoutTests/platform/*/accessibility -type f -not -iwholename "*.svn*" | xargs sed -i -e "s/layoutTestController/testRunner/g"
Comment 3 Tony Chang 2012-06-11 10:05:23 PDT
Why are there binary file changes?
Comment 4 Ryosuke Niwa 2012-06-11 10:08:20 PDT
(In reply to comment #3)
> Why are there binary file changes?

Those changes should be reverted when I land. I should have excluded .png files :(
Comment 5 Tony Chang 2012-06-11 11:05:07 PDT
Comment on attachment 146788 [details]
Patch

OK.  A swf file also snuck in. Please exclude when landing.
Comment 6 Ryosuke Niwa 2012-06-12 13:37:23 PDT
Committed r120111: <http://trac.webkit.org/changeset/120111>