aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-07-23 03:08:26 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-07-23 03:08:26 +0000
commite00759efb0a00e3d196fbdd6bc43a582b7b20c8e (patch)
tree56dad8c674c6cc2e1123e04ce11155650ae4ba1b /gdb/testsuite
parent708cc1b6ac16951d891bfcd16f0af357417c2d93 (diff)
downloadfsf-binutils-gdb-e00759efb0a00e3d196fbdd6bc43a582b7b20c8e.zip
fsf-binutils-gdb-e00759efb0a00e3d196fbdd6bc43a582b7b20c8e.tar.gz
fsf-binutils-gdb-e00759efb0a00e3d196fbdd6bc43a582b7b20c8e.tar.bz2
2003-07-22 Elena Zannoni <ezannoni@redhat.com>
* gdb.threads/tls.exp :Add kfail for 'info address' case.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.threads/tls.exp1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 835176c..c33892c 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
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.
* gdb.threads/tls.exp : New file.
* gdb.threads/tls-main.c : New file.
diff --git a/gdb/testsuite/gdb.threads/tls.exp b/gdb/testsuite/gdb.threads/tls.exp
index 2fb518a..3a2b7fe 100644
--- a/gdb/testsuite/gdb.threads/tls.exp
+++ b/gdb/testsuite/gdb.threads/tls.exp
@@ -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!