Summary: | REGRESSION(r138834): http/tests/security/contentSecurityPolicy/report-uri-from-javascript.html is flaky | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> | ||||
Component: | Page Loading | Assignee: | Mike West <mkwst> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth, ap, gyuyoung.kim, mkwst, mkwst+watchlist, rakuco, tdanderson, webkit.review.bot | ||||
Priority: | P1 | Keywords: | LayoutTestFailure, Regression | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 105374 | ||||||
Attachments: |
|
Description
Ryosuke Niwa
2013-01-04 19:51:38 PST
Added a flaky test expectation in http://trac.webkit.org/changeset/138885. *** Bug 106153 has been marked as a duplicate of this bug. *** One more update: http://trac.webkit.org/changeset/138886 Hrm. The line numbers are incorrect fairly often. That's no good. I'll leave the test running for a bit locally to see if I can track down the error. Thanks for raising this, and for skipping the test. Looks like I chose a poor injection mechanism; the existing file injects two script tags, which generates two violation reports, delivered in an indeterminate order. I'll create a more deterministic test, and upload it shortly for review. Created attachment 181430 [details]
Patch
The attached patch should make the bots happier. Let's see what EWS thinks. Comment on attachment 181430 [details] Patch Clearing flags on attachment: 181430 Committed r138907: <http://trac.webkit.org/changeset/138907> All reviewed patches have been landed. Closing bug. |