mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-11 22:24:42 +00:00
* gdb.base/nodebug.exp: Comment out redundant test. Make name of
test unique.
This commit is contained in:
parent
96528ad569
commit
c793c27438
@ -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)
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user