Changes between Version 13 and Version 14 of WebKitGtkLayoutTests
- Timestamp:
- Dec 20, 2010, 9:49:18 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGtkLayoutTests
v13 v14 28 28 == Running the Tests == 29 29 30 Simply run the `run-webkit-tests` script from the WebKitTools directory. `run-webkit-tests` also supports the `--debug` argument to run the tests with the debug build of WebKitGTK+.30 Simply run the `run-webkit-tests` script from the Tools directory. `run-webkit-tests` also supports the `--debug` argument to run the tests with the debug build of WebKitGTK+. 31 31 {{{ 32 env -i DISPLAY=:23 ./ WebKitTools/Scripts/run-webkit-tests --gtk [--debug]32 env -i DISPLAY=:23 ./Tools/Scripts/run-webkit-tests --gtk [--debug] 33 33 }}} 34 34 If you wish to run a single test you can do: 35 35 {{{ 36 env -i DISPLAY=:23 ./ WebKitTools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html36 env -i DISPLAY=:23 ./Tools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html 37 37 }}} 38 38 … … 41 41 WebKitGTK+ supports running pixel tests, but they are not enabled by default. To run them simply pass the `-p` argument to `run-webkit-tests`: 42 42 {{{ 43 env -i DISPLAY=:23 ./ WebKitTools/Scripts/run-webkit-tests --gtk -p43 env -i DISPLAY=:23 ./Tools/Scripts/run-webkit-tests --gtk -p 44 44 }}} 45 45 … … 47 47 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: 48 48 {{{ 49 env -i DISPLAY=:23 ./ WebKitTools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html --new-test-results49 env -i DISPLAY=:23 ./Tools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html --new-test-results 50 50 }}} 51 51