Changes between Version 32 and Version 33 of WebKitGtkLayoutTests


Ignore:
Timestamp:
Feb 5, 2014 1:34:10 AM (10 years ago)
Author:
Diego Pino Garcia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGtkLayoutTests

    v32 v33  
    2020#!sh
    2121$ ./Tools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html
     22}}}
     23If 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
    2227}}}
    2328
     
    9297More information related to the same issue [https://lists.webkit.org/pipermail/webkit-efl/2012-November/000433.html can be found here]
    9398
     99=== Cannot find DumpRenderTree
     100
     101Running tests prints out the following message:
     102
     103{{{
     104#!sh
     105DumpRenderTree was not found at /home/dpino/workspace/WebKit/WebKitBuild/Release/Programs/DumpRenderTree
     106}}}
     107
     108You didn't build WebKit with WebKit1 support (`--no-webkit1`).
     109
     110   * '''DumpRenderTree''' => WebKit1.
     111   * '''WebKitTestRunner''' => WebKit2.
     112
    94113== Further information ==
    95114