| Index: gdb/testsuite/gdb.base/ptype.exp
|
| diff --git a/gdb/testsuite/gdb.base/ptype.exp b/gdb/testsuite/gdb.base/ptype.exp
|
| index ff711865c19ac85582cbeb5e55f77e60825faa10..c7bede212d6a7cafdea9acc9e9390127ca16121f 100644
|
| --- a/gdb/testsuite/gdb.base/ptype.exp
|
| +++ b/gdb/testsuite/gdb.base/ptype.exp
|
| @@ -16,10 +16,6 @@
|
|
|
| # This file was written by Rob Savoye. (rob@cygnus.com)
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| - }
|
| -
|
| #
|
| # test running programs
|
| #
|
| @@ -44,7 +40,7 @@ if { [gdb_compile "${binfile}0.o ${binfile}1.o" "${binfile}" executable {debug}
|
|
|
| # Create and source the file that provides information about the compiler
|
| # used to compile the test case.
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1;
|
| }
|
|
|
| @@ -173,7 +169,7 @@ gdb_test "ptype red" "type = enum \{red, green, blue\}.*" "ptype unnamed enumera
|
| # acts like whatis for basic types. If it is thought to be necessary to
|
| # test both whatis and ptype for all the types, the tests should be
|
| # merged into whatis.exp, or else maintenance will be a royal pain -kingdon
|
| -#setup_xfail "mips-idt-*" "mips-sgi-*"
|
| +#setup_xfail "mips-sgi-*"
|
| #send "ptype v_char\n"
|
| #gdb_expect {
|
| # -re "type = char.*$gdb_prompt $" { pass "ptype char" }
|
| @@ -277,7 +273,7 @@ gdb_test "ptype v_int" "type = int.*" "ptype int"
|
| #
|
| # test ptype command with arrays
|
| #
|
| -#setup_xfail "mips-idt-*" "mips-sgi-*"
|
| +#setup_xfail "mips-sgi-*"
|
| #send "ptype v_char_array\n"
|
| #gdb_expect {
|
| # -re "type = char .2..*$gdb_prompt $" { pass "ptype char array" }
|
| @@ -378,7 +374,7 @@ gdb_test "ptype t_char_array" "type = (|unsigned )char \\\[0?\\\]"
|
| ##
|
| ## test ptype command with pointers
|
| ##
|
| -#setup_xfail "mips-idt-*" "mips-sgi-*"
|
| +#setup_xfail "mips-sgi-*"
|
| #send "ptype v_char_pointer\n"
|
| #gdb_expect {
|
| # -re "type = char \*.*$gdb_prompt $" { pass "ptype char pointer" }
|
|
|