From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7565 invoked by alias); 3 Mar 2016 12:48:26 -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 7317 invoked by uid 89); 3 Mar 2016 12:48:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*f:sk:001a114, H*i:sk:001a114 X-HELO: mail-pa0-f47.google.com Received: from mail-pa0-f47.google.com (HELO mail-pa0-f47.google.com) (209.85.220.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 03 Mar 2016 12:48:11 +0000 Received: by mail-pa0-f47.google.com with SMTP id fl4so14476854pad.0 for ; Thu, 03 Mar 2016 04:48:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=x/x58PgpF5NHITftvo1pqQkU3LTxDGIWo5RhKb9Uhi8=; b=fkMciVufYzejyYjfVuAbfjvIJasVBX6PKo7GSt7qCPKvTyhCSa32iiOq/D2iFxyQtr 0CU26+kMJJUePgzC1/uVnTKbfUu/qHQmBz0ZTY68JPc1ZzjoH8iF1PS0Kkcmr2VVddpl EKnf+0doMbzBFa9dRJaNBQp7GcImiYP9y8q2vkLsvymtggiN2keKQB/77Hga5UZn/Q3j t7kKklae/IR6g2xj3MTcZF8Otuy6k4+hFvp11QLVuzxxESNp271wUpP1fKOJVlDCyccm YPc0JDOwSzZ4ari4K0UevqKK1smnnJpywgDDd8jyG8GZEaOajMzqM6QJMOkOxjDlS/pf z43w== X-Gm-Message-State: AD7BkJKywozb34bdnmtXxOLQfYobP7XBbAT5RPPd0GfgzqIYRC+VW4BpHf9K4eXfrBIWNg== X-Received: by 10.66.222.129 with SMTP id qm1mr3373717pac.22.1457009289655; Thu, 03 Mar 2016 04:48:09 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id 67sm60512392pfi.2.2016.03.03.04.48.07 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 03 Mar 2016 04:48:08 -0800 (PST) From: Yao Qi To: Doug Evans Cc: gdb-patches@sourceware.org, simon.marchi@ericsson.com Subject: Re: [PATCH] cleanup skip.exp, make test names unique References: <001a11426f264ea88f052d192a10@google.com> Date: Thu, 03 Mar 2016 12:48:00 -0000 In-Reply-To: <001a11426f264ea88f052d192a10@google.com> (Doug Evans's message of "Wed, 02 Mar 2016 23:23:10 +0000") Message-ID: <861t7rafsr.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00046.txt.bz2 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. --=20 Yao (=E9=BD=90=E5=B0=A7)