From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25939 invoked by alias); 19 Feb 2013 06:40:24 -0000 Received: (qmail 25600 invoked by uid 22791); 19 Feb 2013 06:40:22 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Feb 2013 06:40:14 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1U7gs9-0006Zz-P2 from Yao_Qi@mentor.com ; Mon, 18 Feb 2013 22:40:13 -0800 Received: from SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.206]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 18 Feb 2013 22:40:14 -0800 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.1.289.1; Mon, 18 Feb 2013 22:40:12 -0800 Message-ID: <51231E07.3010100@codesourcery.com> Date: Tue, 19 Feb 2013 06:40:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Tom Tromey CC: GDB Development Subject: Re: RFC - changes to the test suite References: <87fw0ta4jk.fsf@fleche.redhat.com> In-Reply-To: <87fw0ta4jk.fsf@fleche.redhat.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00073.txt.bz2 Tom, overall, I like it. Two questions below, On 02/19/2013 01:57 AM, Tom Tromey wrote: > So, the first question is -- does anybody care strongly about where the > files end up? And, if you do care, why do you care? When running testsuite with boardfile native-gdbserver.exp, does GDBserver need to know the updated location of files? or do we plan to spawn GDBserver in "./outputs/gdb.DIR/FILE" directory? > > I also added an "inotify" mode to the tests so you can easily see which > tests write files outside of their specified directory. There are still > a few remaining, I ran out of steam dotting every "i". What is the motivation of adding "inotify" mode? to monitor the progress of a given test, or something else? -- Yao (齐尧)