From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 599FF1F9FD for ; Sat, 6 Mar 2021 00:02:15 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9211C382D425; Sat, 6 Mar 2021 00:02:14 +0000 (GMT) Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 667FD384A01D for ; Sat, 6 Mar 2021 00:02:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 667FD384A01D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: 8b/uHxFwFNLlnblRLkENSUwdy8lM3xGm+AfYbzBFayfDuOU178vQL4+gqyevLMXHCGxJmZxyIc vH1JfBnRysm3GkSOhfuS+HpovE3Ub/VtF5Fk+nMOBzSjjuyQoWdf7eWnOyf8YCq4dct9NPkhtE NQ51ebgwnVEwaSsc1AwJxypUBva8cXVSM6CcxcSUDodxMZc6xI/DQAVGnH1qEYqKCYqGY0nVPD iEraDb7rRI8mePUF4y+RYe9mU7oJzdGbjcIDFVJ8EcchMO90YEWNqMUPhrw/KYrFD+j9r/mqK9 fBY= X-IronPort-AV: E=Sophos;i="5.81,226,1610438400"; d="scan'208";a="58814208" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 05 Mar 2021 16:02:10 -0800 IronPort-SDR: fSCn1sPTB7ZIOK3r8CIo6OlrVXsNzKeFol2+Hr7L9JEXwnk3LVS9+1d8ZBaUMVWutW4zqdRURo Y1DP59UEvfDNSYRPpYR0LK72m/hDEYaxEyixCb67xRA/9S6LV3bFyqH8rWqSuo1a36oQfqPDXQ KWa0s2vyFGuROnMswYNdG5+gQ/yiU/L/xLZw5Nt5unEVT6TIqn3trgtQVJsgGkr1ekMit0w8UB JlvuFNCQE/JXgSQGCtZPIpxnwFRCKuhrz6lJ7jf0kAuIXBQUp4Lj+UsWvixEZknwjod7b/GqZz SIQ= Date: Sat, 6 Mar 2021 00:02:05 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Adhemerval Zanella Subject: Re: [PATCH 02/52] linux: Add futimes test In-Reply-To: <20210305201518.798584-3-adhemerval.zanella@linaro.org> Message-ID: References: <20210305201518.798584-1-adhemerval.zanella@linaro.org> <20210305201518.798584-3-adhemerval.zanella@linaro.org> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-06.mgc.mentorg.com (139.181.222.6) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: libc-alpha@sourceware.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" On Fri, 5 Mar 2021, Adhemerval Zanella via Libc-alpha wrote: > diff --git a/sysdeps/unix/sysv/linux/tst-futimes.c b/sysdeps/unix/sysv/linux/tst-futimes.c > new file mode 100644 > index 0000000000..026b0af023 > --- /dev/null > +++ b/sysdeps/unix/sysv/linux/tst-futimes.c > @@ -0,0 +1,85 @@ > +/* Basix test for utimes. If it's testing futimes, the comment should say futimes not utimes. -- Joseph S. Myers joseph@codesourcery.com