Changes between Version 35 and Version 36 of WebKitGtkLayoutTests
- Timestamp:
- Oct 1, 2014, 7:54:28 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGtkLayoutTests
v35 v36 21 21 $ ./Tools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html 22 22 }}} 23 If you are running tests for WebKit2, remember to add the `-2` flag.24 {{{25 #!sh26 $ ./Tools/Scripts/run-webkit-tests --gtk -2 fast/forms/plaintext-mode-1.html27 }}}28 23 29 24 === Pixel Tests === … … 37 32 === Running Tests in GDB === 38 33 39 For debugging a test it may be useful to run it directly in DumpRenderTree (with gdb): 40 {{{ 41 #!sh 42 $ ./WebKitBuild/Debug/Programs/DumpRenderTree -v LayoutTests/fast/forms/plaintext-mode-1.html 43 }}} 44 45 With WebKit2, the command is: 34 For debugging a test it may be useful to run it directly in WebKitTestRunner (with gdb): 46 35 {{{ 47 36 #!sh … … 103 92 More information related to the same issue [https://lists.webkit.org/pipermail/webkit-efl/2012-November/000433.html can be found here] 104 93 105 === Cannot find DumpRenderTree106 107 Running tests prints out the following message:108 109 {{{110 #!sh111 DumpRenderTree was not found at /home/dpino/workspace/WebKit/WebKitBuild/Release/Programs/DumpRenderTree112 }}}113 114 You didn't build WebKit with WebKit1 support (`--no-webkit1`).115 116 * '''DumpRenderTree''' => WebKit1.117 * '''WebKitTestRunner''' => WebKit2.118 119 94 == Further information == 120 95