Bug 167020 - REGRESSION (r210735): LayoutTest js/dom/encode-URI-test.html is a flaky failure
Summary: REGRESSION (r210735): LayoutTest js/dom/encode-URI-test.html is a flaky failure
Status: RESOLVED DUPLICATE of bug 167008
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-13 14:29 PST by Ryan Haddad
Modified: 2017-01-14 10:29 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)