]> go.fuhry.dev Git - fsnotify.git/commit
test for kevent buffer data race from @tilaks
authorNathan Youngman <git@nathany.com>
Sun, 22 Jun 2014 05:10:24 +0000 (23:10 -0600)
committerNathan Youngman <git@nathany.com>
Sat, 28 Jun 2014 20:07:50 +0000 (14:07 -0600)
commit3ccc938ff5e27a322e5aa11a6c6e7e43cc4e9ec5
tree9515421ed2f4a4b90ceb50e6b154931c41e5606b
parent4a0c4119af04c05b35cc458c8b3285e2fa6f72a0
test for kevent buffer data race from @tilaks

`go test -test.run=TestConcurrentRemovalOfWatch -test.cpu=1,1,1,1,1 -race`

from CL https://codereview.appspot.com/103300045/
fsnotify_darwin_test.go [new file with mode: 0644]