Changes between Version 9 and Version 10 of WebKitGtkLayoutTests


Ignore:
Timestamp:
11/02/10 21:53:08 (3 years ago)
Author:
mrobinson@webkit.org
Comment:

Fixed the color depth argument on Xvfb calls

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGtkLayoutTests

    v9 v10  
    1414Xvfb :23 -ac -screen 0 1024x768x24 & 
    1515}}} 
    16 `-screen 0 1024x768x16` ensures that Xvfb has a deep enough color depth to produce accurate pixel test results. 
     16`-screen 0 1024x768x24` ensures that Xvfb has a deep enough color depth to produce accurate pixel test results. 
    1717 
    1818=== Does Xvfb keep segfaulting? === 
    1919Some 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: 
    2020{{{ 
    21 Xvfb :23 -ac -screen 0 1024x768x16 -extension GLX & 
     21Xvfb :23 -ac -screen 0 1024x768x24 -extension GLX & 
    2222}}} 
    2323