[Webkit-unassigned] [Bug 84141] [Qt] Instrument the WebKit source

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 05:37:20 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=84141





--- Comment #3 from Csaba Osztrogonac <ossy at webkit.org>  2012-05-24 05:36:25 PST ---
(From update of attachment 143795)
View in context: https://bugs.webkit.org/attachment.cgi?id=143795&action=review

> Source/WebKit/qt/WebCoreSupport/Instrumenter.cpp:49
> +        testcaseFileStream = fopen((QCoreApplication::applicationDirPath().toStdString() + "/../methodcoverage/" + testcaseName).c_str(), "wb");

The dir should be as the other script expects in https://bugs.webkit.org/show_bug.cgi?id=84330
methodcoverage --> methodcoverage/results

Additionally we should create this directory if it doesn't exist.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list