aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1995-10-30 03:15:12 +0000
committerFred Fish <fnf@specifix.com>1995-10-30 03:15:12 +0000
commit7efb4b4c8ef3c7c95629f90f574cf9479aafaf14 (patch)
tree3253273212312b9a4bc926d22a7e63e24fd3b6f5
parent1130734da52cb2f2e2d2c0db9a5fcd8795552deb (diff)
downloadfsf-binutils-gdb-7efb4b4c8ef3c7c95629f90f574cf9479aafaf14.zip
fsf-binutils-gdb-7efb4b4c8ef3c7c95629f90f574cf9479aafaf14.tar.gz
fsf-binutils-gdb-7efb4b4c8ef3c7c95629f90f574cf9479aafaf14.tar.bz2
* pr-5016.exp: xfail "whatis i" for sparc-sun-sunos4*, same as linux.
-rw-r--r--gdb/testsuite/gdb.chill/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.chill/pr-5016.exp4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog
index d9a92e1..d9b080e 100644
--- a/gdb/testsuite/gdb.chill/ChangeLog
+++ b/gdb/testsuite/gdb.chill/ChangeLog
@@ -1,3 +1,7 @@
+Sun Oct 29 17:58:01 1995 Fred Fish <fnf@cygnus.com>
+
+ * pr-5016.exp: xfail "whatis i" for sparc-sun-sunos4*, same as linux.
+
Wed Oct 4 18:20:53 1995 Per Bothner <bothner@kalessin.cygnus.com>
* pr-8136.{ch,exp}, pr-8134.exp, func1.ch, Makefile.in: New test cases.
diff --git a/gdb/testsuite/gdb.chill/pr-5016.exp b/gdb/testsuite/gdb.chill/pr-5016.exp
index 02beee7..9976b0c 100644
--- a/gdb/testsuite/gdb.chill/pr-5016.exp
+++ b/gdb/testsuite/gdb.chill/pr-5016.exp
@@ -39,8 +39,8 @@ proc do_tests {} {
send "set language chill\n" ; expect -re "$prompt $"
runto dump
- # Linux thinks type is "_cint"
- setup_xfail "i*86-*-linux*"
+ # Linux thinks type is "_cint" and so does sparc-sun-sunos4
+ setup_xfail "i*86-*-linux*" "sparc-sun-sunos4*"
gdb_test "whatis i" "type = m_index" "whatis int-range"
gdb_test_exact "ptype m_index" "type = RANGE (1:10)" "ptype m_index"
gdb_test_exact "whatis a" "type = /*LOC*/ vector"