Changes between Version 24 and Version 25 of WebKitEFLLayoutTest


Ignore:
Timestamp:
May 29, 2013 8:26:56 PM (11 years ago)
Author:
gyuyoung.kim@samsung.com
Comment:

Update Known issues

Legend:

Unmodified
Added
Removed
Modified
  • WebKitEFLLayoutTest

    v24 v25  
    4646If all your tests are crashing, you might want to have a look at these two topics extensively discussed on the mailing list.
    4747
    48 * [http://lists.webkit.org/pipermail/webkit-efl/2012-November/000433.html How to run layout tests with ATI and NVidia drivers]
    49 * [http://lists.webkit.org/pipermail/webkit-efl/2012-November/000434.html How to run layout tests with X server 1.13.0] (i.e. the X server shipped on Ubuntu 12.10)
     48* If you use Ubuntu 13.04, you don't need to handle these tips.
     49 * [http://lists.webkit.org/pipermail/webkit-efl/2012-November/000433.html How to run layout tests with ATI and NVidia drivers]
     50 * [http://lists.webkit.org/pipermail/webkit-efl/2012-November/000434.html How to run layout tests with X server 1.13.0] (i.e. the X server shipped on Ubuntu 12.10)
     51* When media tests take too long time, you need to check if pulseaudio is running as daemon. If pulseaudio daemon doesn't run, you may need to do below steps.
     52 * sudo gpasswd -a user1 pulse-access
     53 * edit /etc/pulse/system.pa
     54  * load-module module-native-protocol-unix '''auth-anonymous=1'''
     55 * Try running pulseaudio in system mode
    5056* SHARED_CORE option needs to be enabled to run layout tests [https://bugs.webkit.org/show_bug.cgi?id=80683 Bug 80683]
    5157