From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 CC: 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-Spam-Status: No, score=-3128.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Sat, 06 Mar 2021 00:02:12 -0000 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