mirror of
https://github.com/golang/go
synced 2024-11-19 11:44:45 -07:00
os: remove skipped test on netbsd
It must've been fixed since NetBSD 7.0. I can no longer reproduce it with NetBSD 8-BETA (our new minimum NetBSD requirement). Fixes #19293 Change-Id: I28f970ca41a53a037e1c6cddf1b7f286bda2d725 Reviewed-on: https://go-review.googlesource.com/80875 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
bbd15ff7c1
commit
a631daba5f
@ -1189,8 +1189,6 @@ func testChtimes(t *testing.T, name string) {
|
|||||||
// content. Similarly, atime is set whenever
|
// content. Similarly, atime is set whenever
|
||||||
// the contents are accessed; also, it is set
|
// the contents are accessed; also, it is set
|
||||||
// whenever mtime is set.
|
// whenever mtime is set.
|
||||||
case "netbsd":
|
|
||||||
t.Logf("AccessTime didn't go backwards; was=%v, after=%v (Ignoring. See NetBSD issue golang.org/issue/19293)", at, pat)
|
|
||||||
default:
|
default:
|
||||||
t.Errorf("AccessTime didn't go backwards; was=%v, after=%v", at, pat)
|
t.Errorf("AccessTime didn't go backwards; was=%v, after=%v", at, pat)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user