This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: FAIL: gdb.base/finish.exp: finish from char_func
Date: Thu, 21 Dec 2000 09:53:06 -0800
From: Michael Snyder <msnyder@redhat.com>
> I would expect something like:
>
> ".*Value returned is .* = \[0123456789\]* '1'\r\n$gdb_prompt $"
>
> (since you wouldn't want to assume that the character set in use is
> ASCII).
Well, the ASCII character set is assumed pretty widely in these tests.
And I'm not really aware of GDB ever being ported to a platform with
a non-ASCII character set. Tell you what. I will change it so that
first it's consistant, second it expects an ASCII character, and finally
it will pass but with a remark for a non-ASCII character.
To be honest, I don't really care about platforms with non-ASCII
character sets. I just thought others might.
Your patch looks fine to me. Thanks!
Mark