Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1179)

Unified Diff: gdb/testsuite/gdb.base/a2-run.exp

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/testsuite/gdb.base/Makefile.in ('k') | gdb/testsuite/gdb.base/advance.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « gdb/testsuite/gdb.base/Makefile.in ('k') | gdb/testsuite/gdb.base/advance.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698