From 19703c4ab89f8b138e455396799aa5a6bb5a3f6c Mon Sep 17 00:00:00 2001 From: Michael Chastain Date: Mon, 5 Jan 2004 12:32:11 +0000 Subject: [PATCH] 2004-01-05 Michael Chastain * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for hppa*-hp-hpux*. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/funcargs.exp | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 35af739..5eb4830 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-01-05 Michael Chastain + + * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for + hppa*-hp-hpux*. + 2004-01-04 Mark Kettenis * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for diff --git a/gdb/testsuite/gdb.base/funcargs.exp b/gdb/testsuite/gdb.base/funcargs.exp index 38949f1..a3effd9 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 } -- 2.7.4