* gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for

"bt in signals.exp".
	* gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
	"step over execarg initialization" and
 	"step over corearg initialization".
	* gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
	with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
This commit is contained in:
Fred Fish
1995-11-27 22:43:08 +00:00
parent 585d15cde1
commit edc1ccab96
3 changed files with 38 additions and 14 deletions

View File

@ -357,6 +357,7 @@ if [runto_main] then {
The program being debugged stopped while in a function called from GDB.*" \
"p func1 () #2 in signals.exp"
# But we should be able to backtrace...
setup_xfail "alpha-*-osf2"
gdb_test "bt" "#0.*handler.*#1.*#2.*main.*" "bt in signals.exp"
# ...and continue...
gdb_test "continue" "Continuing\\." "continue in signals.exp"