Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
d4e6df98
Commit
d4e6df98
authored
Oct 01, 2010
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm: enable 9 more package tests
R=ken2 CC=golang-dev
https://golang.org/cl/2345041
parent
03babfc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
src/pkg/Makefile
src/pkg/Makefile
+0
-9
No files found.
src/pkg/Makefile
View file @
d4e6df98
...
...
@@ -206,18 +206,13 @@ ifeq ($(GOARCH),arm)
# Disable so that dashboard all.bash can catch regressions.
NOTEST
+=
archive/tar
NOTEST
+=
archive/zip
NOTEST
+=
asn1
NOTEST
+=
big
NOTEST
+=
bytes
NOTEST
+=
cmath
NOTEST
+=
compress/gzip
NOTEST
+=
compress/zlib
NOTEST
+=
crypto/block
NOTEST
+=
crypto/ocsp
NOTEST
+=
crypto/rsa
NOTEST
+=
crypto/subtle
NOTEST
+=
crypto/tls
NOTEST
+=
crypto/x509
NOTEST
+=
debug/dwarf
NOTEST
+=
debug/elf
NOTEST
+=
debug/macho
...
...
@@ -235,8 +230,6 @@ NOTEST+=io
NOTEST
+=
json
NOTEST
+=
log
NOTEST
+=
math
NOTEST
+=
mime
NOTEST
+=
mime/multipart
NOTEST
+=
net
NOTEST
+=
netchan
NOTEST
+=
os
...
...
@@ -244,9 +237,7 @@ NOTEST+=os/signal
NOTEST
+=
reflect
NOTEST
+=
rpc
NOTEST
+=
rpc/jsonrpc
NOTEST
+=
scanner
NOTEST
+=
strconv
NOTEST
+=
strings
NOTEST
+=
syslog
NOTEST
+=
template
NOTEST
+=
testing/quick
...
...
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