diff options
author | Pedro Alves <palves@redhat.com> | 2012-02-13 18:09:59 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-02-13 18:09:59 +0000 |
commit | cc30c4bd1958a3e3887a095e5ca7c6648fa0fbf0 (patch) | |
tree | 182ff41dd9351bb67c440fd3a7c5fb2c0033647a /gdb/testsuite/gdb.base/a2-run.exp | |
parent | e1741a1ed122cb64e0d4fb6aa936574763de0d4c (diff) | |
download | gdb-cc30c4bd1958a3e3887a095e5ca7c6648fa0fbf0.zip gdb-cc30c4bd1958a3e3887a095e5ca7c6648fa0fbf0.tar.gz gdb-cc30c4bd1958a3e3887a095e5ca7c6648fa0fbf0.tar.bz2 |
gdb/doc/
2012-02-13 Pedro Alves <palves@redhat.com>
* gdb.texinfo (MIPS boards): Refer to mips-elf instead of
mips-idt-ecoff.
gdb/testsuite/
2012-02-13 Pedro Alves <palves@redhat.com>
* config/mips-idt.exp: Delete.
* gdb.base/a2-run.exp: Remove mips-idt xfails.
* gdb.base/bitfields.exp: Remove mips-idt restarts.
* gdb.base/break.exp: Remove mips-idt references.
* gdb.base/chng-syms.exp: Ditto.
* gdb.base/default.exp: Ditto.
* gdb.base/funcargs.exp (funcargs_reload): Delete.
(top level): Don't call it.
* gdb.base/opaque.exp: Remove mips-idt restarts.
* gdb.base/ptype.exp: Remove mips-idt xfails.
* gdb.base/scope.exp: Remove mips-idt restarts.
* gdb.base/sepdebug.exp: Remove mips-idt references.
* gdb.base/watchpoint.exp (maybe_clean_restart)
(maybe_reinitialize): Delete.
(test_disabling_watchpoints, test_disabling_watchpoints)
(test_watchpoint_triggered_in_syscall)
(test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
Don't call them.
Diffstat (limited to 'gdb/testsuite/gdb.base/a2-run.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/a2-run.exp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.base/a2-run.exp b/gdb/testsuite/gdb.base/a2-run.exp index 4e3b54b..e2119d4 100644 --- a/gdb/testsuite/gdb.base/a2-run.exp +++ b/gdb/testsuite/gdb.base/a2-run.exp @@ -107,7 +107,7 @@ if [istarget "*-*-vxworks*"] then { verbose "Timeout is now $timeout seconds" 2 gdb_expect -re "$gdb_prompt $" {} } else { - setup_xfail "mips-idt-*" "arm-*-coff" + setup_xfail "arm-*-coff" gdb_run_cmd 5 gdb_expect { -re ".*120.*$gdb_prompt $"\ @@ -118,7 +118,6 @@ if [istarget "*-*-vxworks*"] then { } # Run again with same arguments. -setup_xfail "mips-idt-*" gdb_run_cmd if [istarget "*-*-vxworks*"] then { @@ -185,7 +184,6 @@ if [istarget "*-*-vxworks*"] then { } # Use "set args" command to specify an argument and run again. -setup_xfail "mips-idt-*" if [istarget "*-*-vxworks*"] then { gdb_test_no_output "set args vxmain \"6\"" } else { |