On Thu, Jul 17, 2014 at 01:45:42PM +0400, Maxim Ostapenko wrote: > I see regressions in some UBSan output pattern tests (bounds-2.c and some > others) on arm-linux-gnueabi if we use ssh to deliver executables to remote > target. After some investigation, I discovered, that Dejagnu deletes > trailing '\n' symbol from output message in this case. My patch removes > trailing newlines from these tests. > > Regested on x86_64-unknown-linux-gnu and arm-linux-gnueabi. > > Ok to commit?
Keeping 'int \\\[5\\\]'\[^\n\r]*" } */ etc. doesn't make much sense, I'd also remove the * stuff, so 'int \\\[5\\\]'" } */ Jakub