Bug 139357 - [GTK] many layout tests fail since the network process is used for the layout tests.
Summary: [GTK] many layout tests fail since the network process is used for the layout...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-07 03:27 PST by Carlos Alberto Lopez Perez
Modified: 2020-04-30 05:21 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Alberto Lopez Perez 2014-12-07 03:27:34 PST
Since 175776 <http://trac.webkit.org/175776> the GTK port runs the layout tests using the network process.

Like [40-60] tests are failing since that.

A possible cause can be  (Quoting https://bugs.webkit.org/show_bug.cgi?id=138428#c8 )

> One big reason for these failures is that shared workers are disabled in multiple web process mode.
>
Comment 1 Carlos Garcia Campos 2014-12-07 05:29:00 PST
(In reply to comment #0)
> Since 175776 <http://trac.webkit.org/175776> the GTK port runs the layout
> tests using the network process.
> 
> Like [40-60] tests are failing since that.

I already fixed most (if not all of them)

> A possible cause can be  (Quoting
> https://bugs.webkit.org/show_bug.cgi?id=138428#c8 )
> 
> > One big reason for these failures is that shared workers are disabled in multiple web process mode.
> >

I skipped those.
Comment 2 Carlos Alberto Lopez Perez 2014-12-07 08:14:53 PST
Updated the GTK TestExpectations on https://trac.webkit.org/r176922 to refer to this bug number, also added 2 new tests to the list that were related.
Comment 3 Marcos Chavarría Teijeiro (irc: chavaone) 2015-03-13 02:46:58 PDT
These tests are passing after r178310 where both expected files were updated.

js/dom/constructor-length.html 
fast/dom/call-a-constructor-as-a-function.html

Updating the GTK TestExpectations on https://bugs.webkit.org/show_bug.cgi?id=142665
Comment 4 Marcos Chavarría Teijeiro (irc: chavaone) 2015-04-14 03:07:50 PDT
The layout test http/tests/appcache/different-https-origin-resource-main.html is crashing since r181074. 

Updating TestExpectations (bug 143701).
Comment 5 Philippe Normand 2020-04-30 05:21:21 PDT
Only http/tests/media/video-accept-encoding.html fails now. I will aim to unskip it as part of bug 211228