Bug 114730
Summary: | [EFL] Support layout test on Ubuntu 12.10 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gyuyoung Kim <gyuyoung.kim> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | d-r, lucas.de.marchi, ossy, rakuco, tonikitoo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Gyuyoung Kim
As below mail thread addressed, WebKit EFL port hasn't been supported the layout test on Ubuntu 12.10.
https://lists.webkit.org/pipermail/webkit-efl/2012-November/000434.html
When I run layout test on Ubuntu 12.10 64 bit, it looks there are two issues now.
1. WebGL tests aren't supported by WTR.
=> Temporary fix : Skip webgl tests in TestExpections file.
2. DumpRenderTree for WK1 doesn't support evas_gl rendering on Ubuntu 12.10.
=> Temporary fix : Use software rendering. For example, ecoreEvas = ecore_evas_new(0, 0, 0, 800, 600, 0);
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dominik Röttsches (drott)
> 1. WebGL tests aren't supported by WTR.
> => Temporary fix : Skip webgl tests in TestExpections file.
https://bugs.launchpad.net/ubuntu/quantal/+source/xorg-server/+bug/1100312
Dominik Röttsches (drott)
You can patch the X server and install a temporary package with the fix included.
Gyuyoung Kim
(In reply to comment #2)
> You can patch the X server and install a temporary package with the fix included.
Can we install the fixed X server package easily to 12.10 ? It looks we need to install some dependencies packages as well.
BTW, what version Intel maintains buildbots ? 12.04 ?
Raphael Kubo da Costa (:rakuco)
(In reply to comment #3)
> BTW, what version Intel maintains buildbots ? 12.04 ?
Yes.
Raphael Kubo da Costa (:rakuco)
(In reply to comment #3)
> Can we install the fixed X server package easily to 12.10 ? It looks we need to install some dependencies packages as well.
You can generate one package and host it in a PPA, there's no need to generate additional dependencies (at least IIRC Dominik only needed to install the generated xvfb package on his machine).
Csaba Osztrogonác
12.10 is unsupported long long ago.