Changes between Version 3 and Version 4 of WebKitEFLLayoutTest
- Timestamp:
- Jan 30, 2012, 4:08:32 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitEFLLayoutTest
v3 v4 28 28 ./Tools/Scripts/run-webkit-tests --efl fast/forms/plaintext-mode-1.html 29 29 }}} 30 31 = Debugging crashes = 32 It 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 }}}