2003-07-22 Elena Zannoni <ezannoni@redhat.com>
* gdb.threads/tls.exp :Add kfail for 'info address' case.
This commit is contained in:
parent
708cc1b6ac
commit
e00759efb0
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-07-22 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* gdb.threads/tls.exp :Add kfail for 'info address' case.
|
||||
|
||||
2003-07-22 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* gdb.threads/tls.c : New file.
|
||||
|
|
|
@ -274,6 +274,7 @@ runto spin
|
|||
gdb_test "info address a_global" \
|
||||
".*a_global.*static storage at address.*" "info address a_global"
|
||||
|
||||
setup_kfail "gdb/1294" "*-*-*"
|
||||
gdb_test "info address me" ".*me.*is a variable at offset.*" "info address me"
|
||||
|
||||
# Done!
|
||||
|
|
Loading…
Reference in a new issue