Bug 109575

Summary: [chromium] move text dump generation to TestRunner library
Product: WebKit Reporter: jochen
Component: New BugsAssignee: jochen
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, alecflett, dglazkov, fishd, jamesr, peter+ews, tkent+wkapi, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 109622    
Bug Blocks: 108469    
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description jochen 2013-02-12 05:37:41 PST
[chromium] move text dump generation to TestRunner library
Comment 1 jochen 2013-02-12 05:38:07 PST
Created attachment 187843 [details]
Patch
Comment 2 WebKit Review Bot 2013-02-12 05:41:26 PST
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Comment 3 WebKit Review Bot 2013-02-12 05:41:43 PST
Attachment 187843 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Tools/ChangeLog', u'Tools/DumpRenderTree/DumpRenderTree.gypi', u'Tools/DumpRenderTree/chromium/TestRunner/public/WebTestDelegate.h', u'Tools/DumpRenderTree/chromium/TestRunner/public/WebTestProxy.h', u'Tools/DumpRenderTree/chromium/TestRunner/public/WebTestRunner.h', u'Tools/DumpRenderTree/chromium/TestRunner/src/TestCommon.cpp', u'Tools/DumpRenderTree/chromium/TestRunner/src/TestCommon.h', u'Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp', u'Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h', u'Tools/DumpRenderTree/chromium/TestRunner/src/WebPermissions.cpp', u'Tools/DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp', u'Tools/DumpRenderTree/chromium/TestShell.cpp', u'Tools/DumpRenderTree/chromium/TestShell.h', u'Tools/DumpRenderTree/chromium/WebViewHost.cpp', u'Tools/DumpRenderTree/chromium/WebViewHost.h']" exit_code: 1
Tools/DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp:338:  Use equivelent function in <wtf/ASCIICType.h> instead of the tolower() function.  [runtime/ctype_function] [4]
Total errors found: 1 in 15 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 jochen 2013-02-12 05:42:35 PST
(In reply to comment #3)
> Tools/DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp:338:  Use equivelent function in <wtf/ASCIICType.h> instead of the tolower() function.  [runtime/ctype_function] [4]

I copied the code from TestShell (and I can't use wtf from TestRunner anyway)
Comment 5 Peter Beverloo (cr-android ews) 2013-02-12 05:47:49 PST
Comment on attachment 187843 [details]
Patch

Attachment 187843 [details] did not pass cr-android-ews (chromium-android):
Output: http://queues.webkit.org/results/16454236
Comment 6 jochen 2013-02-12 05:49:22 PST
Created attachment 187846 [details]
Patch
Comment 7 WebKit Review Bot 2013-02-12 05:52:21 PST
Attachment 187846 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Tools/ChangeLog', u'Tools/DumpRenderTree/DumpRenderTree.gypi', u'Tools/DumpRenderTree/chromium/TestRunner/public/WebTestDelegate.h', u'Tools/DumpRenderTree/chromium/TestRunner/public/WebTestProxy.h', u'Tools/DumpRenderTree/chromium/TestRunner/public/WebTestRunner.h', u'Tools/DumpRenderTree/chromium/TestRunner/src/TestCommon.cpp', u'Tools/DumpRenderTree/chromium/TestRunner/src/TestCommon.h', u'Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp', u'Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h', u'Tools/DumpRenderTree/chromium/TestRunner/src/WebPermissions.cpp', u'Tools/DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp', u'Tools/DumpRenderTree/chromium/TestShell.cpp', u'Tools/DumpRenderTree/chromium/TestShell.h', u'Tools/DumpRenderTree/chromium/WebViewHost.cpp', u'Tools/DumpRenderTree/chromium/WebViewHost.h']" exit_code: 1
Tools/DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp:339:  Use equivelent function in <wtf/ASCIICType.h> instead of the tolower() function.  [runtime/ctype_function] [4]
Total errors found: 1 in 15 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 8 WebKit Review Bot 2013-02-12 06:31:44 PST
Comment on attachment 187846 [details]
Patch

Attachment 187846 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/16483199

New failing tests:
fast/overflow/scrollRevealButton.html
Comment 9 jochen 2013-02-12 06:36:34 PST
Created attachment 187857 [details]
Patch
Comment 10 WebKit Review Bot 2013-02-12 06:41:53 PST
Attachment 187857 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Tools/ChangeLog', u'Tools/DumpRenderTree/DumpRenderTree.gypi', u'Tools/DumpRenderTree/chromium/TestRunner/public/WebTestDelegate.h', u'Tools/DumpRenderTree/chromium/TestRunner/public/WebTestProxy.h', u'Tools/DumpRenderTree/chromium/TestRunner/public/WebTestRunner.h', u'Tools/DumpRenderTree/chromium/TestRunner/src/TestCommon.cpp', u'Tools/DumpRenderTree/chromium/TestRunner/src/TestCommon.h', u'Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.cpp', u'Tools/DumpRenderTree/chromium/TestRunner/src/TestRunner.h', u'Tools/DumpRenderTree/chromium/TestRunner/src/WebPermissions.cpp', u'Tools/DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp', u'Tools/DumpRenderTree/chromium/TestShell.cpp', u'Tools/DumpRenderTree/chromium/TestShell.h', u'Tools/DumpRenderTree/chromium/WebViewHost.cpp', u'Tools/DumpRenderTree/chromium/WebViewHost.h']" exit_code: 1
Tools/DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp:339:  Use equivelent function in <wtf/ASCIICType.h> instead of the tolower() function.  [runtime/ctype_function] [4]
Total errors found: 1 in 15 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 11 jochen 2013-02-12 10:52:21 PST
Comment on attachment 187857 [details]
Patch

Clearing flags on attachment: 187857

Committed r142643: <http://trac.webkit.org/changeset/142643>
Comment 12 jochen 2013-02-12 10:52:25 PST
All reviewed patches have been landed.  Closing bug.
Comment 13 WebKit Review Bot 2013-02-12 15:27:59 PST
Re-opened since this is blocked by bug 109622
Comment 14 Alec Flett 2013-02-12 15:47:03 PST
breakage fixed in 109623