2003-01-09 David Carlton <carlton@math.stanford.edu>
* gdb.c++/annota2.exp: KFAIL "watch triggered on a.x". Add copyright year 2003.
This commit is contained in:
parent
a65fb6096a
commit
754533e434
|
@ -1,3 +1,8 @@
|
|||
2003-01-09 David Carlton <carlton@math.stanford.edu>
|
||||
|
||||
* gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
|
||||
Add copyright year 2003.
|
||||
|
||||
2003-01-06 Michael Chastain <mec@shout.net>
|
||||
|
||||
* gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999, 2000, 2001, 2002
|
||||
# Copyright 1999, 2000, 2001, 2002, 2003
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
@ -197,6 +197,8 @@ gdb_expect {
|
|||
{ pass "watch triggered on a.x" }
|
||||
-re "\r\n\032\032post-prompt\r\n\r\n\032\032starting\r\n\r\n\032\032frames-invalid\r\n\r\n\032\032frames-invalid\r\n\r\n\032\032frames-invalid\r\n\r\n\032\032frames-invalid\r\n\r\n\032\032watchpoint 3\r\n\.*atchpoint 3: a.x\r\n\r\nOld value = 0\r\nNew value = 1\r\n\r\n\032\032frame-begin 0 $hex\r\n\r\n\032\032frame-function-name\r\nmain\r\n\032\032frame-args\r\n \\(\\)\r\n\032\032frame-source-begin\r\n at \r\n\032\032frame-source-file\r\n.*$srcfile\r\n\032\032frame-source-file-end\r\n:\r\n\032\032frame-source-line\r\n$decimal\r\n\032\032frame-source-end\r\n\r\n\r\n\032\032source .*$srcfile.*beg:$hex\r\n\r\n\032\032frame-end\r\n\r\n\032\032stopped\r\n.*$gdb_prompt$" \
|
||||
{ pass "watch triggered on a.x" }
|
||||
-re "\r\n\032\032post-prompt\r\n\r\n\032\032starting\r\n\r\n\032\032frames-invalid\r\n\r\n\032\032source .*$srcfile.*beg:$hex\r\n\r\n\032\032frame-end\r\n\r\n\032\032stopped\r\n$gdb_prompt$" \
|
||||
{ kfail "gdb/38" "watch triggered on a.x" }
|
||||
-re ".*$gdb_prompt$" { fail "watch triggered on a.x" }
|
||||
timeout { fail "watch triggered on a.x (timeout)" }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue