Re: [Patch] Fix UBSan tests for arm-linux-gnueabi.

2014-07-17 Thread Maxim Ostapenko
On 07/17/2014 02:31 PM, Jakub Jelinek wrote: On Thu, Jul 17, 2014 at 02:12:23PM +0400, Maxim Ostapenko wrote: Thanks, fixed. Ok now? -Maxim 2014-07-17 Max Ostapenko * c-c++-common/ubsan/bounds-2.c: Change output pattern. * c-c++-common/ubsan/bounds-5.c: Likewise. *

Re: [Patch] Fix UBSan tests for arm-linux-gnueabi.

2014-07-17 Thread Jakub Jelinek
On Thu, Jul 17, 2014 at 02:12:23PM +0400, Maxim Ostapenko wrote: > Thanks, fixed. Ok now? > > -Maxim > 2014-07-17 Max Ostapenko > > * c-c++-common/ubsan/bounds-2.c: Change output pattern. > * c-c++-common/ubsan/bounds-5.c: Likewise. > * c-c++-common/ubsan/bounds-6.c: Likewis

Re: [Patch] Fix UBSan tests for arm-linux-gnueabi.

2014-07-17 Thread Maxim Ostapenko
On 07/17/2014 01:49 PM, Jakub Jelinek wrote: 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

Re: [Patch] Fix UBSan tests for arm-linux-gnueabi.

2014-07-17 Thread Jakub Jelinek
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 > trailin

[Patch] Fix UBSan tests for arm-linux-gnueabi.

2014-07-17 Thread Maxim Ostapenko
Hi, 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 remove