From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13029 invoked by alias); 9 Jun 2010 00:04:01 -0000 Received: (qmail 13021 invoked by uid 22791); 9 Jun 2010 00:04:01 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from elasmtp-mealy.atl.sa.earthlink.net (HELO elasmtp-mealy.atl.sa.earthlink.net) (209.86.89.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Jun 2010 00:03:57 +0000 Received: from [70.170.59.51] (helo=macbook-2.local) by elasmtp-mealy.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1OM8lu-00089i-Dx; Tue, 08 Jun 2010 20:03:54 -0400 Message-ID: <4C0EDA69.6020903@earthlink.net> Date: Wed, 09 Jun 2010 00:04:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: Michael Snyder CC: "gdb@sourceware.org" , Pedro Alves Subject: Re: Funny test, gdb.trace/ax.exp References: <4C0ED595.9040800@vmware.com> In-Reply-To: <4C0ED595.9040800@vmware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da9409d5571fd19d3ffeb592f9acd601e3b84350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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: 2010-06/txt/msg00035.txt.bz2 Michael Snyder wrote: > I say funny, because most of the tests will pass regardless of output. > They all accept "", which is the same as ".*". > I was mainly wanting to check that the bytecode compiler didn't go down in flames and take the rest of GDB with it. :-) Now that we have tracepoints in GDBserver, this would be better as a live test of on-target expression evaluation; it might not be too hard to set up a standard test proc that captures each expression result and compares with expected value. Stan