From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100653 invoked by alias); 21 Oct 2015 16:39:34 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 100644 invoked by uid 89); 21 Oct 2015 16:39:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f42.google.com Received: from mail-pa0-f42.google.com (HELO mail-pa0-f42.google.com) (209.85.220.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 21 Oct 2015 16:39:33 +0000 Received: by padhk11 with SMTP id hk11so59403182pad.1 for ; Wed, 21 Oct 2015 09:39:31 -0700 (PDT) X-Received: by 10.66.160.34 with SMTP id xh2mr11915390pab.67.1445445571177; Wed, 21 Oct 2015 09:39:31 -0700 (PDT) Received: from [127.0.0.1] (gcc2-power8.osuosl.org. [140.211.9.43]) by smtp.gmail.com with ESMTPSA id ou1sm4272401pbc.7.2015.10.21.09.39.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Oct 2015 09:39:30 -0700 (PDT) Subject: Re: [patch, testsuite] adjust timeout in gdb.base/freebpcmd.exp To: Sandra Loosemore , gdb-patches References: <5627B95B.9040907@codesourcery.com> From: Yao Qi Message-ID: <5627BFBF.3020806@gmail.com> Date: Wed, 21 Oct 2015 19:42:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <5627B95B.9040907@codesourcery.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00422.txt.bz2 Hi Sandra, On 21/10/15 17:12, Sandra Loosemore wrote: > > 2015-10-21 Sandra Loosemore > > gdb/testsuite/ > * gdb.base/freebpcmd.exp: Use with_timeout_factor instead > of hardwired timeout value. > Patch looks good to me. -- Yao (齐尧)