Bug 124164

Summary: REGRESSION (r158927): curly-braces-escaping.html is broken on Mac WebKit2
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca
Priority: P2 Keywords: MakingBotsRed, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ap: review+

Description Alexey Proskuryakov 2013-11-11 13:17:44 PST
-PASS req.responseText is '/uri/resources/echo-uri.php?q={}'
+FAIL req.responseText should be /uri/resources/echo-uri.php?q={}. Was /uri/resources/echo-uri.php?q=%7B%7D.

This is pretty bad - check svn log if interested in the rationale for the test. Please also see bugs related to <rdar://problem/12965959> in Radar.

http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=http%2Ftests%2Furi%2Fcurly-braces-escaping.html
Comment 1 Alexey Proskuryakov 2013-11-11 13:26:48 PST
The same change broke http/tests/security/xssAuditor/script-tag-with-16bit-unicode4.html, I think.
Comment 2 Anders Carlsson 2013-11-11 16:32:25 PST
Created attachment 216621 [details]
Patch
Comment 3 Anders Carlsson 2013-11-11 17:06:48 PST
Committed r159084: <http://trac.webkit.org/changeset/159084>