From c793c274388af919b8481c1f9e10673b9532acb8 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 17 Mar 1995 13:59:56 +0000 Subject: [PATCH] * gdb.base/nodebug.exp: Comment out redundant test. Make name of test unique. --- gdb/testsuite/ChangeLog | 3 +++ gdb/testsuite/gdb.base/nodebug.exp | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d65154c94a..073f8cbc9f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + * gdb.base/nodebug.exp: Comment out redundant test. Make name of + test unique. + * lib/gdb.exp: Skip CHILL for AIX. Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com) diff --git a/gdb/testsuite/gdb.base/nodebug.exp b/gdb/testsuite/gdb.base/nodebug.exp index 2e942017cf..9b978c1bc0 100644 --- a/gdb/testsuite/gdb.base/nodebug.exp +++ b/gdb/testsuite/gdb.base/nodebug.exp @@ -89,9 +89,13 @@ if ![file exists $binfile] then { setup_xfail "alpha*-*-osf*" "mips*-*-irix*" "*-*-ultrix*" gdb_test "ptype bsslocal" "<(data variable|variable), no debug info>" - gdb_test "backtrace" "#0.*inner.*#1.*middle.*#2.*top.*#3.*main.*" + gdb_test "backtrace" "#0.*inner.*#1.*middle.*#2.*top.*#3.*main.*" \ + "backtrace in nodebug.exp" # Or if that doesn't work, at least hope for the external symbols - gdb_test "backtrace" "#0.*inner.*#1.*#2.*top.*#3.*main.*" + # Commented out because if we aren't going to xfail the above test + # ever, why bother with a weaker test? + #gdb_test "backtrace" "#0.*inner.*#1.*#2.*top.*#3.*main.*" \ + # "backtrace in nodebug.exp for externals" # This test is not as obscure as it might look. `p getenv ("TERM")' # is a real-world example, at least on many systems.