RESOLVED FIXED Bug 88761
Use testRunner instead of layoutTestController in battery status and canvas tests
https://bugs.webkit.org/show_bug.cgi?id=88761
Summary Use testRunner instead of layoutTestController in battery status and canvas t...
Ryosuke Niwa
Reported 2012-06-11 00:22:53 PDT
Use testRunner instead of layoutTestController in battery status and canvas tests
Attachments
Patch (2.59 KB, patch)
2012-06-11 00:28 PDT, Ryosuke Niwa
no flags
Patch (4.08 KB, patch)
2012-06-11 00:30 PDT, Ryosuke Niwa
tony: review+
Ryosuke Niwa
Comment 1 2012-06-11 00:28:30 PDT
Ryosuke Niwa
Comment 2 2012-06-11 00:30:37 PDT
Ryosuke Niwa
Comment 3 2012-06-11 00:34:10 PDT
Ran: find LayoutTests/batterystatus/ LayoutTests/platform/*/batterystatus/ -type f -not -iwholename "*.svn*" -not -name "*.png" -not -name "*.ttf" -not -name "*.gif" | xargs sed -i -e "s/layoutTestController/testRunner/g" find LayoutTests/canvas/ LayoutTests/platform/*/canvas/ -type f -not -iwholename "*.svn*" -not -name "*.png" -not -name "*.ttf" -not -name "*.gif" | xargs sed -i -e "s/layoutTestController/testRunner/g"
Tony Chang
Comment 4 2012-06-11 10:13:05 PDT
Comment on attachment 146800 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=146800&action=review > LayoutTests/canvas/philip/tests/2d.text-custom-font-load-crash.html:30 > }), 500); This timeout is unfortunate, but unrelated to your patch.
Ryosuke Niwa
Comment 5 2012-06-14 23:23:27 PDT
Note You need to log in before you can comment on or make changes to this bug.