From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114671 invoked by alias); 1 Aug 2019 14:02:35 -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 114655 invoked by uid 89); 1 Aug 2019 14:02:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=amazing X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Aug 2019 14:02:33 +0000 Received: from [172.16.0.120] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 2D72D1E05C; Thu, 1 Aug 2019 10:02:32 -0400 (EDT) Subject: Re: [PATCH][gdb/testsuite] Don't expect gdb_prompt in mi_skip_python_test To: Tom de Vries , gdb-patches@sourceware.org References: <20190727175221.GA9077@delia> <0389a280-4dc8-5e4c-fb4c-bc7c41f52afc@simark.ca> <4c28ded8-756b-7a04-a72f-37f8bc5cb182@suse.de> From: Simon Marchi Message-ID: <8c0e681e-887e-6151-b15f-a2efbb0789c9@simark.ca> Date: Thu, 01 Aug 2019 14:02: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: <4c28ded8-756b-7a04-a72f-37f8bc5cb182@suse.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-08/txt/msg00009.txt.bz2 On 2019-08-01 8:41 a.m., Tom de Vries wrote: > 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 a lot for doing all this work on the testsuite, it's amazing! Simon