]> Cypherpunks repositories - gostls13.git/commit
nacl - run tests under emulator.
authorRuss Cox <rsc@golang.org>
Tue, 22 Sep 2009 23:56:28 +0000 (16:56 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 22 Sep 2009 23:56:28 +0000 (16:56 -0700)
commit567673fc4264c616155802cfa0fb76401f449e6a
tree871dd0057038663f376fbcd0f6464e88f741fca1
parent1b14bdbf1ccec3e1aee176327988ad6b9d5e329c
nacl - run tests under emulator.
special all-nacl.bash and test/run-nacl that
run just the tests known to work under nacl.
the rest requires closures.

fix another bug or two in syscall.

R=r
DELTA=420  (410 added, 8 deleted, 2 changed)
OCL=34882
CL=34907
src/all-nacl.bash [new file with mode: 0644]
src/cmd/gotest/gotest
src/pkg/syscall/asm_nacl_386.s
src/pkg/syscall/syscall_nacl.go
test/nacl-pass.txt [new file with mode: 0644]
test/run
test/run-nacl [new file with mode: 0755]