Changes between Version 32 and Version 33 of WebKitGtkLayoutTests
- Timestamp:
- Feb 5, 2014, 1:34:10 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGtkLayoutTests
v32 v33 20 20 #!sh 21 21 $ ./Tools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html 22 }}} 23 If you are running tests for WebKit2, remember to add the `-2` flag. 24 {{{ 25 #!sh 26 $ ./Tools/Scripts/run-webkit-tests --gtk -2 fast/forms/plaintext-mode-1.html 22 27 }}} 23 28 … … 92 97 More information related to the same issue [https://lists.webkit.org/pipermail/webkit-efl/2012-November/000433.html can be found here] 93 98 99 === Cannot find DumpRenderTree 100 101 Running tests prints out the following message: 102 103 {{{ 104 #!sh 105 DumpRenderTree was not found at /home/dpino/workspace/WebKit/WebKitBuild/Release/Programs/DumpRenderTree 106 }}} 107 108 You didn't build WebKit with WebKit1 support (`--no-webkit1`). 109 110 * '''DumpRenderTree''' => WebKit1. 111 * '''WebKitTestRunner''' => WebKit2. 112 94 113 == Further information == 95 114