[Chromium] Tests still crashing for Linux Release as well.
Created attachment 149529 [details] Patch
We still see these two tests failing for Linux Release as well (not only Linux Debug) for integration builders on the V8 waterfall. http://build.chromium.org/p/client.v8/builders/Webkit%20Linux/builds/4337 http://build.chromium.org/p/client.v8/builders/Webkit%20Linux%2064/builds/4324
Huh? Please don't assign me to bugs.
Sorry for that, I am not (yet) familiar with the WebKit workflow.
Comment on attachment 149529 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=149529&action=review You might want to coordinate with the webkit gardener rather than going through a full code review for this type of change. > LayoutTests/platform/chromium/TestExpectations:3422 > BUGCR121442 LINUX DEBUG : plugins/iframe-shims.html = CRASH > +BUGCR121442 LINUX RELEASE : plugins/iframe-shims.html = PASS CRASH Does the test sometimes pass? It would be good to have that information as a comment on the bug, e.g., a link to the flakiness dashboard. A stack trace on the bug is also useful).
(In reply to comment #5) > You might want to coordinate with the webkit gardener rather than going through a full code review for this type of change. Thanks for the hint. I will contact the WebKit gardener instead of uploading a patch myself next time. > > LayoutTests/platform/chromium/TestExpectations:3422 > > BUGCR121442 LINUX DEBUG : plugins/iframe-shims.html = CRASH > > +BUGCR121442 LINUX RELEASE : plugins/iframe-shims.html = PASS CRASH > > Does the test sometimes pass? It would be good to have that information as a comment on the bug, e.g., a link to the flakiness dashboard. A stack trace on the bug is also useful). It consistently passes on Chromium buildbots and when run locally on my machine, but it consistently crashes on the V8 buildbots (for Linux Release). The relevant information (link to V8 buildbots and flakiness dashboard) is on the Chromium issue tracker.
Comment on attachment 149529 [details] Patch Clearing flags on attachment: 149529 Committed r121738: <http://trac.webkit.org/changeset/121738>
All reviewed patches have been landed. Closing bug.