aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2001-12-20 23:46:29 +0000
committerJeff Law <law@redhat.com>2001-12-20 23:46:29 +0000
commitcfa88ab715544661ec4e10a41e822e9f6d7b8a3f (patch)
treecc9154368428fa43be37d13f5c6cb5b5202afe40 /gdb
parent9b3128c4d950f0f94a174e64842510f672aacbb1 (diff)
downloadfsf-binutils-gdb-cfa88ab715544661ec4e10a41e822e9f6d7b8a3f.zip
fsf-binutils-gdb-cfa88ab715544661ec4e10a41e822e9f6d7b8a3f.tar.gz
fsf-binutils-gdb-cfa88ab715544661ec4e10a41e822e9f6d7b8a3f.tar.bz2
* gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
* gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely. * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.hp/gdb.threads-hp/usrthbasic.exp3
-rw-r--r--gdb/testsuite/gdb.hp/gdb.threads-hp/usrthcore.exp3
-rw-r--r--gdb/testsuite/gdb.hp/gdb.threads-hp/usrthfork.exp3
4 files changed, 13 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 51c5f25..cdfef4e 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -7,6 +7,10 @@
Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
+ * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
+ * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
+ * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
+
* gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
to match current gdb output. Update due to using auto-solib-limit
for limiting instead of overloading auto-solib-add.
diff --git a/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthbasic.exp b/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthbasic.exp
index ee9da58..2f37c53 100644
--- a/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthbasic.exp
+++ b/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthbasic.exp
@@ -22,6 +22,9 @@
#
#log_user 1
+verbose "HP's thread tests are broken beyond repair right now."
+return 0
+
if $tracelevel {
strace $tracelevel
}
diff --git a/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthcore.exp b/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthcore.exp
index 132bdbe..65f8db7 100644
--- a/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthcore.exp
+++ b/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthcore.exp
@@ -22,6 +22,9 @@
#
#log_user 1
+verbose "HP's thread tests are broken beyond repair right now."
+return 0
+
if $tracelevel {
strace $tracelevel
}
diff --git a/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthfork.exp b/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthfork.exp
index 8ffe65c..a9c3fbd 100644
--- a/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthfork.exp
+++ b/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthfork.exp
@@ -18,6 +18,9 @@
# Please email any bugs, comments, and/or additions to this file to:
# bug-gdb@prep.ai.mit.edu
+verbose "HP's thread tests are broken beyond repair right now."
+return 0
+
if $tracelevel {
strace $tracelevel
}