]> Cypherpunks repositories - gostls13.git/commit
os: add TODO about removing test exception
authorKir Kolyshkin <kolyshkin@gmail.com>
Mon, 1 Jul 2024 19:41:56 +0000 (12:41 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 2 Jul 2024 12:36:03 +0000 (12:36 +0000)
commit09aeb6e33ab426eff4676a3baf694d5a3019e9fc
tree6618798f26198e7877f4a7e646ba5d6676b5e61b
parent94982a07825aec711f11c97283e99e467838d616
os: add TODO about removing test exception

TestChtimesOmit excludes the failure on DragonFly BSD when both
atime and mtime are omitted.

The relevant Dragonfly BSD bug is now fixed in git (see [1]).

Add a TODO comment to remove the exclusion from the test once
the fix is generally available. This comment also addresses the
question why the exception exists.

Amends CL 591535.

[1]: https://github.com/DragonFlyBSD/DragonFlyBSD/commit/c7c71870ed0

Change-Id: I3b53582301d44feb76b53788aa337c380ba82592
Reviewed-on: https://go-review.googlesource.com/c/go/+/595958
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/os/os_test.go