• lars's avatar
    Add a message handler to DumpRenderTree that will · c57906ce
    lars authored
            suppress all debug output coming from qDebug() statements.
            Like this we can get rid of all the noise coming
            from the notImplemented() macro when running the
            layout tests. You can get it back by adding -v to
            DumpRenderTree's command line.
    
            Changed run-webkit-tests slightly, so we by default
            don't fail anymore when our output differs from what
            is generated on the Mac. Added a --strict option, so
            that we can still see this cases and fix them one by one.
    
            change all notImplemented() macros to use qDebug
            instead of fprintf(stder, ...)
    
    
    
    git-svn-id: svn://svn.chromium.org/blink/trunk@18901 bbb929c8-8fbe-4397-9dbb-9b2b20218538
    c57906ce
ChangeLog 297 KB