FYI, all conversion bugs *depend on* https://bugs.webkit.org/show_bug.cgi?id=88210
- Ryosuke On Mon, Jun 18, 2012 at 11:48 PM, Ryosuke Niwa <[email protected]> wrote: > Hello WebKittens, > > I've exposed layoutTestController as testRunner in > http://trac.webkit.org/changeset/119946. Moving forward, please use > window.testRunner (as supposed to window.layoutTestController) in new > tests you write. > > If you're interested in helping the effort to update existing tests to use > testRunner instead of layoutTestController, run variants of the following > shell command: > > find LayoutTests/fast/css LayoutTests/platform/*/fast/css -type f -not > -wholename '*/.svn/*' -print0 \ > | xargs -0 grep -nHl layoutTestController \ > | xargs sed -i "" -e "s/layoutTestController/testRunner/g" > > then revert all new line changes. While sed adds a new line at the end of > each file when one is missing, this causes documents in quirks mode to > render differently and thus the modified tests to fail. > > Upload the patch and cc me. > > Best, > Ryosuke Niwa > Software Engineer > Google Inc. > >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

