Title: [91779] trunk/Tools
Revision
91779
Author
crog...@google.com
Date
2011-07-26 13:28:15 -0700 (Tue, 26 Jul 2011)

Log Message

Avoid outputting #EOF twice for web audio tests in chromium DRT
https://bugs.webkit.org/show_bug.cgi?id=65201

Reviewed by Dirk Pranke.

* DumpRenderTree/chromium/TestShell.cpp:
(TestShell::dump):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (91778 => 91779)


--- trunk/Tools/ChangeLog	2011-07-26 20:27:55 UTC (rev 91778)
+++ trunk/Tools/ChangeLog	2011-07-26 20:28:15 UTC (rev 91779)
@@ -1,3 +1,13 @@
+2011-07-26  Chris Rogers  <crog...@google.com>
+
+        Avoid outputting #EOF twice for web audio tests in chromium DRT
+        https://bugs.webkit.org/show_bug.cgi?id=65201
+
+        Reviewed by Dirk Pranke.
+
+        * DumpRenderTree/chromium/TestShell.cpp:
+        (TestShell::dump):
+
 2011-07-26  Adam Barth  <aba...@webkit.org>
 
         Windows bots on build.chromium.org can't figure out the head_svn_revision

Modified: trunk/Tools/DumpRenderTree/chromium/TestShell.cpp (91778 => 91779)


--- trunk/Tools/DumpRenderTree/chromium/TestShell.cpp	2011-07-26 20:27:55 UTC (rev 91778)
+++ trunk/Tools/DumpRenderTree/chromium/TestShell.cpp	2011-07-26 20:28:15 UTC (rev 91779)
@@ -485,7 +485,6 @@
         if (fwrite(webArrayBufferView.baseAddress(), 1, webArrayBufferView.byteLength(), stdout) != webArrayBufferView.byteLength())
             FATAL("Short write to stdout, disk full?\n");
         printf("\n");
-        printf("#EOF\n");
         
         m_printer->handleTestFooter(true);
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to