diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog index d9b080ef9d..f9aff38051 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 + + * pr-5016.exp: xfail "whatis i" for alpha-osf-dec-osf2*, same as linux. + Sun Oct 29 17:58:01 1995 Fred Fish * 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 381a9761fc..a9e2e5308e 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"