Changeset 38397 in webkit


Ignore:
Timestamp:
Nov 14, 2008 10:44:10 AM (16 years ago)
Author:
Simon Hausmann
Message:

2008-11-14 Krishna <krishnamurty.podipireddy@nokia.com>

Reviewed by Simon Hausmann.

Fix hanging DRT with Qt.

https://bugs.webkit.org/show_bug.cgi?id=22209

Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r38367 r38397  
     12008-11-14  Krishna <krishnamurty.podipireddy@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        Fix hanging DRT with Qt.
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=22209
     8
     9        * DumpRenderTree/qt/DumpRenderTree.cpp:
     10        (WebCore::DumpRenderTree::dump):
     11        Send empty pixel test data 'block', which is now
     12        expected by run-layout-tests.
     13
    1142008-11-12  Dmitry Titov  <dimich@chromium.org>
    215
  • trunk/WebKitTools/DumpRenderTree/qt/DumpRenderTree.cpp

    r37061 r38397  
    277277    }
    278278
     279    // signal end of text block
     280    fprintf(stdout, "#EOF\n");
     281
     282    // Since pixel tests are currently unsupported by Qt's DRT,
     283    // just signal an empty pixel test block to run-webkit-tests
    279284    fprintf(stdout, "#EOF\n");
    280285
Note: See TracChangeset for help on using the changeset viewer.