From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19488 invoked by alias); 3 Mar 2016 18:57: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 19440 invoked by uid 89); 3 Mar 2016 18:57:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-io0-f202.google.com Received: from mail-io0-f202.google.com (HELO mail-io0-f202.google.com) (209.85.223.202) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 03 Mar 2016 18:57:16 +0000 Received: by mail-io0-f202.google.com with SMTP id l127so3087523iof.1 for ; Thu, 03 Mar 2016 10:57:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:message-id:date:subject:from:to:cc; bh=gh95PbBymURnDTffwvLUNaZD3kv9U0oHz7JhoIBnqaE=; b=AJN6Cr1I1g5UZok/HOerv0S66crnOIuteTizcjVLmgEiF5vvlXKYvH66cw9tPCAkq3 rXRV3pC8dIs9SPQ7o4PwRHYS9eArqLTj/Qhl/BvmSlbOcU+pg581UFQawqReNFAYyGRi Lk3pf7RTAEqKFAR4qceIDWoFvpUz72wcOe0IZwrSBb4atq3Udq5JdzrOPT1VrpiQzWvZ kxe6WvaeZe5pmDwQwdCvYQpjZBmQEPd5OUe7ZEG3ueM95g46g9F0D5/uP5eRshDPnZ7t wNG/rRpbGnARxyWJJAIW85HIohGhIp/kr3diU1Lgfa3ZfrearvQ6c3Wq6uV3pG1wldWa 4Q5A== X-Gm-Message-State: AD7BkJJVl/5jVsHrBm+BPGLWY+XXuT5swXpuprLHS3r6sWyKxlyr6NgarLEgrpO2mmBwj1H4hw== MIME-Version: 1.0 X-Received: by 10.107.150.133 with SMTP id y127mr3271224iod.34.1457031434912; Thu, 03 Mar 2016 10:57:14 -0800 (PST) Message-ID: <001a1140f34a1b0b61052d299125@google.com> Date: Thu, 03 Mar 2016 18:57:00 -0000 Subject: Re: [PATCH] cleanup skip.exp, make test names unique From: Doug Evans To: Yao Qi Cc: gdb-patches@sourceware.org, simon.marchi@ericsson.com Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00056.txt.bz2 Yao Qi writes: > Doug Evans writes: > > > I need to fix an issue here (remove dependency on hand-calling), > > but before that I figure I might as well do some cleanup first > > and make each test name unique. > > > > 2016-03-02 Doug Evans > > > > * gdb.base/skip.exp: Use with_test_prefix. > > Patch looks good to me. Committed. [Simon, the patch applies ok here. There are a couple of long lines, perhaps they got mangled on your side.]