aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.mi
diff options
context:
space:
mode:
authorMarek Polacek <mpolacek@sourceware.org>2011-06-23 09:51:11 +0000
committerMarek Polacek <mpolacek@sourceware.org>2011-06-23 09:51:11 +0000
commit9497469fbddef7bf2c3bfd6568735e537e9a09b0 (patch)
treea15c6b3e81de6feb83222196beef1b0614d41433 /gdb/testsuite/gdb.mi
parent5d197ed097c6d3c7021936126a81ae4311c5140a (diff)
downloadgdb-9497469fbddef7bf2c3bfd6568735e537e9a09b0.zip
gdb-9497469fbddef7bf2c3bfd6568735e537e9a09b0.tar.gz
gdb-9497469fbddef7bf2c3bfd6568735e537e9a09b0.tar.bz2
Fix races in mi2-var-display.exp.
Diffstat (limited to 'gdb/testsuite/gdb.mi')
-rw-r--r--gdb/testsuite/gdb.mi/mi2-var-display.exp8
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.mi/mi2-var-display.exp b/gdb/testsuite/gdb.mi/mi2-var-display.exp
index 6390698..828614b 100644
--- a/gdb/testsuite/gdb.mi/mi2-var-display.exp
+++ b/gdb/testsuite/gdb.mi/mi2-var-display.exp
@@ -604,12 +604,8 @@ mi_gdb_test "-var-list-children anone" \
# Record fp
-
-gdb_test_multiple "p/x \$fp" "print FP register" {
- -re ".*($hex).*\\^done\r\n$mi_gdb_prompt$" {
- pass "print FP register"
- set fp $expect_out(1,string)
- }
+if ![mi_gdb_test "p/x \$fp" ".*($hex).*\\^done" "print FP register"] {
+ set fp $expect_out(3,string)
}
mi_continue_to "incr_a"