]> Cypherpunks repositories - gostls13.git/commit
build: make nacl pass
authorRuss Cox <rsc@golang.org>
Tue, 20 May 2014 16:10:19 +0000 (12:10 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 20 May 2014 16:10:19 +0000 (12:10 -0400)
commit0c2a727477908dc0adbfcb05baac34b4ba4fa309
tree8bc790864f3e4768d487e65bb05ef449dfc46e2f
parentf374dd30a05ed11a994d312ae4e128e731ee55a0
build: make nacl pass

Add nacl.bash, the NaCl version of all.bash.
It's a separate script because it builds a variant of package syscall
with a large zip file embedded in it, containing all the input files
needed for tests.

Disable various tests new since the last round, mostly the ones using os/exec.

Fixes #7945.

LGTM=dave
R=golang-codereviews, remyoudompheng, dave, bradfitz
CC=golang-codereviews
https://golang.org/cl/100590044
33 files changed:
misc/nacl/mkzip.go [new file with mode: 0644]
misc/nacl/testdata/bin/placeholder [new file with mode: 0644]
misc/nacl/testdata/empty [new file with mode: 0644]
misc/nacl/testdata/group [new file with mode: 0644]
misc/nacl/testdata/hosts [new file with mode: 0644]
misc/nacl/testdata/mime.types [new file with mode: 0644]
misc/nacl/testzip.proto [new file with mode: 0644]
src/all.bash
src/cmd/addr2line/addr2line_test.go
src/cmd/nm/nm_test.go
src/cmd/objdump/objdump_test.go
src/cmd/pack/pack_test.go
src/make.bash
src/nacltest.bash [new file with mode: 0644]
src/pkg/crypto/x509/x509_test.go
src/pkg/net/http/cgi/matryoshka_test.go
src/pkg/net/packetconn_test.go
src/pkg/net/protoconn_test.go
src/pkg/net/server_test.go
src/pkg/net/timeout_test.go
src/pkg/net/unix_test.go
src/pkg/os/exec/exec_test.go
src/pkg/os/os_test.go
src/pkg/os/path_test.go
src/pkg/path/filepath/match_test.go
src/pkg/path/filepath/path_test.go
src/pkg/runtime/asm_amd64p32.s
src/pkg/runtime/crash_test.go
src/pkg/runtime/pprof/pprof_test.go
src/pkg/runtime/runtime_test.go
src/run.bash
test/gc2.go
test/nosplit.go