aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRichard Bunt <richard.bunt@arm.com>2018-06-29 17:34:58 +0100
committerRichard Bunt <richard.bunt@arm.com>2018-06-29 17:34:58 +0100
commit49af4b7012b682470bba3d66262bd34f48b9f500 (patch)
treeb0dccbb9765bdaca75544bd66edf864e1f570682 /gdb
parent262e07d0115adc08cf7481689d9d146a01ee5bb8 (diff)
downloadgdb-49af4b7012b682470bba3d66262bd34f48b9f500.zip
gdb-49af4b7012b682470bba3d66262bd34f48b9f500.tar.gz
gdb-49af4b7012b682470bba3d66262bd34f48b9f500.tar.bz2
Remove unstable test output
Changed test output from: PASS: gdb.base/watchpoint-hw-attach.exp: attach 25501 to PASS: gdb.base/watchpoint-hw-attach.exp: attach gdb/testsuite/ChangeLog: * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/watchpoint-hw-attach.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 512e85d..a65d787 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-29 Richard Bunt richard.bunt@arm.com
+
+ * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
+
2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
* lib/compiler.c: Remove executable permission flag.
diff --git a/gdb/testsuite/gdb.base/watchpoint-hw-attach.exp b/gdb/testsuite/gdb.base/watchpoint-hw-attach.exp
index ba7205d..9230450 100644
--- a/gdb/testsuite/gdb.base/watchpoint-hw-attach.exp
+++ b/gdb/testsuite/gdb.base/watchpoint-hw-attach.exp
@@ -55,7 +55,7 @@ if {$testpid == ""} {
# logic to run post attach rather than post inferior launch.
clean_restart $binfile
-gdb_test "attach $testpid" "Attaching to program: .*, process $testpid.*"
+gdb_test "attach $testpid" "Attaching to program: .*, process $testpid.*" "attach"
# Ensure the test program is in the top frame so the required
# variables are in scope.