ASSIGNED 153750
Add command line flag to DRT to output the number of tests completed in server mode
https://bugs.webkit.org/show_bug.cgi?id=153750
Summary Add command line flag to DRT to output the number of tests completed in serve...
Brady Eidson
Reported 2016-02-01 10:18:04 PST
Add command line flag to DRT to output the number of tests completed in server mode This won't change default behavior/output, and will just help folks who call DRT directly on the command land with large batches of tests (like myself)
Attachments
Patch v1 (2.25 KB, patch)
2016-02-01 10:19 PST, Brady Eidson
darin: review+
beidson: commit-queue?
Brady Eidson
Comment 1 2016-02-01 10:19:41 PST
Created attachment 270398 [details] Patch v1
Darin Adler
Comment 2 2016-02-01 10:27:00 PST
Comment on attachment 270398 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=270398&action=review > Tools/DumpRenderTree/mac/DumpRenderTree.mm:1182 > + uint64_t testCount = 0; We might run more than 2^32 tests? How about just "unsigned" and "%u"?
Note You need to log in before you can comment on or make changes to this bug.