History log of /freebsd-current/contrib/netbsd-tests/fs/tmpfs/t_times.sh
Revision Date Author Comments
# 8eb21b4f 04-Apr-2024 Mark Johnston <markj@FreeBSD.org>

tmpfs tests: Remove an xfail annotation

This test passes after commit 08f3d5b60cdf ("copy_file_range: Call
vn_rdwr() at least once").

PR: 274615
MFC after: 1 month


# 8311bc5f 04-Apr-2024 Dag-Erling Smørgrav <des@FreeBSD.org>

tmpfs: Improve file time tests.

* The empty test case no longer fails because 89f1dcb3eb46 causes empty
files to bypass the bug.
* The bug still exists, so add a test case which exercises it.
* While here, tighten up some of the checks.

A similar patch has been submitted upstream.

PR: 274615
X-MFC-With: 89f1dcb3eb46
Sponsored by: Juniper Networks, Inc.
Sponsored by: Klara, Inc.
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D44609


# 63f53755 21-Oct-2023 Ed Maste <emaste@FreeBSD.org>

Add expected failure for tmpfs atime test failing on FreeBSD

PR: 274615
Reviewed by: ngie
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D42321


# 4653454e 17-Sep-2020 Li-Wen Hsu <lwhsu@FreeBSD.org>

Revert r249362, atime update in tmpfs is fixed in r365810

PR: 249362
Sponsored by: The FreeBSD Foundation


# 61322128 16-Sep-2020 Li-Wen Hsu <lwhsu@FreeBSD.org>

Temporarily skip sys.fs.tmpfs.times_test.{empty,non_empty} in CI

PR: 249362
Sponsored by: The FreeBSD Foundation