| Index: gdb/testsuite/gdb.base/a2-run.exp
|
| diff --git a/gdb/testsuite/gdb.base/a2-run.exp b/gdb/testsuite/gdb.base/a2-run.exp
|
| index c069851ee3566e9efe7c61efa64319ef21e27971..e2119d45ff9b018283eb261dfb3d166287e67497 100644
|
| --- a/gdb/testsuite/gdb.base/a2-run.exp
|
| +++ b/gdb/testsuite/gdb.base/a2-run.exp
|
| @@ -21,10 +21,6 @@ if [gdb_skip_stdio_test "a2run.exp"] {
|
| return
|
| }
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| -}
|
| -
|
| #
|
| # test running programs
|
| #
|
| @@ -111,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 $"\
|
| @@ -122,7 +118,6 @@ if [istarget "*-*-vxworks*"] then {
|
| }
|
|
|
| # Run again with same arguments.
|
| -setup_xfail "mips-idt-*"
|
| gdb_run_cmd
|
|
|
| if [istarget "*-*-vxworks*"] then {
|
| @@ -189,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 {
|
|
|