summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
diff options
context:
space:
mode:
authorMichael Chastain <mec.gnu@mindspring.com>2004-01-05 12:32:11 +0000
committerMichael Chastain <mec.gnu@mindspring.com>2004-01-05 12:32:11 +0000
commit21ec6e212265703c9a50b3ebe0b9b6c208cb5323 (patch)
treec065eff0c9a2ee4ca16bba32281a2706bc4db469 /gdb/testsuite/gdb.base
parentf417b9456d6e380b25299a857dda453954840bde (diff)
downloadgdb-21ec6e212265703c9a50b3ebe0b9b6c208cb5323.tar.gz
2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
* gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for hppa*-hp-hpux*.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r--gdb/testsuite/gdb.base/funcargs.exp6
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.base/funcargs.exp b/gdb/testsuite/gdb.base/funcargs.exp
index 38949f1599c..a3effd92408 100644
--- a/gdb/testsuite/gdb.base/funcargs.exp
+++ b/gdb/testsuite/gdb.base/funcargs.exp
@@ -1,5 +1,5 @@
-# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003,
+# 2004 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -1183,8 +1183,6 @@ gdb_load ${binfile}
if [istarget "mips*tx39-*"] {
set timeout 300
-} elseif [istarget "hppa*-hp-hpux*"] then {
- set timeout 240
} else {
set timeout 60
}