]> Cypherpunks repositories - gostls13.git/commit
arm: enable all tests
authorRuss Cox <rsc@golang.org>
Tue, 26 Oct 2010 04:25:13 +0000 (21:25 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 26 Oct 2010 04:25:13 +0000 (21:25 -0700)
commit8fff9166f6bfd7444fe8722f7e79c358f125c4e8
tree0966a323edd45dabd743749581eab84c720e48fb
parentc97146608aa733fd137d4cd78ce2290d41311250
arm: enable all tests

ARM functionality is now completely working.
(Or if it's not, we'll fix it.)

R=ken2
CC=golang-dev
https://golang.org/cl/2738041
15 files changed:
src/all-arm.bash [deleted file]
src/pkg/runtime/arm/asm.s
src/pkg/strconv/atof.go
src/pkg/strconv/ftoa.go
src/pkg/strconv/internal_test.go
test/arm-pass.txt [deleted file]
test/fail-arm-native.txt [deleted file]
test/float_lit.go
test/golden-arm-native.out [deleted file]
test/golden-arm.out [deleted file]
test/literal.go
test/recover2.go
test/recover3.go
test/run
test/run-arm [deleted file]