From: Brad Fitzpatrick Date: Thu, 30 Nov 2017 03:31:18 +0000 (+0000) Subject: Revert "os: remove skipped test on netbsd" X-Git-Tag: go1.10beta1~98 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8064f82a158e4416e9f32ed7017642ace4280b4f;p=gostls13.git Revert "os: remove skipped test on netbsd" This reverts commit a631daba5fe9d91ebdddd4148e8af82e07c1ae3e. Reason for revert: I was wrong. It still fails on the builders. I don't know what's different about my VMWare VM, but on GCE it fails. Change-Id: Ic6bee494b69235768bf08ba0bf59026bca41ad12 Reviewed-on: https://go-review.googlesource.com/80915 Reviewed-by: Brad Fitzpatrick --- diff --git a/src/os/os_test.go b/src/os/os_test.go index 310752ecfd..2d608f4b24 100644 --- a/src/os/os_test.go +++ b/src/os/os_test.go @@ -1189,6 +1189,8 @@ func testChtimes(t *testing.T, name string) { // content. Similarly, atime is set whenever // the contents are accessed; also, it 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: t.Errorf("AccessTime didn't go backwards; was=%v, after=%v", at, pat) }