1
0
mirror of https://github.com/golang/go synced 2024-10-01 22:28:33 -06: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:
Brad Fitzpatrick 2017-11-29 22:30:23 +00:00
parent bbd15ff7c1
commit a631daba5f

View File

@ -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)
} }