Changes between Version 31 and Version 32 of WebKitGtkLayoutTests


Ignore:
Timestamp:
Jan 29, 2014 5:00:11 AM (10 years ago)
Author:
clopez@igalia.com
Comment:

Add information about running the tests when the system uses propietary graphics drivers

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGtkLayoutTests

    v31 v32  
    7979There are some instructions to avoid common problems derived from having a [wiki:WebKitGTK/Chroot#Runningpythonbasedtestwithmultiprocesssupport chroot based working environment].
    8080
     81=== Propietary graphics drivers (NVIDIA/AMD) problems ===
     82
     83For the tests we use Xvfb + LLVMPipe (software GL in a short), so we expect that libGL is provided by Mesa. However when proprietary graphics drivers are in use on the system, libGL is often provided by the driver.
     84
     85To workaround this problem you can use the environment variable LD_LIBRARY_PATH to point it to where the libGL Mesa libraries are. On a Debian GNU/Linux system this can be achieved as follows:
     86
     87{{{
     88#!sh
     89LD_LIBRARY_PATH="/usr/lib/mesa-diverted/$(gcc -print-multiarch)" ./Tools/Scripts/run-webkit-tests --gtk [--debug]
     90}}}
     91
     92More information related to the same issue [https://lists.webkit.org/pipermail/webkit-efl/2012-November/000433.html can be found here]
    8193
    8294== Further information ==