From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114610 invoked by alias); 1 Aug 2019 12:41:37 -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 114602 invoked by uid 89); 1 Aug 2019 12:41:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=sk:mi_skip 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; Thu, 01 Aug 2019 12:41:35 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id B9A0DAFFA; Thu, 1 Aug 2019 12:41:33 +0000 (UTC) Subject: Re: [PATCH][gdb/testsuite] Don't expect gdb_prompt in mi_skip_python_test From: Tom de Vries To: Simon Marchi , gdb-patches@sourceware.org References: <20190727175221.GA9077@delia> <0389a280-4dc8-5e4c-fb4c-bc7c41f52afc@simark.ca> Openpgp: preference=signencrypt Message-ID: <4c28ded8-756b-7a04-a72f-37f8bc5cb182@suse.de> Date: Thu, 01 Aug 2019 12:41:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00008.txt.bz2 On 29-07-19 11:33, Tom de Vries wrote: >> It seems like this failure is reproducible using "make check-read1". > It is indeed. > >> If you haven't >> seen that before, check it out in gdb/testsuite/README, > Thanks for the pointer. I've rewritten the rationale to use this concept > rather than the trigger patch to reproduce the failure. > >> I'm sure you'll find dozens >> of other testsuite bugs with it :). > I did a testrun overnight, and yes, that's indeed the case :) > I've cleaned up all regular FAILs, and some timeout FAILs, and submitted a patch for one more timeout FAIL ( https://sourceware.org/ml/gdb-patches/2019-08/msg00006.html ). There are still 3 timeout FAILs left (see also PR24863 - Handle timeouts with check-read1, https://sourceware.org/bugzilla/show_bug.cgi?id=24863), and I've asked for help from people who've edited those tests before. Thanks, - Tom