WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
92947
Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests
https://bugs.webkit.org/show_bug.cgi?id=92947
Summary
Use testRunner instead of layoutTestController in fast/scrolling through fast...
Ryosuke Niwa
Reported
2012-08-01 23:21:20 PDT
Use testRunner instead of layoutTestController in fast/scrolling through fast/xsl tests
Attachments
Patch
(602.99 KB, patch)
2012-08-01 23:28 PDT
,
Ryosuke Niwa
tkent
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2012-08-01 23:28:35 PDT
Created
attachment 155980
[details]
Patch
Kent Tamura
Comment 2
2012-08-02 01:33:28 PDT
Comment on
attachment 155980
[details]
Patch looks ok
Ryosuke Niwa
Comment 3
2012-08-03 18:13:31 PDT
Committed
r124680
: <
http://trac.webkit.org/changeset/124680
>
Ryosuke Niwa
Comment 4
2012-08-03 18:55:30 PDT
The shell command I've been using thus far (just for the record): find LayoutTests/fast/xsl LayoutTests/platform/*/fast/xsl -type f -not -wholename '*/.svn/*' -print0 | xargs -0 grep -nHl layoutTestController | xargs sed -i "" -e "s/layoutTestController/testRunner/g"
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug