I added support for making score.txt a few weeks ago. score.txt is generated by passing a file stream to the same function that outputs to the console instead of passing in stdout.
Everything should be the same unless the printing code has side effects. -- Elliot On Fri, Dec 12, 2008 at 9:26 AM, Erik Kay <[email protected]> wrote: > > On Fri, Dec 12, 2008 at 9:10 AM, Mike Pinkerton <[email protected]> > wrote: >> I noticed today that the numbers in score.txt don't match the same >> results dumped to stdout at the end of running the layout tests. eg: > > How is score.txt generated? I recently made a change to > run_webkit_tests.py that prints out an additional number in the > summary (the total number of tests in the system, prior to any > filtering or skipping). It prints it out differently, but it's the > new first number that's printed out, so if the script that creates > score doesn't have a good pattern match, it would pick up the wrong > number. > > Erik > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-dev?hl=en -~----------~----~----~----~------~----~------~--~---
