Re: Separating stdout and stderr
Christophe Lyon <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.general |
|---|---|
| Message-ID | <CAKdteOZzzzEhWM=Qdb0XKvsLpUcMj6cxUGCgkYdaDvcAqmSiWQ@mail.gmail.com> |
On 29 March 2016 at 22:20, Ben Elliston <[email protected]> wrote: > On Tue, Mar 29, 2016 at 10:09:20PM +0200, Christophe Lyon wrote: > >> However, a manual of the gcc testsuite indicates that we don't use >> standard_wait. > > I think you're wrong. :-) > > $ make RUNTESTFLAGS="-v -v -v ubsan.exp" check-gcc | grep -c 'calling standard_wait' > 771 > Well, I re-ran it, and I still have no evidence of using standard_wait. Are you running native validations? I remind you that we are using a cross-testing configuration, so we might be using a different code path than the one you are looking at. As I said earlier, I'm looking at local_exec in remote.exp and it does contain a code fragment similar to the one you've just patched. Does it need the same change? > Ben