From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19315 invoked by alias); 9 Feb 2007 16:20:27 -0000 Received: (qmail 19307 invoked by uid 22791); 9 Feb 2007 16:20:27 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 09 Feb 2007 16:20:21 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1HFYTz-0003i0-Gb for gdb-patches@sourceware.org; Fri, 09 Feb 2007 11:20:19 -0500 Date: Fri, 09 Feb 2007 16:20:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: -var-create testsuite updates Message-ID: <20070209162019.GA14230@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) 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: 2007-02/txt/msg00129.txt.bz2 I noticed this today, which I should have thought of earlier: -mi_gdb_test "-var-create func * func" \ - "\\^done,name=\"func\",numchild=\"0\",type=\"void \\(\\*\\)\\((void|)\\)\"" \ - "create local variable func" +mi_create_varobj func func "create local variable func" The old tests were deliberately checking that the varobj was created with the correct type, and the new ones aren't :-( -- Daniel Jacobowitz CodeSourcery