From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 72923 invoked by alias); 16 Sep 2016 05:52:50 -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 72155 invoked by uid 89); 16 Sep 2016 05:52:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=H*r:4.80.1, H*UA:iPhone, H*x:iPhone X-HELO: telf.telf.com Received: from tel.telf.com (HELO telf.telf.com) (192.254.205.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Sep 2016 05:52:32 +0000 Received: from rrcs-70-60-125-182.midsouth.biz.rr.com ([70.60.125.182]:39684 helo=[10.20.0.44]) by telf.telf.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1bkm4c-0008C8-SC; Fri, 16 Sep 2016 01:52:30 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Restored Objective-C language support From: Giah de Barag In-Reply-To: <87intyrt26.fsf@tromey.com> Date: Fri, 16 Sep 2016 05:52:00 -0000 Cc: GDB Patches Content-Transfer-Encoding: 7bit Message-Id: <7A49D05A-EC2C-40A9-B454-AC6B8810DF31@crelg.com> References: <3AC64B67-79FD-4F55-8F6E-3784C3C4A13B@crelg.com> <87intyrt26.fsf@tromey.com> To: Tom Tromey X-Get-Message-Sender-Via: telf.telf.com: authenticated_id: gdb@crelg.com X-SW-Source: 2016-09/txt/msg00178.txt.bz2 > On Sep 14, 2016, at 18:54, Tom Tromey wrote: > > I think the most important thing to do to > avoid future problems is make sure the objc > tests are working. The last time I looked at > this, I think they weren't working properly at > all. > > Also, it would be good to have new tests for > the patches you wrote. I will work on fixing the broken tests and writing new tests for the patches I submitted. (Ignore the question about tests in my previous message.)