From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24771 invoked by alias); 11 Jun 2010 18:27:24 -0000 Received: (qmail 24763 invoked by uid 22791); 11 Jun 2010 18:27:23 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 11 Jun 2010 18:27:19 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 137E853001; Fri, 11 Jun 2010 11:27:16 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost3.vmware.com (Postfix) with ESMTP id 0603DCD905; Fri, 11 Jun 2010 11:27:16 -0700 (PDT) Message-ID: <4C128003.5070704@vmware.com> Date: Fri, 11 Jun 2010 18:27:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: Ulrich Weigand CC: "gdb-patches@sourceware.org" Subject: Re: [RFA] gdb.base -- use gdb_test_no_output References: <201006111814.o5BIE44V024251@d12av02.megacenter.de.ibm.com> In-Reply-To: <201006111814.o5BIE44V024251@d12av02.megacenter.de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2010-06/txt/msg00281.txt.bz2 Ulrich Weigand wrote: >> Well, I'm seeing the message on x86 as well. > > Actually, this is even weirder: if I try this manually, > just starting gdb on the setshow test case, and running: > > uweigand@br8ermyc:~/fsf/gdb-head-build/gdb/testsuite/gdb.base$ ../../gdb ./setshow > GNU gdb (GDB) 7.1.50.20100611-cvs > Copyright (C) 2010 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "i686-pc-linux-gnu". > For bug reporting instructions, please see: > ... > Reading symbols from /home/uweigand/fsf/gdb-head-build/gdb/testsuite/gdb.base/setshow...done. > (gdb) b main > Breakpoint 1 at 0x8048408: file /home/uweigand/fsf/gdb-head/gdb/testsuite/gdb.base/setshow.c, line 16. > (gdb) run > Starting program: /home/uweigand/fsf/gdb-head-build/gdb/testsuite/gdb.base/setshow > > Breakpoint 1, main (argc=1, argv=0xbffff484) at /home/uweigand/fsf/gdb-head/gdb/testsuite/gdb.base/setshow.c:16 > 16 int i = 1; > (gdb) set language asm > Warning: the current language does not match this frame. > > I'm seeing the warning. > > But if I run the whole testcase under DejaGNU, it passes, and the log > does *not* show the message ... I don't quite understand what's > going on here. Aha! I see the same thing. That's comforting, anyway. But you said that you got a testsuite fail?