From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16971 invoked by alias); 9 Mar 2009 02:10:34 -0000 Received: (qmail 16962 invoked by uid 22791); 9 Mar 2009 02:10:34 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f177.google.com (HELO mail-fx0-f177.google.com) (209.85.220.177) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Mar 2009 02:10:29 +0000 Received: by fxm25 with SMTP id 25so1062605fxm.24 for ; Sun, 08 Mar 2009 19:10:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.102.234.18 with SMTP id g18mr2368043muh.102.1236564625825; Sun, 08 Mar 2009 19:10:25 -0700 (PDT) In-Reply-To: <8ba6bed40903080716k3fbeb56t5605aef1864b26a3@mail.gmail.com> References: <8ba6bed40903051731s41c9183aha18af51113f3c0ea@mail.gmail.com> <20090306173345.GI3744@adacore.com> <200903061913.43419.pedro@codesourcery.com> <8ba6bed40903070407q3e91f0ffs6fc67b2b9c329081@mail.gmail.com> <8ba6bed40903080716k3fbeb56t5605aef1864b26a3@mail.gmail.com> Date: Mon, 09 Mar 2009 02:10:00 -0000 Message-ID: <8ba6bed40903081910t695c9d93jc34ba1c5d2793a2e@mail.gmail.com> Subject: Re: gdb.objc/objcdecode.exp test error.. From: Matt Rice To: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2009-03/txt/msg00107.txt.bz2 On Sun, Mar 8, 2009 at 7:16 AM, Matt Rice wrote: > On Sat, Mar 7, 2009 at 4:07 AM, Matt Rice wrote: > >> I went ahead and tried to do some new tests > > sorry for replying to myself, after trying to fix the bug, > i found the tests still had failures because of some bad regular > expressions in the test. > > attached are new tests, and patches for the bug, > the patches are mutually exclusive they both do the same thing pretty much. > what Daniel said to try here. > > http://sourceware.org/ml/gdb-patches/2008-03/msg00306.html well hmm these only partially fix the issue, still trying to figure out how to compile a shared library in the testsuite, but if the symbol is a c function, and doesn't match a objc method, until a shared library is loaded we get the assertion failure because they are left unquoted unless they match a known objective-c symbol, so we'd have to quote all things which could potentially match objective-c methods, this increases the scope quite a bit not sure we want to go this direction.....