NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/58571: utimensat tests are failing on armv7, aarch64, and riscv64



The following reply was made to PR kern/58571; it has been noted by GNATS.

From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, netbsd-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/58571: utimensat tests are failing on armv7, aarch64, and riscv64
Date: Sat, 10 Aug 2024 15:00:18 +0000

 This might be a matter of file systems with noatime.
 
 May need to teach the test to skip the atime checks if the file system
 is mounted noatime.  What's the quickest way to do that?  Is it
 exposed through statvfs or do we have to go through getmntopts and
 guessing which mount point is right?
 


Home | Main Index | Thread Index | Old Index