This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: New gdb.mi/mi-breakpoint-changed.exp racy results [Re: [PATCH] Test case on breakpoint-related notifications]


On Sun, 07 Oct 2012 14:16:21 +0200, Yao Qi wrote:
> I can't reproduce it either on my system.  However, it looks like fail
> is caused by some trail ".*" in patterns, because trail ".*" is
> ambiguous on how many characters will be matched.  The patch below
> should fix the fail.
> 
> -- 
> Yao
> 
> gdb/testsuite:
> 
> 2012-10-07  Yao Qi  <yao@codesourcery.com>
> 
> 	* gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
> 	trail '.*' on matching patterns.

It seems to fix the problem, please check it in.


Thanks,
Jan


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