Bug 114730

Summary: [EFL] Support layout test on Ubuntu 12.10
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit EFLAssignee: 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   

Description Gyuyoung Kim 2013-04-17 02:32:26 PDT
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);
Comment 1 Dominik Röttsches (drott) 2013-04-17 05:53:17 PDT
> 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
Comment 2 Dominik Röttsches (drott) 2013-04-17 05:53:45 PDT
You can patch the X server and install a temporary package with the fix included.
Comment 3 Gyuyoung Kim 2013-04-17 19:40:40 PDT
(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 ?
Comment 4 Raphael Kubo da Costa (:rakuco) 2013-04-19 02:27:33 PDT
(In reply to comment #3)
> BTW, what version Intel maintains buildbots ? 12.04 ?

Yes.
Comment 5 Raphael Kubo da Costa (:rakuco) 2013-04-19 06:17:09 PDT
(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).
Comment 6 Csaba Osztrogonác 2015-05-05 10:35:45 PDT
12.10 is unsupported long long ago.