Changes between Version 4 and Version 5 of WebKitGtkLayoutTests


Ignore:
Timestamp:
Jul 28, 2010 5:25:57 PM (14 years ago)
Author:
Martin Robinson
Comment:

Fix depth argument to Xvfb (16 -> 24)

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGtkLayoutTests

    v4 v5  
    1212WebKit functional tests for WebKitGTK+ should be run inside a virtual framebuffer environment. The most common choice for WebKItGTK developers is Xvfb. To start Xvfb simply run:
    1313{{{
    14 Xvfb :23 -ac -screen 0 1024x768x16 &
     14Xvfb :23 -ac -screen 0 1024x768x24 &
    1515}}}
    1616`-screen 0 1024x768x16` ensures that Xvfb has a deep enough color depth to produce accurate pixel test results. Some older versions of Ubuntu may have bugs which cause Xvfb to segfault while running tests. A workaround for this is to run Xvfb with the GLX extension disabled: