Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
289432da
Commit
289432da
authored
Sep 18, 2010
by
Alex Brainman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pkg/Makefile: disable netchan test to fix windows build
R=r CC=golang-dev
https://golang.org/cl/2225042
parent
7757fcc1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Makefile
src/pkg/Makefile
+1
-0
No files found.
src/pkg/Makefile
View file @
289432da
...
...
@@ -189,6 +189,7 @@ endif
# Disable tests that windows cannot run yet.
ifeq
($(GOOS),windows)
NOTEST
+=
exec
# no pipe
NOTEST
+=
netchan
# net.Dial
(
"tcp"
,
""
,
"0.0.0.0:80"
)
doesn
't work on windows
NOTEST
+=
os # many things unimplemented
NOTEST
+=
os/signal # no signals
NOTEST
+=
path # tree walking does not work
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment