]> Cypherpunks repositories - gostls13.git/commit
the android runner script
authorKai Backman <kaib@golang.org>
Fri, 16 Apr 2010 10:06:45 +0000 (13:06 +0300)
committerKai Backman <kaib@golang.org>
Fri, 16 Apr 2010 10:06:45 +0000 (13:06 +0300)
commit0b2e0265ae58a4764c318fb2404f3f3dd44aa797
treee011a4ead7cb38ba2a0c5f4a8359826615009b71
parenta8c18e14ef62ce2bf043fd088f023a6d7be34bad
the android runner script

this is a version synthesized from rsc's, dean's and my
versions. changes and updates:

- embeds the retval script and pushes a new version to the
          device if needed
- passes arguments correctly to the program on the device
- export GOARCH, GOTRACEBACK and GOGC from the local
          environment to the device.
- added times.out support to run-arm

enabled a few tests that are now passing and moved the
GOGC=off workaround to run-arm.

R=dpx
CC=golang-dev, rsc
https://golang.org/cl/880046
misc/arm/a [new file with mode: 0755]
test/arm-pass.txt
test/run-arm