This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix for PR59585


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]