Bug 186618
Summary: | [GTK] imported/w3c/web-platform-tests/fetch/api/headers/header-values.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, calvaris, youennf |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Miguel Gomez
imported/w3c/web-platform-tests/fetch/api/headers/header-values.html [ Failure ]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Miguel Gomez
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"
Diego Pino
There are no references to this bug in any TestExpectations. It's probable this bug was solved at some point but it wasn't marked as closed. I'm closing this bug now. If you think this bug report is still valid, please reopen it and add an entry to TestExpectations.