aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1995-09-01 21:01:24 +0000
committerFred Fish <fnf@specifix.com>1995-09-01 21:01:24 +0000
commitc08e5694d93adc19e2227a86bc1fe9f2cb2ff3f8 (patch)
tree4ab2744c109ba35b3e2b0d30dff42c0b4fd7132c /gdb/testsuite
parentd6f672b881f21e96280bfdaddb08002a220a0999 (diff)
downloadgdb-c08e5694d93adc19e2227a86bc1fe9f2cb2ff3f8.zip
gdb-c08e5694d93adc19e2227a86bc1fe9f2cb2ff3f8.tar.gz
gdb-c08e5694d93adc19e2227a86bc1fe9f2cb2ff3f8.tar.bz2
* 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.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog12
-rw-r--r--gdb/testsuite/gdb.base/funcargs.exp1
-rw-r--r--gdb/testsuite/gdb.base/signals.exp1
3 files changed, 10 insertions, 4 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 9b4a1eb..33991af 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
+
+ * 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.
+
Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
* gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
@@ -210,7 +218,7 @@ Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
failure (opcode table has been fixed to match reality).
end-sanitize-sh3e
-Mon Aug 14 09:01:59 1995 Fred Fish <fnf@rtl.cygnus.com>
+Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
* gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
"call inferior func with struct - returns char",
@@ -420,7 +428,7 @@ Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
* gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
cases.
-Wed Jul 12 10:20:08 1995 Fred Fish (fnf@rtl.cygnus.com)
+Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
* configure.in (configdirs): Remove gdb.chill from default list
of subdirs and then add it back in only if doing a native build.
diff --git a/gdb/testsuite/gdb.base/funcargs.exp b/gdb/testsuite/gdb.base/funcargs.exp
index 56240af..28eb177 100644
--- a/gdb/testsuite/gdb.base/funcargs.exp
+++ b/gdb/testsuite/gdb.base/funcargs.exp
@@ -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"
diff --git a/gdb/testsuite/gdb.base/signals.exp b/gdb/testsuite/gdb.base/signals.exp
index a99b2e4..50ed0fe 100644
--- a/gdb/testsuite/gdb.base/signals.exp
+++ b/gdb/testsuite/gdb.base/signals.exp
@@ -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