Changes between Version 5 and Version 6 of WebKitGtkLayoutTests


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGtkLayoutTests

    v5 v6  
    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. 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:
     16`-screen 0 1024x768x16` ensures that Xvfb has a deep enough color depth to produce accurate pixel test results.
     17
     18=== Does Xvfb keep segfaulting? ===
     19Some 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:
    1720{{{
    1821Xvfb :23 -ac -screen 0 1024x768x16 -extension GLX &