Bug 167020
Summary: | REGRESSION (r210735): LayoutTest js/dom/encode-URI-test.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ysuzuki |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
LayoutTest js/dom/encode-URI-test.html is a flaky failure
https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK1%20(Tests)/r210735%20(12810)/results.html
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=js%2Fdom%2Fencode-URI-test.html
--- /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/js/dom/encode-URI-test-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk1/build/layout-test-results/js/dom/encode-URI-test-actual.txt
@@ -1 +1,5 @@
-Testing complete. No failures.
+called unescape on "%0" and got "\x07" instead of "%0"
+
+called unescape on "%a" and got "\xA7" instead of "%a"
+
+Testing complete. 2 tests failed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
I think this regressed with http://trac.webkit.org/changeset/210735
Ryan Haddad
*** This bug has been marked as a duplicate of bug 167008 ***
Yusuke Suzuki
Thanks :)