[Webkit-unassigned] [Bug 193322] [GTK] Several fetch tests failing since r239693 "Resync WPT fetch tests to 834eac4"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 17 21:27:49 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=193322

Lauro Moura <lmoura at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lmoura at igalia.com

--- Comment #3 from Lauro Moura <lmoura at igalia.com> ---
> imported/w3c/web-platform-tests/fetch/api/basic/request-headers-case.any.html [ Failure ]
> imported/w3c/web-platform-tests/fetch/api/basic/request-headers-case.any.worker.html [ Failure ]

These two are related to bug179475, which was moved to libsoup's https://gitlab.gnome.org/GNOME/libsoup/-/issues/111.

libsoup compares the lowercase header names for faster comparison, at the cost of story only the first 'caseness' of a given header name received. This is making the second assertion in these two tests to fail.

I've updated their bug entry to point to bug179475 and moved them to the GLib expectations as it's affecting WPE too.

> imported/w3c/web-platform-tests/fetch/content-type/script.window.html

Removed the WPE baseline (already many fails) and moved the expectation from GTK to GLib.

Gardened these in r277640.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210518/e698908b/attachment.htm>


More information about the webkit-unassigned mailing list