mirror of
https://github.com/golang/go
synced 2024-11-21 21:54:40 -07:00
pkg/path: enable tests on Windows
Fixes #1107. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4374041
This commit is contained in:
parent
b44dbff8c8
commit
7f7371e95b
@ -209,7 +209,6 @@ endif
|
||||
# Disable tests that windows cannot run yet.
|
||||
ifeq ($(GOOS),windows)
|
||||
NOTEST+=os/signal # no signals
|
||||
NOTEST+=path # tree walking does not work
|
||||
NOTEST+=syslog # no network
|
||||
NOTEST+=time # no syscall.Kill, syscall.SIGCHLD for sleep tests
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user