Changes between Version 9 and Version 10 of WebKitGtkLayoutTests
- Timestamp:
- Nov 2, 2010, 9:53:08 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGtkLayoutTests
v9 v10 14 14 Xvfb :23 -ac -screen 0 1024x768x24 & 15 15 }}} 16 `-screen 0 1024x768x 16` 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. 17 17 18 18 === Does Xvfb keep segfaulting? === 19 19 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: 20 20 {{{ 21 Xvfb :23 -ac -screen 0 1024x768x 16-extension GLX &21 Xvfb :23 -ac -screen 0 1024x768x24 -extension GLX & 22 22 }}} 23 23