On Mon, Dec 23, 2013 at 07:59:47PM +0400, Yury Gribov wrote: > Hi folks, > > This patch fixes problem with UBSan tests failing on remote target > platforms (ARM via SSH). The error is caused by DejaGNU harness > stripping trailing newline from test output (and thus causing > pattern matching failures).
Sounds like a bug in whatever is stripping the newlines, how else can you test that the messages aren't on the same lne? Or is it stripping just the final newline at the end of output? Still sounds like a bug elsewhere to me. Jakub