From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7559 invoked by alias); 16 Jan 2015 17:10:55 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 7528 invoked by uid 89); 16 Jan 2015 17:10:54 -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 X-HELO: mail-vc0-f174.google.com Received: from mail-vc0-f174.google.com (HELO mail-vc0-f174.google.com) (209.85.220.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 16 Jan 2015 17:10:52 +0000 Received: by mail-vc0-f174.google.com with SMTP id id10so7008009vcb.5 for ; Fri, 16 Jan 2015 09:10:50 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.220.17.144 with SMTP id s16mr8063701vca.10.1421428250648; Fri, 16 Jan 2015 09:10:50 -0800 (PST) Received: by 10.52.130.14 with HTTP; Fri, 16 Jan 2015 09:10:50 -0800 (PST) In-Reply-To: <1421162314-25779-3-git-send-email-christophe.lyon@linaro.org> References: <1421162314-25779-1-git-send-email-christophe.lyon@linaro.org> <1421162314-25779-3-git-send-email-christophe.lyon@linaro.org> Date: Fri, 16 Jan 2015 17:17:00 -0000 Message-ID: Subject: Re: [[ARM/AArch64][testsuite] 02/36] Be more verbose, and actually confirm that a test was checked. From: Marcus Shawcroft To: Christophe Lyon Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg01431.txt.bz2 On 13 January 2015 at 15:18, Christophe Lyon wrote: > * gcc.target/aarch64/advsimd-intrinsics/arm-neon-ref.h (CHECK): > Add trace. > (CHECK_FP): Likewise. > (CHECK_CUMULATIVE_SAT): Likewise. OK, provided no regressions and no new fails for aarch64, aarch64_be and arm. /Marcus