From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sourceware.org (Postfix) with ESMTPS id 82B393857C56 for ; Sat, 6 Mar 2021 03:53:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 82B393857C56 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Paul.Zimmermann@inria.fr X-IronPort-AV: E=Sophos;i="5.81,227,1610406000"; d="scan'208";a="374942940" Received: from tomate.loria.fr (HELO tomate) ([152.81.10.51]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Mar 2021 04:52:58 +0100 Date: Sat, 06 Mar 2021 04:52:58 +0100 Message-Id: From: Paul Zimmermann To: Joseph Myers Cc: adhemerval.zanella@linaro.org, libc-alpha@sourceware.org In-Reply-To: (message from Joseph Myers on Sat, 6 Mar 2021 00:02:05 +0000) Subject: Re: [PATCH 02/52] linux: Add futimes test References: <20210305201518.798584-1-adhemerval.zanella@linaro.org> <20210305201518.798584-3-adhemerval.zanella@linaro.org> X-Spam-Status: No, score=-10.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, 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 03:53:33 -0000 > > 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. and in addition: Basix -> Basic. Paul