mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* pr-5016.exp: xfail "whatis i" for alpha-osf-dec-osf2*, same as linux.
This commit is contained in:
@ -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.
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user