On 14 Apr 2010, at 21:42, Ian Lance Taylor wrote:
IainS writes:
So... I wonder what does abort() offer to the testsuite?
that, for example, _exit(-(__LINE__)) ;
doesn't?
The testsuite can be run on embedded systems over serial ports, where
is sometimes limited communication available.
IainS writes:
> So... I wonder what does abort() offer to the testsuite?
>
> that, for example, _exit(-(__LINE__)) ;
>
> doesn't?
The testsuite can be run on embedded systems over serial ports, where
is sometimes limited communication available. Each test has to give
one of two responses: su