From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32472 invoked by alias); 6 Sep 2012 17:09:25 -0000 Received: (qmail 32453 invoked by uid 22791); 6 Sep 2012 17:09:23 -0000 X-SWARE-Spam-Status: No, hits=-3.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,TW_XG X-Spam-Check-By: sourceware.org Received: from server-nat-6.cs.umd.edu (HELO bacon.cs.umd.edu) (128.8.127.149) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Sep 2012 17:09:02 +0000 Received: from wireless-206-196-160-139.umd.edu (wireless-206-196-160-139.umd.edu [206.196.160.139]) (Authenticated sender: khooyp) by bacon.cs.umd.edu (Postfix) with ESMTPSA id 7824CB4027A; Thu, 6 Sep 2012 13:09:00 -0400 (EDT) Subject: Re: [PATCH] Add -nx for "xgdb" test in gdb/testsuite/gdb.gdb/selftest.exp Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Khoo Yit Phang In-Reply-To: Date: Thu, 06 Sep 2012 17:09:00 -0000 Cc: GDB Patches Content-Transfer-Encoding: quoted-printable Message-Id: <1AC03BD1-43FB-41A5-BB3C-522270C2E558@cs.umd.edu> References: <387EE3E3-80B3-42E0-AFE7-1BAA78B422D3@cs.umd.edu> To: Khoo Yit Phang X-CSD-MailScanner-ID: 7824CB4027A.A808F X-CSD-MailScanner: Found to be clean X-CSD-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-50, required 5, autolearn=not spam, ALL_TRUSTED -50.00) X-CSD-MailScanner-From: khooyp@cs.umd.edu X-CSD-MailScanner-Watermark: 1347556140.73786@DHYOjITQS1380gl8HRpBDw 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 X-SW-Source: 2012-09/txt/msg00049.txt.bz2 Hi, Ping. Any issues with this patch? Thanks, Yit September 6, 2012 On Sep 2, 2012, at 10:40 PM, Khoo Yit Phang wrote: > Hi, >=20 > I found a few more tests with the same issue, here's an updated patch tha= t covers those tests. >=20 > Thanks, >=20 > Yit > September 2, 2012 >=20 > >=20 > On Sep 1, 2012, at 11:00 AM, Khoo Yit Phang wrote: >=20 >> Hi, >>=20 >> The "xgdb" test in gdb/testsuite/gdb.gdb/selftest.exp was giving me spur= ious results since it was loading ~/.gdbinit. Here's a patch that adds the = -nx option to prevent this problem. >>=20 >> Thanks, >>=20 >> Yit >> September 1, 2012 >>=20 >> >=20