mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* gdb.base/funcargs.exp (float_and_integral_args): Remove
sparc-sun-solaris2* xfail for "print f1 after run to call2a". * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix. * gdb.base/signals.exp: Remove duplicate "handle all print" test that accidentally got checked in.
This commit is contained in:
@@ -188,7 +188,6 @@ proc float_and_integral_args {} {
|
||||
|
||||
# Print each arg as a double check to see if we can print
|
||||
gdb_test "print c" ".* = 97 'a'" "print c after run to call2a"
|
||||
setup_xfail "sparc-sun-solaris2*"
|
||||
gdb_test "print f1" ".* = 4" "print f1 after run to call2a"
|
||||
gdb_test "print s" ".* = 1" "print s after run to call2a"
|
||||
gdb_test "print d1" ".* = 5" "print d1 after run to call2a"
|
||||
|
||||
@@ -292,7 +292,6 @@ gdb_start
|
||||
# TARGET_SIGNAL_UNKNOWN are skipped.
|
||||
setup_xfail "i*86-unknown-bsdi2.0"
|
||||
gdb_test "handle all print" "Signal Stop Print Pass to program Description\r\nSIGHUP Yes Yes Yes Hangup.*SIG63 Yes Yes Yes Real-time event 63"
|
||||
gdb_test "handle all print" "Signal Stop Print Pass to program Description\r\nSIGHUP Yes Yes Yes Hangup.*SIG63 Yes Yes Yes Real-time event 63"
|
||||
|
||||
gdb_exit
|
||||
gdb_start
|
||||
|
||||
Reference in New Issue
Block a user