Bug 167020

Summary: REGRESSION (r210735): LayoutTest js/dom/encode-URI-test.html is a flaky failure
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ryan Haddad 2017-01-13 14:29:18 PST
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.
Comment 1 Ryan Haddad 2017-01-13 16:52:21 PST
I think this regressed with http://trac.webkit.org/changeset/210735
Comment 2 Ryan Haddad 2017-01-13 17:04:39 PST

*** This bug has been marked as a duplicate of bug 167008 ***
Comment 3 Yusuke Suzuki 2017-01-14 10:29:42 PST
Thanks :)