Changes between Version 32 and Version 33 of WebKitEFLLayoutTest


Ignore:
Timestamp:
Apr 30, 2015 12:25:58 AM (9 years ago)
Author:
Gyuyoung Kim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitEFLLayoutTest

    v32 v33  
    4848
    4949= Debugging crashes =
    50 It is possible to run gdb directly on the !DumpRenderTree binary to debug crashing tests:
     50It is possible to run gdb directly on the !WebKitTestRunner binary to debug crashing tests:
    5151
    5252{{{
    53 $ gdb --args <BUILD DIRECTORY>/bin/DumpRenderTree LayoutTests/fast/forms/plaintext-mode-1.html
     53$ TEST_RUNNER_PLUGIN_PATH= TEST_RUNNER_INJECTED_BUNDLE_FILENAME=WebKitBuild/Release/lib/libTestRunnerInjectedBundle.so ./WebKitBuild/Debug/bin/WebKitTestRunner -v LayoutTests/fast/css/at-host-cssom-crash.html
    5454}}}
    5555