Bug 115270

Summary: [WKTR] Tests dumping audio data shouldn't dump pixels
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, buildbot, commit-queue, eric.carlson, jer.noble, pnormand, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from webkit-ews-15 for mac-mountainlion-wk2 none

Zan Dobersek
Reported 2013-04-26 11:29:50 PDT
[WKTR] Tests dumping audio data shouldn't dump pixels
Attachments
Patch (13.67 KB, patch)
2013-04-26 11:33 PDT, Zan Dobersek
no flags
Archive of layout-test-results from webkit-ews-15 for mac-mountainlion-wk2 (507.88 KB, application/zip)
2013-04-26 13:17 PDT, Build Bot
no flags
Zan Dobersek
Comment 1 2013-04-26 11:33:03 PDT
Build Bot
Comment 2 2013-04-26 13:17:31 PDT
Comment on attachment 199850 [details] Patch Attachment 199850 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/214121 New failing tests: fast/frames/crash-remove-iframe-during-object-beforeload.html
Build Bot
Comment 3 2013-04-26 13:17:33 PDT
Created attachment 199854 [details] Archive of layout-test-results from webkit-ews-15 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-15 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.2
Benjamin Poulain
Comment 4 2013-04-27 18:31:31 PDT
Comment on attachment 199850 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=199850&action=review > Tools/WebKitTestRunner/InjectedBundle/TestRunner.cpp:383 > WKRetainPtr<WKDataRef> audioData(AdoptWK, WKBundleCreateWKDataFromUInt8Array(InjectedBundle::shared().bundle(), context, data)); > InjectedBundle::shared().setAudioResult(audioData.get()); > m_whatToDump = Audio; > + m_dumpPixels = false; Maybe rename setAudioData to setAudioResult?
Zan Dobersek
Comment 5 2013-04-28 05:34:28 PDT
Comment on attachment 199850 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=199850&action=review >> Tools/WebKitTestRunner/InjectedBundle/TestRunner.cpp:383 >> + m_dumpPixels = false; > > Maybe rename setAudioData to setAudioResult? Sounds better. I'll do that in a separate patch.
Zan Dobersek
Comment 6 2013-04-28 05:38:16 PDT
Comment on attachment 199850 [details] Patch Clearing flags on attachment: 199850 Committed r149258: <http://trac.webkit.org/changeset/149258>
Zan Dobersek
Comment 7 2013-04-28 05:38:22 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.