Have you tried building Chromium locally? That's likely to be a tighter debugging loop than using the bot. There are instructions on the wiki:
http://trac.webkit.org/wiki/Chromium Adam On Mon, May 14, 2012 at 3:18 AM, Vivek Galatage <[email protected]> wrote: > Hello Webkit-dev, > > I am having issues with one of the patch in that cr-linux build bot ends up > reporting failure of one of new test cases that I am adding. > > Here is the bug https://bugs.webkit.org/show_bug.cgi?id=83012 > > And here is the > patch: https://bug-83012-attachments.webkit.org/attachment.cgi?id=141664 > > And here is the build log for > cr-linux: http://queues.webkit.org/results/12685280 > > So now with this, the cr-linux is reporting: New failing tests: > inspector/storage-panel-dom-storage-update.html > > But if you check the build log at http://queues.webkit.org/results/12685280, > the file StorageEventDispatcher.cpp is not getting compiled as it should be. > > Hence as the instrumentation is not at all there (the changes in this file > to be compiled), the tests are failing. > > I also checked in the file: Source/WebCore/WebCore.gypi and this > file(StorageEventDispatcher.cpp) is included in it. > > If anybody knows anything about this, please let me know whats causing this > issue. > > Thank you, > Vivek > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

