[Webkit-unassigned] [Bug 199489] run-javascript-core-test won't report json results for testmasm, testair, testb3, testdfg and test api
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 8 14:40:16 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199489
--- Comment #5 from Aakash Jain <aakash_jain at apple.com> ---
Comment on attachment 373665
--> https://bugs.webkit.org/attachment.cgi?id=373665
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=373665&action=review
> Tools/Scripts/run-javascriptcore-tests:404
> + writeJsonDataIfApplicable();
Since the runTest() method is called multiple times, wouldn't the json results be overwritten after every function call, and only 'testapi' results be reported?
may also modify 'writeJsonDataIfApplicable' to append (>>) instead of overwritting(>), and delete any old data from the file before starting the tests.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190708/a301c27b/attachment.html>
More information about the webkit-unassigned
mailing list