From 7cc695218366c2085eee48835691052faca912fd Mon Sep 17 00:00:00 2001 From: cagney Date: Sat, 22 Jun 2002 22:19:34 +0000 Subject: [PATCH] * gdb.base/selftest.exp (do_stes_and_next): Skip calls to setlocale, bindtextdomain and textdomain. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/selftest.exp | 18 +++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index da681a6b34..ed7d8b0a1d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-06-22 Andrew Cagney + + * gdb.base/selftest.exp (do_stes_and_next): Skip calls to + setlocale, bindtextdomain and textdomain. + 2002-06-11 Jim Blandy * lib/gdb.exp (get_debug_format): Tolerate message saying whether diff --git a/gdb/testsuite/gdb.base/selftest.exp b/gdb/testsuite/gdb.base/selftest.exp index 83ceb620e8..85e9fa79af 100644 --- a/gdb/testsuite/gdb.base/selftest.exp +++ b/gdb/testsuite/gdb.base/selftest.exp @@ -52,7 +52,7 @@ proc do_steps_and_nexts {} { gdb_reinitialize_dir $srcdir/.. - for {set count 0} {$count < 22} {incr count} { + for {set count 0} {$count < 26} {incr count} { send_gdb "list\n" gdb_expect { -re ".*context = data.*$gdb_prompt $" { @@ -142,6 +142,22 @@ proc do_steps_and_nexts {} { -re ".*dirarg = .* xmalloc.*$gdb_prompt $" { return } + -re ".*setlocale .LC_MESSAGES,.*$gdb_prompt $" { + set description "next over setlocale LC_MESSAGES" + set command "next" + } + -re ".*setlocale .LC_CTYPE,.*$gdb_prompt $" { + set description "next over setlocale LC_CTYPE" + set command "next" + } + -re ".*bindtextdomain .PACKAGE, LOCALEDIR.;.*$gdb_prompt $" { + set description "next over bindtextdomain" + set command "next" + } + -re ".*textdomain .PACKAGE.;.*$gdb_prompt $" { + set description "next over textdomain PACKAGE" + set command "next" + } -re "\[ \t\]+\{\r\n$gdb_prompt $" { setup_xfail "mips-*-irix5*" fail "$description ended up at odd location" -- 2.11.0