Changes between Version 35 and Version 36 of WebKitGtkLayoutTests


Ignore:
Timestamp:
Oct 1, 2014 7:54:28 AM (10 years ago)
Author:
Andres Gomez
Comment:

Updated due to the removal of WebKit1

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGtkLayoutTests

    v35 v36  
    2121$ ./Tools/Scripts/run-webkit-tests --gtk fast/forms/plaintext-mode-1.html
    2222}}}
    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
    27 }}}
    2823
    2924=== Pixel Tests ===
     
    3732=== Running Tests in GDB ===
    3833
    39 For debugging a test it may be useful to run it directly in DumpRenderTree (with gdb):
    40 {{{
    41 #!sh
    42 $ ./WebKitBuild/Debug/Programs/DumpRenderTree -v LayoutTests/fast/forms/plaintext-mode-1.html
    43 }}}
    44 
    45 With WebKit2, the command is:
     34For debugging a test it may be useful to run it directly in WebKitTestRunner (with gdb):
    4635{{{
    4736#!sh
     
    10392More information related to the same issue [https://lists.webkit.org/pipermail/webkit-efl/2012-November/000433.html can be found here]
    10493
    105 === Cannot find DumpRenderTree
    106 
    107 Running tests prints out the following message:
    108 
    109 {{{
    110 #!sh
    111 DumpRenderTree was not found at /home/dpino/workspace/WebKit/WebKitBuild/Release/Programs/DumpRenderTree
    112 }}}
    113 
    114 You didn't build WebKit with WebKit1 support (`--no-webkit1`).
    115 
    116    * '''DumpRenderTree''' => WebKit1.
    117    * '''WebKitTestRunner''' => WebKit2.
    118 
    11994== Further information ==
    12095