From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1714 invoked by alias); 26 Oct 2017 17:42:32 -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 1699 invoked by uid 89); 26 Oct 2017 17:42:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Oct 2017 17:42:30 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4F734C07FC1B for ; Thu, 26 Oct 2017 17:42:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 4F734C07FC1B Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=palves@redhat.com Received: from cascais.lan (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id D57BF7F776 for ; Thu, 26 Oct 2017 17:42:28 +0000 (UTC) From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH 0/6] Fix several cases of racy output matching Date: Thu, 26 Oct 2017 17:42:00 -0000 Message-Id: <1509039747-15026-1-git-send-email-palves@redhat.com> X-SW-Source: 2017-10/txt/msg00827.txt.bz2 After , I had the bright idea of running the whole testsuite with "make check-read1", and that exposed a number of problems. This fixes a good chunk of those. (There are more in at least gdb.mi/ and gdb.python/.) Pedro Alves (6): Fix racy output matching in gdb.asm/asm-source.exp Fix racy output matching in gdb.base/completion.exp Fix racy output matching in gdb.base/memattr.exp Fix racy output matching in gdb.base/cpcompletion.exp Fix racy output matching in gdb.base/multi-attach.exp, gdb.server/ext-{attach, restart, ext-run}.exp Fix racy output matching in gdb.tui/tui-completion.exp gdb/testsuite/gdb.asm/asm-source.exp | 2 +- gdb/testsuite/gdb.base/completion.exp | 86 +++++++++++++------------------- gdb/testsuite/gdb.base/memattr.exp | 12 ++--- gdb/testsuite/gdb.cp/cpcompletion.exp | 2 +- gdb/testsuite/gdb.multi/multi-attach.exp | 4 +- gdb/testsuite/gdb.server/ext-attach.exp | 2 +- gdb/testsuite/gdb.server/ext-restart.exp | 2 +- gdb/testsuite/gdb.server/ext-run.exp | 2 +- gdb/testsuite/gdb.server/ext-wrapper.exp | 2 +- gdb/testsuite/gdb.tui/completion.exp | 36 +++++++------ 10 files changed, 65 insertions(+), 85 deletions(-) -- 2.5.5