Chromium test shell crashes on inspector/audits-panel-functional.html (which works fine during pure WebKit test runs).
Created attachment 52167 [details] [PATCH] Suggested solution
Comment on attachment 52167 [details] [PATCH] Suggested solution > + setTimeout(function() {evaluateInWebInspector("frontend_runAudits", callback)}, 0); > } This is a hack. > + testController.waitUntilDone(); Every wait should have notify. To fix your problem, do not call layoutTestController's notifyDone upon first return from the front-end.
Created attachment 52171 [details] [PATCH] Comments addressed
Created attachment 52173 [details] [PATCH] CRASH expectation removed
Comment on attachment 52173 [details] [PATCH] CRASH expectation removed Clearing flags on attachment: 52173 Committed r56843: <http://trac.webkit.org/changeset/56843>
All reviewed patches have been landed. Closing bug.