Re: Separating stdout and stderr

2016-03-26 Thread Ben Elliston
I found the problem. The sanitiser execution tests produce a lot of output (~20KB on stderr). Somtimes, when EOF is matched in standard_wait, there are unmatched characters left in the expect buffer. These need to be appended to $output. This has probably escaped us until now because execution t

Re: Separating stdout and stderr

2016-03-26 Thread Christophe Lyon
On 26 March 2016 at 00:25, Ben Elliston wrote: > On Fri, Mar 25, 2016 at 05:54:53PM +0100, Christophe Lyon wrote: > >> At this point, I don't know where the problem is. We've been seeing >> random results mostly in the sanitizer tests for months. > > I'll try and look into this. > Thanks. In the