diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-17 13:59:56 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-17 13:59:56 +0000 |
commit | c793c274388af919b8481c1f9e10673b9532acb8 (patch) | |
tree | 95a7eb18614809b00f9348e8c1465afe56834c48 /gdb/testsuite/gdb.base | |
parent | 96528ad56904a31a7121677532559d977131ace5 (diff) | |
download | gdb-c793c274388af919b8481c1f9e10673b9532acb8.zip gdb-c793c274388af919b8481c1f9e10673b9532acb8.tar.gz gdb-c793c274388af919b8481c1f9e10673b9532acb8.tar.bz2 |
* gdb.base/nodebug.exp: Comment out redundant test. Make name of
test unique.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r-- | gdb/testsuite/gdb.base/nodebug.exp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/nodebug.exp b/gdb/testsuite/gdb.base/nodebug.exp index 2e94201..9b978c1 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. |