generate-inspector-idl fails if Inspector.json contains carriage return characters. You get them if you use a _git_ checkout with autocrlf enabled. To solve this we can: a) Add "-crlf" git attribute in ".gitattributes" b) Replace '\r\n' before passing the content to eval c) Use a JSON parser
Created attachment 89950 [details] Patch
The commit-queue encountered the following flaky tests while processing attachment 89950 [details]: http/tests/xmlhttprequest/cross-origin-authorization.html bug 52398 (author: ap@webkit.org) The commit-queue is continuing to process your patch.
Comment on attachment 89950 [details] Patch Clearing flags on attachment: 89950 Committed r84130: <http://trac.webkit.org/changeset/84130>
All reviewed patches have been landed. Closing bug.