Changes between Version 3 and Version 4 of WebKitEFLLayoutTest


Ignore:
Timestamp:
Jan 30, 2012 4:08:32 AM (12 years ago)
Author:
kubo@profusion.mobi
Comment:

Add section on debugging

Legend:

Unmodified
Added
Removed
Modified
  • WebKitEFLLayoutTest

    v3 v4  
    2828./Tools/Scripts/run-webkit-tests --efl fast/forms/plaintext-mode-1.html
    2929}}}
     30
     31= Debugging crashes =
     32It is possible to run gdb directly on the !DumpRenderTree binary to debug crashing tests:
     33
     34{{{
     35$ gdb --args <BUILD DIRECTORY>/Programs/DumpRenderTree LayoutTests/fast/forms/plaintext-mode-1.html
     36}}}