cmount: disable tests on windows + race detector

These either hang or produce incorrect results for reasons I haven't
worked out yet.
This commit is contained in:
Nick Craig-Wood 2017-11-19 14:18:57 +00:00
parent 00b46a8b96
commit 2b666187a6

View File

@ -1,6 +1,10 @@
// +build cmount
// +build cgo
// +build linux darwin freebsd windows
// +build !race !windows
// FIXME this doesn't work with the race detector under Windows either
// hanging or producing lots of differences.
package cmount