From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13227 invoked by alias); 4 Jun 2010 22:27:00 -0000 Received: (qmail 13219 invoked by uid 22791); 4 Jun 2010 22:27:00 -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-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Jun 2010 22:26:57 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id F25154F046 for ; Fri, 4 Jun 2010 15:26:55 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost2.vmware.com (Postfix) with ESMTP id C679D8E84D for ; Fri, 4 Jun 2010 15:26:55 -0700 (PDT) Message-ID: <4C097DAF.3090100@vmware.com> Date: Fri, 04 Jun 2010 22:27:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.22 (X11/20090609) MIME-Version: 1.0 To: "gdb@sourceware.org" Subject: Help, minor bug in testsuite Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00017.txt.bz2 OK, not sure what to do with this one. The test in gdb.base/list.exp says: # Try listsize of 0 which suppresses printing. set_listsize 0 gdb_test "list 1" "" "listsize of 0 suppresses output" However, the test only passes because "" is the same as ".*". In fact, the output is NOT suppressed, and I can find nowhere in the documentation that says it SHOULD be suppressed. I'm not sure what to do with this test... Michael