5a6df07a01
- Disable addon (finish) due to inline-cmds.exp: up from outer_inline2 assert. - Fix i386+x86_64 rwatch+awatch before run, regression against 6.8 (BZ 541866). - Fix crash on stale addrinfo->sectindex (more sensitive due to the PIE patch). - Remove false gdb_assert on $sp underflow. - Workaround ia64 inferior calls clearing SP. - testsuite: Fix long timeout on arches with failing gdb.base/interrupt.exp. - Fix ia64 part of the bt-clone-stop.exp fix.
18 lines
582 B
Diff
18 lines
582 B
Diff
commit 03729380c318738d19256b219bcc03d333dc54bf
|
|
Author: Daniel Jacobowitz <dan@debian.org>
|
|
Date: Mon Feb 1 17:51:18 2010 +0000
|
|
|
|
[...]
|
|
* gdb.base/interrupt.exp: Match unexpected gdb prompt.
|
|
|
|
--- a/gdb/testsuite/gdb.base/interrupt.exp
|
|
+++ b/gdb/testsuite/gdb.base/interrupt.exp
|
|
@@ -167,6 +167,7 @@ if ![file exists $binfile] then {
|
|
# here.
|
|
gdb_expect {
|
|
-re "^(\r\n|)data\r\n(|data\r\n)$" { pass "echo data" }
|
|
+ -re "Undefined command.*$gdb_prompt " { fail "echo data" }
|
|
timeout { fail "echo data (timeout)" }
|
|
eof { fail "echo data (eof)" }
|
|
}
|