From 8064f82a158e4416e9f32ed7017642ace4280b4f Mon Sep 17 00:00:00 2001
From: Brad Fitzpatrick <bradfitz@golang.org>
Date: Thu, 30 Nov 2017 03:31:18 +0000
Subject: [PATCH] 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 <bradfitz@golang.org>
---
 src/os/os_test.go | 2 ++
 1 file changed, 2 insertions(+)

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