[Webkit-unassigned] [Bug 186618] [GTK] imported/w3c/web-platform-tests/fetch/api/headers/header-values.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 07:12:49 PDT 2018


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

Miguel Gomez <magomez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |youennf at gmail.com

--- Comment #1 from Miguel Gomez <magomez at igalia.com> ---
The fail was caused by one of these changes, not sure which one
r232571 -> Add Accept-Encoding: identity to Range requests
r232572 -> HTTP Header values validation is too strict

and this is the diff

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/fetch/api/headers/header-values-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/fetch/api/headers/header-values-actual.txt
@@ -5,6 +5,6 @@
 PASS fetch() with value x%0Ax needs to throw 
 PASS XMLHttpRequest with value x%0Dx needs to throw 
 PASS fetch() with value x%0Dx needs to throw 
-PASS XMLHttpRequest with all valid values 
-PASS fetch() with all valid values 
+FAIL XMLHttpRequest with all valid values assert_equals: expected "xx" but got "xÂx"
+FAIL fetch() with all valid values assert_equals: expected "xx" but got "xÂx"

-- 
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/20180614/f2fd81ed/attachment.html>


More information about the webkit-unassigned mailing list