mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
Revert "os: remove skipped test on netbsd"
This reverts commit a631daba5f
.
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 <bradfitz@golang.org>
This commit is contained in:
parent
ed8b7dedd3
commit
8064f82a15
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue