Changes between Version 9 and Version 10 of WebKitGtkLayoutTests


Ignore:
Timestamp:
Nov 2, 2010 9:53:08 PM (13 years ago)
Author:
Martin Robinson
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