diff options
author | Fred Fish <fnf@specifix.com> | 1995-11-27 22:44:38 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-11-27 22:44:38 +0000 |
commit | 79e6c66069a1e919ec42673efc498436a7d27202 (patch) | |
tree | dfe0c6c28717b05f63b612c893c119a7b0e2dd8f | |
parent | edc1ccab9688b68b91e0e245c6f8e99365661c7d (diff) | |
download | gdb-79e6c66069a1e919ec42673efc498436a7d27202.zip gdb-79e6c66069a1e919ec42673efc498436a7d27202.tar.gz gdb-79e6c66069a1e919ec42673efc498436a7d27202.tar.bz2 |
* pr-5016.exp: xfail "whatis i" for alpha-osf-dec-osf2*, same as linux.
-rw-r--r-- | gdb/testsuite/gdb.chill/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.chill/pr-5016.exp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog index d9b080e..f9aff38 100644 --- a/gdb/testsuite/gdb.chill/ChangeLog +++ b/gdb/testsuite/gdb.chill/ChangeLog @@ -1,3 +1,7 @@ +Sat Nov 25 20:49:27 1995 Fred Fish <fnf@phydeaux.cygnus.com> + + * pr-5016.exp: xfail "whatis i" for alpha-osf-dec-osf2*, same as linux. + 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. diff --git a/gdb/testsuite/gdb.chill/pr-5016.exp b/gdb/testsuite/gdb.chill/pr-5016.exp index 381a976..a9e2e53 100644 --- a/gdb/testsuite/gdb.chill/pr-5016.exp +++ b/gdb/testsuite/gdb.chill/pr-5016.exp @@ -49,8 +49,8 @@ proc do_tests {} { send "set language chill\n" ; expect -re "$prompt $" runto dump - # Linux thinks type is "_cint" and so does sparc-sun-sunos4 - setup_xfail "i*86-*-linux*" "sparc-sun-sunos4*" + # Linux thinks type is "_cint" (and so does sparc-sun-sunos4, alpha-dec-osf2.0) + setup_xfail "i*86-*-linux*" "sparc-sun-sunos4*" "alpha-dec-osf2*" 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" |