* pr-5016.exp: xfail "whatis i" for sparc-sun-sunos4*, same as linux.

This commit is contained in:
Fred Fish 1995-10-30 03:15:12 +00:00
parent 1130734da5
commit 7efb4b4c8e
2 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

@ -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"