summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2008-12-31 01:34:09 +0000
committerPedro Alves <pedro@codesourcery.com>2008-12-31 01:34:09 +0000
commit1f1c171507f2a83ac903a3c7b42c06180f241ef1 (patch)
treef0d768cbabb2cff93a957c498f5d068c95d2a43d /gdb/testsuite/gdb.base
parentc7f3603f86495aefac736379048f9722a72da9c3 (diff)
downloadgdb-1f1c171507f2a83ac903a3c7b42c06180f241ef1.tar.gz
2008-12-31 Pedro Alves <pedro@codesourcery.com>
PR gdb/8812: * infrun.c (handle_command): Don't print a header or notify the target about signal changes if we didn't change any signal. 2008-12-31 Pedro Alves <pedro@codesourcery.com> PR gdb/8812: * gdb.base/signal.exp: Change kfail to fail, and update PR number.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r--gdb/testsuite/gdb.base/signals.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/signals.exp b/gdb/testsuite/gdb.base/signals.exp
index 1037fccb5d2..c76307557bd 100644
--- a/gdb/testsuite/gdb.base/signals.exp
+++ b/gdb/testsuite/gdb.base/signals.exp
@@ -248,7 +248,7 @@ The program being debugged stopped while in a function called from GDB.*" \
gdb_test_multiple "n" "$test" {
-re "Not confirmed, unchanged.*Signal.*$gdb_prompt $" {
# "Signal ..." should not be in the output.
- kfail gdb/1707 "$test"
+ fail gdb/8812 "$test"
}
-re "Not confirmed, unchanged.*$gdb_prompt $" {
pass "$test"