Changes between Version 2 and Version 3 of WebKitGtkLayoutTests
- Timestamp:
- Jul 28, 2010, 1:46:53 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGtkLayoutTests
v2 v3 38 38 ./WebKitTools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html 39 39 }}} 40 41 === Pixel Tests === 42 40 43 WebKitGTK+ supports running pixel tests, but they are not enabled by default. To run them simply pass the `-p` argument to `run-webkit-tests`: 41 44 {{{ … … 43 46 ./WebKitTools/Scripts/run-webkit-tests --gtk -p 44 47 }}} 48 49 === Adding Baselines === 45 50 Sometimes you may need to generate new results for a test that relies on render tree output. This can be accomplished by passing the `--new-test-results` option. Note that new pixel results require the `-p` option as well: 46 51 {{{ … … 48 53 ./WebKitTools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html --new-test-results 49 54 }}} 55 56 === Running Tests in GDB === 50 57 For debugging a test it may be useful to run it directly in DumpRenderTree (with gdb): 51 58 {{{