Skip to content
  • lars's avatar
    Add a message handler to DumpRenderTree that will · a5f96ca6
    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: http://svn.webkit.org/repository/webkit/trunk@18901 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    a5f96ca6