This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Spurious libstdc++ testsuite failures because of truncated buffered output
On Fri, Mar 18, 2011 at 11:40, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> On 03/18/2011 04:35 PM, Diego Novillo wrote:
>>
>> I don't really know why the others don't fail, but I will take a look.
>> ÂIn this particular case, the output is truncated after 1,032,134
>> bytes are printed. ÂSo I can only speculate that no other tests
>> generate more than this number of bytes in output. ÂI'll take a look.
>
> For sure if it's the *overall* number of bytes that matters, working around
> the issue is simple, because the testcase can be trivially split to 14
> separate tests, one for each operation.
Yeah, I was thinking of splitting the test in several files. I'll
send a patch later, if you think that's a reasonable thing to do.
Thanks. Diego.