Changes between Version 13 and Version 14 of WebKitGtkLayoutTests


Ignore:
Timestamp:
Dec 20, 2010 9:49:18 AM (13 years ago)
Author:
Adam Roben
Comment:

Update after r74301

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGtkLayoutTests

    v13 v14  
    2828== Running the Tests ==
    2929
    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+.
     30Simply 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+.
    3131{{{
    32 env -i DISPLAY=:23  ./WebKitTools/Scripts/run-webkit-tests --gtk [--debug]
     32env -i DISPLAY=:23  ./Tools/Scripts/run-webkit-tests --gtk [--debug]
    3333}}}
    3434If you wish to run a single test you can do:
    3535{{{
    36 env -i DISPLAY=:23 ./WebKitTools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html
     36env -i DISPLAY=:23 ./Tools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html
    3737}}}
    3838
     
    4141WebKitGTK+ supports running pixel tests, but they are not enabled by default. To run them simply pass the `-p` argument to `run-webkit-tests`:
    4242{{{
    43 env -i DISPLAY=:23 ./WebKitTools/Scripts/run-webkit-tests --gtk -p
     43env -i DISPLAY=:23 ./Tools/Scripts/run-webkit-tests --gtk -p
    4444}}}
    4545
     
    4747Sometimes 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:
    4848{{{
    49 env -i DISPLAY=:23  ./WebKitTools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html --new-test-results
     49env -i DISPLAY=:23  ./Tools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html --new-test-results
    5050}}}
    5151