| 36 | | = Known issues = |
| 37 | | |
| 38 | | If all your tests are crashing, you might want to have a look at these two topics extensively discussed on the mailing list. |
| 39 | | |
| 40 | | * If you use Ubuntu 13.04, you don't need to handle these tips. |
| 41 | | * [http://lists.webkit.org/pipermail/webkit-efl/2012-November/000433.html How to run layout tests with ATI and NVidia drivers] |
| 42 | | * [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) |
| 43 | | * 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. |
| 44 | | * sudo gpasswd -a "buildbot-user" pulse-access |
| 45 | | * edit /etc/pulse/system.pa |
| 46 | | * load-module module-native-protocol-unix '''auth-anonymous=1''' |
| 47 | | * Try running pulseaudio in system mode |
| 48 | | |
| | 64 | |
| | 65 | |
| | 66 | = Known issues = |
| | 67 | |
| | 68 | If all your tests are crashing, you might want to have a look at these two topics extensively discussed on the mailing list. |
| | 69 | |
| | 70 | * If you use Ubuntu 13.04, you don't need to handle these tips. |
| | 71 | * [http://lists.webkit.org/pipermail/webkit-efl/2012-November/000433.html How to run layout tests with ATI and NVidia drivers] |
| | 72 | * [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) |
| | 73 | * 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. |
| | 74 | * sudo gpasswd -a "buildbot-user" pulse-access |
| | 75 | * edit /etc/pulse/system.pa |
| | 76 | * load-module module-native-protocol-unix '''auth-anonymous=1''' |
| | 77 | * Try running pulseaudio in system mode |