[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Patches for stderr output
From: |
Greg Chicares |
Subject: |
Re: [lmi] Patches for stderr output |
Date: |
Thu, 04 Dec 2014 04:43:17 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
On 2014-11-23 23:14Z, Vadim Zeitlin wrote:
[...]
> The first patch redirects
> the output to stderr and disables the time stamps. It also changes the test
> behaviour: it now closes the main window and exits the application after
> finishing running all the tests, making the test fully non-interactive.
Committed 20141204T0421Z, revision 6042.
I would slightly have preferred to write to stdout, but I find no
wxLogStdout in the wx documentation. Is this intentional?
> The second patch changes the output format to be more greppable, notably
> it splits the timing information onto separate lines, so that it can be
> easily filtered out.
Committed 20141204T0431Z, revision 6043.
> Finally, the third patch, not really related to the first two, but which I
> made while testing them, provides more information for the benchmark tests
> failures.
Committed 20141204T0436Z, revision 6044.
All lines on stderr begin "[TEST] " except for one:
[TEST] benchmark_census: started
Run case for census_1: 423ms elapsed (expected -2.53%)
[TEST] benchmark_census: ERROR (Assertion 'std::fabs(diff_in_percents) < 10' ...
Is that intentional?
- Re: [lmi] Patches for stderr output,
Greg Chicares <=