From: Alex Brainman Date: Tue, 5 Oct 2010 00:02:15 +0000 (+1100) Subject: websocket: enable tests on windows X-Git-Tag: weekly.2010-10-13~70 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4d4b74c7b3fe45eae10843bef9e905dd0463688d;p=gostls13.git websocket: enable tests on windows Fixes #1110. R=golang-dev, adg CC=Joe Poirier, golang-dev https://golang.org/cl/2367041 --- diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 5bec3ce901..cc8279a1f9 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -197,7 +197,6 @@ 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 -NOTEST+=websocket # no network endif ifeq ($(GOARCH),arm)