From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gateway31.websitewelcome.com (gateway31.websitewelcome.com [192.185.144.97]) by sourceware.org (Postfix) with ESMTPS id 22D43385802D for ; Tue, 5 Oct 2021 18:13:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 22D43385802D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=tromey.com Received: from cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway31.websitewelcome.com (Postfix) with ESMTP id D83DB9D702 for ; Tue, 5 Oct 2021 13:12:53 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id XovtmdCMqG0jLXovtmeUJ9; Tue, 05 Oct 2021 13:12:53 -0500 X-Authority-Reason: nr=8 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References :Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=qF7s48W5n75lnCAzTfsmBB40kxD/Zw7aW2/lTK1fL+4=; b=OBZls2x8uvK1xzP10zEQuJMJG3 RumRvxyJiBaZ4UT3TKx0ppdy9x3YJO6AAr8aV4Cmteyo35yoQ7whqEnJipamMFCf6fRWsPFRpyM91 4UgnYZqx8Vw//MjjbkERUXg71; Received: from 174-16-0-219.hlrn.qwest.net ([174.16.0.219]:53970 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mXovt-000iu4-Ge; Tue, 05 Oct 2021 12:12:53 -0600 From: Tom Tromey To: Tom de Vries via Gdb-patches Cc: Tom de Vries , Tom Tromey Subject: Re: [PATCH][gdb/testsuite] Make tui testing less verbose References: <20211005132252.GA19305@delia> X-Attribution: Tom Date: Tue, 05 Oct 2021 12:12:52 -0600 In-Reply-To: <20211005132252.GA19305@delia> (Tom de Vries via Gdb-patches's message of "Tue, 5 Oct 2021 15:22:54 +0200") Message-ID: <877derz6fv.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5379.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 174.16.0.219 X-Source-L: No X-Exim-ID: 1mXovt-000iu4-Ge X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 174-16-0-219.hlrn.qwest.net (murgatroyd) [174.16.0.219]:53970 X-Source-Auth: tom+tromey.com X-Email-Count: 4 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-Spam-Status: No, score=-3025.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, JMQ_SPF_NEUTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_NEUTRAL, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2021 18:13:35 -0000 >>>>> "Tom" == Tom de Vries via Gdb-patches writes: Tom> Brings down verbosity to something more reasonable: Tom> ... Tom> $ wc -l gdb.log Tom> 3221 gdb.log Tom> ... Tom> Tested on x86_64-linux. Tom> Any comments? It seems fine to me. I don't know what others do, but when I'm debugging TUI test cases I normally end up hacking in a bunch of dump_screen calls or whatever, as needed, then remove them at the end. So I'd probably be fine with even less logging. Tom