WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
212217
[GLIB] imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.html is failing since added in
r261821
https://bugs.webkit.org/show_bug.cgi?id=212217
Summary
[GLIB] imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-e...
Diego Pino
Reported
2020-05-21 09:28:49 PDT
These two tests were added in
r261821
: imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.html [ Failure ] imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.worker.html [ Failure ] They have been failing since then for GTK and WPE. Diff:
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r261992%20(13799)/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any-diff.txt
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any-actual.txt @@ -1,7 +1,7 @@ PASS Redirect to escaped UTF-8 -PASS Redirect to unescaped UTF-8 -PASS Redirect to escaped and unescaped UTF-8 -PASS Escaping produces double-percent -PASS Redirect to invalid UTF-8 +FAIL Redirect to unescaped UTF-8 assert_true:
http://localhost:8800/fetch/api/resources/top.txt?%C3%A2%C2%98%C2%83
ends with top.txt?%E2%98%83 expected true got false +FAIL Redirect to escaped and unescaped UTF-8 assert_true:
http://localhost:8800/fetch/api/resources/top.txt?%C3%A2%C2%98%C2%83%e2%98%83
ends with top.txt?%E2%98%83%e2%98%83 expected true got false +FAIL Escaping produces double-percent assert_true:
http://localhost:8800/fetch/api/resources/top.txt?%%C3%A2%C2%98%C2%83
ends with top.txt?%%E2%98%83 expected true got false +FAIL Redirect to invalid UTF-8 assert_true:
http://localhost:8800/fetch/api/resources/top.txt?%C3%BF
ends with top.txt?%FF expected true got false Diff:
https://build.webkit.org/results/GTK%20Linux%2064-bit%20Release%20(Tests)/r261992%20(13799)/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.worker-diff.txt
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.worker-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-escape.tentative.any.worker-actual.txt @@ -1,7 +1,7 @@ PASS Redirect to escaped UTF-8 -PASS Redirect to unescaped UTF-8 -PASS Redirect to escaped and unescaped UTF-8 -PASS Escaping produces double-percent -PASS Redirect to invalid UTF-8 +FAIL Redirect to unescaped UTF-8 assert_true:
http://localhost:8800/fetch/api/resources/top.txt?%C3%A2%C2%98%C2%83
ends with top.txt?%E2%98%83 expected true got false +FAIL Redirect to escaped and unescaped UTF-8 assert_true:
http://localhost:8800/fetch/api/resources/top.txt?%C3%A2%C2%98%C2%83%e2%98%83
ends with top.txt?%E2%98%83%e2%98%83 expected true got false +FAIL Escaping produces double-percent assert_true:
http://localhost:8800/fetch/api/resources/top.txt?%%C3%A2%C2%98%C2%83
ends with top.txt?%%E2%98%83 expected true got false +FAIL Redirect to invalid UTF-8 assert_true:
http://localhost:8800/fetch/api/resources/top.txt?%C3%BF
ends with top.txt?%FF expected true got false
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug