From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10407 invoked by alias); 17 Oct 2018 07:30:18 -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 9607 invoked by uid 89); 17 Oct 2018 07:30:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=letter X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 17 Oct 2018 07:30:01 +0000 Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 27345AD91; Wed, 17 Oct 2018 07:29:59 +0000 (UTC) Subject: Upper case test names To: Simon Marchi Cc: Gary Benson , gdb-patches@sourceware.org, Pedro Alves References: <20181005101122.GA23867@delia> <20181009135155.GB12668@blade.nx> <8f8ffb94-5a0c-8b2b-d541-eaacd7d1f42c@suse.de> <20181010092735.GA29557@blade.nx> <20181010134423.GA23926@blade.nx> <20181011074744.GA7677@delia> <750f69f3ea27d2ca530c896eef51e9eb@polymtl.ca> From: Tom de Vries Message-ID: Date: Wed, 17 Oct 2018 07:30:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <750f69f3ea27d2ca530c896eef51e9eb@polymtl.ca> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00362.txt.bz2 [ was: Re: [PATCH][gdb/testsuite] Rewrite catch-follow-exec.exp ] On 10/16/18 12:11 AM, Simon Marchi wrote: > Please use a lower case letter for the test name. Hmm, that happens more often, appearantly: ... find gdb/testsuite/ -type f -name "*.exp" | grep -v /lib/ | xargs egrep $'[\t ](fail|pass|unsupported|untested|xfail|kfail) "[A-Z][a-z]' | egrep -v 'PowerPC|Rust' gdb/testsuite/gdb.ada/bp_inlined_func.exp: fail "Cannot run to main, testcase aborted" gdb/testsuite/gdb.ada/excep_handle.exp: fail "Cannot run to main, testcase aborted" gdb/testsuite/gdb.ada/mi_string_access.exp: fail "Cannot run to main, testcase aborted" gdb/testsuite/gdb.ada/mi_var_union.exp: fail "Cannot run to main, testcase aborted" gdb/testsuite/gdb.arch/arc-analyze-prologue.exp: fail "Can't run to main" gdb/testsuite/gdb.arch/arc-decode-insn.exp: fail "Can't run to main" gdb/testsuite/gdb.base/readnever.exp: untested "Couldn't compile ${srcfile}" gdb/testsuite/gdb.fortran/printing-types.exp: untested "Could not run to breakpoint MAIN__" gdb/testsuite/gdb.guile/scm-lazy-string.exp: fail "Can't run to main" ... Does this need fixing? Thanks, - Tom