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
4ae93111
Commit
4ae93111
authored
Oct 20, 2010
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
arm: more tests pass
R=ken2 CC=golang-dev
https://golang.org/cl/2606041
parent
1142b60d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
26 deletions
+16
-26
Makefile
src/pkg/Makefile
+16
-26
No files found.
src/pkg/Makefile
View file @
4ae93111
...
...
@@ -204,32 +204,22 @@ endif
ifeq
($(GOARCH),arm)
# Tests that fail, probably 5g bugs.
# Disable so that dashboard all.bash can catch regressions.
NOTEST
+=
archive/tar
NOTEST
+=
archive/zip
NOTEST
+=
cmath
NOTEST
+=
crypto/block
NOTEST
+=
debug/dwarf
NOTEST
+=
debug/elf
NOTEST
+=
debug/macho
NOTEST
+=
encoding/binary
NOTEST
+=
exp/datafmt
NOTEST
+=
exp/eval
NOTEST
+=
expvar
NOTEST
+=
flag
NOTEST
+=
fmt
NOTEST
+=
go/printer
NOTEST
+=
gob
NOTEST
+=
image/png
NOTEST
+=
json
NOTEST
+=
log
NOTEST
+=
math
NOTEST
+=
os
NOTEST
+=
os/signal
NOTEST
+=
strconv
NOTEST
+=
syslog
NOTEST
+=
template
NOTEST
+=
testing/quick
NOTEST
+=
xml
NOTEST
+=
cmath
# floating point
NOTEST
+=
crypto/block
# weird bit error
NOTEST
+=
encoding/binary
# floating point?
NOTEST
+=
exp/datafmt
# crash
NOTEST
+=
exp/eval
# crash
NOTEST
+=
flag
# floating point
NOTEST
+=
fmt
# floating point
NOTEST
+=
go/printer
# crash
NOTEST
+=
gob
# floating point
NOTEST
+=
image/png
# bit errors
NOTEST
+=
json
# floating point
NOTEST
+=
math
# floating point
NOTEST
+=
os/signal
# crash
NOTEST
+=
strconv
# floating point
NOTEST
+=
syslog
# unix syslog
NOTEST
+=
xml
# floating point
endif
TEST
=
\
...
...
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