WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(4.08 KB, patch)
2012-06-11 00:30 PDT
,
Ryosuke Niwa
tony
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2012-06-11 00:28:30 PDT
Created
attachment 146799
[details]
Patch
Ryosuke Niwa
Comment 2
2012-06-11 00:30:37 PDT
Created
attachment 146800
[details]
Patch
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
Committed
r120407
: <
http://trac.webkit.org/changeset/120407
>
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