From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26293 invoked by alias); 18 Jul 2013 12:42:29 -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 26279 invoked by uid 89); 18 Jul 2013 12:42:28 -0000 X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_05,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE autolearn=no version=3.3.1 Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 18 Jul 2013 12:42:28 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1UznXI-0002dq-0c from Yao_Qi@mentor.com ; Thu, 18 Jul 2013 05:42:20 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 18 Jul 2013 05:42:20 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.2.247.3; Thu, 18 Jul 2013 05:42:19 -0700 Message-ID: <51E7E27E.5030800@codesourcery.com> Date: Thu, 18 Jul 2013 12:42:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Tom Tromey CC: Subject: Re: [PATCH 2/4] introduce parallel mode References: <1374073124-23602-1-git-send-email-tromey@redhat.com> <1374073124-23602-3-git-send-email-tromey@redhat.com> In-Reply-To: <1374073124-23602-3-git-send-email-tromey@redhat.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-07/txt/msg00444.txt.bz2 On 07/17/2013 10:58 PM, Tom Tromey wrote: > Second, this adds an "inotify" mode. If you have the inotifywait > command (part of inotify-tools), you can set the GDB_INOTIFY variable. > This will tell the test suite to watch for changes outside of the > allowed output directories. > > This mode is useful for debugging the test suite, as it issues a > report whenever a possibly parallel-unsafe file open is done. Tom, Where can I get this report? is it mixed in testsuite/gdb.log? An example here would be helpful. I tried to run testsuite with this series applied. The directories in gdb/testsuite changed and test results looks right. I don't have any comments to this series. -- Yao (齐尧)