From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26087 invoked by alias); 14 Feb 2016 04:38:04 -0000 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 Received: (qmail 26056 invoked by uid 89); 14 Feb 2016 04:38:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=sk:vlaval, UD:vla-value-sub-finish.exp, sk:vla-val, UD:vla-value-sub.exp X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 14 Feb 2016 04:38:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id F1FC9116651; Sat, 13 Feb 2016 23:37:59 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9xew9f9YmXho; Sat, 13 Feb 2016 23:37:59 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C446F116631; Sat, 13 Feb 2016 23:37:58 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id CC398407D2; Sun, 14 Feb 2016 08:37:54 +0400 (RET) Date: Sun, 14 Feb 2016 04:38:00 -0000 From: Joel Brobecker To: Jan Kratochvil Cc: Andrew Burgess , Eli Zaretskii , gdb-patches@sourceware.org, Pedro Alves Subject: Re: [testsuite patch] testsuite regression: gdb.fortran/vla-value-sub.exp gdb.fortran/vla-value-sub-finish.exp [Re: [PATCH 1/3] gdb: New set/show max-value-size command.] Message-ID: <20160214043754.GO15342@adacore.com> References: <57e2731e179d11c584e8cde994ab1e822a9893b0.1449869722.git.andrew.burgess@embecosm.com> <20160101094309.GC12416@adacore.com> <20160105141241.GG4242@embecosm.com> <83a8ok570f.fsf@gnu.org> <20160106114049.GJ4242@embecosm.com> <20160213214046.GA17145@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160213214046.GA17145@host1.jankratochvil.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-02/txt/msg00445.txt.bz2 > gdb/testsuite/ChangeLog > 2016-02-13 Jan Kratochvil > > * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024): > New test. > * gdb.fortran/vla-value-sub.exp: Likewise. Looks good to me. I would say that future patches of this kind can be considered as obvious when it is obvious that the object being printed is larger than the default max-value-size. Thanks Jan, -- Joel